Skip to content

Releases: GeoRegionsEcosystem/GeoRegions.jl

v5.1.3

22 Jun 03:38
Compare
Choose a tag to compare

GeoRegions v5.1.3

Diff since v5.1.2

Release Notes:

  • Debugging the extractGrid() functionality for 3D and 4D data

v5.2.2

22 Jun 03:37
Compare
Choose a tag to compare

GeoRegions v5.2.2

Diff since v5.2.1

Release Notes:

  • Forgot to remove extraneous logging for debug lol

v5.2.1

17 Jun 03:26
Compare
Choose a tag to compare

GeoRegions v5.2.1

Diff since v5.2.0

Release Notes:

  • Debugging the smoothing function because it would not do in-place modification
  • Debugging the gaussian filtering
  • Debugging selecting the relevant parent Grid for smoothing for final GeoRegion

v5.2.0

16 Jun 21:57
Compare
Choose a tag to compare

GeoRegions v5.2.0

Diff since v5.1.2

Release Notes:

  • Minor release due to addition of gaussian smoothing features for LandSea masks
  • Ability to export these smoothing functions to other parent packages and projects
  • Updating of documentation and logging
  • Backend updating and sorting of filesystem for ease of organization

v5.1.2

16 Jun 16:36
Compare
Choose a tag to compare

GeoRegions v5.1.2

Diff since v5.1.1

Release Notes:

  • Updating logging information
  • Urgent debugging to downloading of the LandSea Mask from ETOPO

Merged pull requests:

v5.1.1

28 May 03:53
Compare
Choose a tag to compare

GeoRegions v5.1.1

Diff since v5.1.0

Release Notes:

  • Debug AR6 East Central Asia and West Central Asia names

v5.1.0

28 May 02:08
Compare
Choose a tag to compare

GeoRegions v5.1.0

Diff since v5.0.0

Release Notes:

  • LandSea is now a subset of the AbstractLandSea abstract type.
  • AbstractLandSea, LandSeaTopo and LandSeaFlat superTypes allowing for extension of the LandSea functionality to other packages, allowing them to be brought together so that they can all be manipulated eventually using GeoRegions.jl if need be

v5.0.0

27 May 05:32
Compare
Choose a tag to compare

GeoRegions v5.0.0

Diff since v4.1.0

Release Notes:

  • Updating field names, breaking version
  • Updating functionality for getLandSea()
  • Debugs to regiongrid(), extractGrid(), RegionGrid() functions
  • Updates to Documentation such that it is more comprehensive

v4.1.0

10 Jan 10:39
Compare
Choose a tag to compare

GeoRegions v4.1.0

Diff since v4.0.1

  • extractGrid function to automate extraction of subregion data
  • RegionMask type to support non-rectilinearly gridded data
  • getLandSea functionality, get ETOPO 2022 data from OPeNDAP servers
  • Update PrettyTables compat and adjust for breaking changes

v4.0.1

30 Jul 05:13
Compare
Choose a tag to compare

GeoRegions v4.0.1

Diff since v4.0.0

  • Urgent patch to fix bug in removing RectRegion GeoRegions