NEWS (original) (raw)

IsoriX 0.9.3

New features

Breaking changes

Major changes

Minor changes

Small fixes

Internal (geeky) changes

IsoriX 0.9.2

Main release goal

Breaking changes

As compared to IsoriX versions < 0.9.1, the following changes may break existing code:

layer(sp.polygons(CountryBorders, col = "white")) +  
layer(sp.polygons(OceanMask, col = "white", fill = "lightgreen"))  

now needs to be replaced by:

layer(lpolygon(CountryBorders, border = "white")) +  
layer(lpolygon(OceanMask, border = "white", col = "lightgrey"))  

Notice both the change in the function used to plot polygons and the change in the arguments used to control the colour of the borders and the colour of the fill. Similarly, the function sp.points()should be replaced by lpoints() and so on.

New features

Major changes

Minor changes

Bug fixes

Internal (geeky) changes

v0.9.1

Main release goal

Major changes

Minor changes

Internal (geeky) changes

v0.9.0

Bug fixes

Minor changes

v0.8.3

New features

Minor changes

Internal (geeky) changes

Bug fixes

v0.8.2

New features

Internal (geeky) changes

Minor changes

v0.8.1

Bug fixes

New features

Major changes

Minor changes

Internal (geeky) changes

Bug fixes

v0.7.1

New features

Internal (geeky) changes

v0.7

New features

Internal (geeky) changes

v0.6

New features

Minor changes

Internal (geeky) changes

v0.5

Bug fixes

New features

Minor changes

v0.4-1