Skip to content

Releases: GeoRegionsEcosystem/RegionGrids.jl

v0.1.4

13 Jul 03:28

Choose a tag to compare

RegionGrids v0.1.4

Diff since v0.1.3

  • Need to retrigger the documentation because of a DocumenterVitepress issues

v0.1.3

10 Jul 23:31

Choose a tag to compare

RegionGrids v0.1.3

Diff since v0.1.2

  • Debugging the extract function, the final Array Type must be the same as the initial
  • Updating documentation

v0.1.2

08 Mar 02:50

Choose a tag to compare

RegionGrids v0.1.2

Diff since v0.1.1

  • This is a documentation debugging build

v0.1.1

06 Mar 07:21

Choose a tag to compare

RegionGrids v0.1.1

Diff since v0.1.0

  • Just flush the logging when needed, especially on a Linux HPC system sometimes the logging doesn't flush until the very end

v0.1.0

16 Feb 11:42

Choose a tag to compare

RegionGrids v0.1.0

Diff since v0.0.5

  • Breaking changes in order to sync with GeoRegionsv8
  • No more XTilt of XMask Grids, all is now combined into an XGrid type, with some updated fields
  • Adding rotation functionality for X and Y fields that denote the X and Y coordinates on a cartesian plane
  • Updates to show() functionality
  • Some basic documentation
  • API should be more or less stable at this point, though no guarantees for now
  • Type stability enforced, hopefully this doesn't break on me haha
  • Updating logging and removing obsolete logging

Breaking Changes:

  • Breaking changes on the types of RegionGrids available, many are now obsolete

v0.0.5

15 Feb 23:09

Choose a tag to compare

RegionGrids v0.0.5

Diff since v0.0.4

  • Debugging the RectilinearGrid creation method again, specifically the bound2lonlat() function

Breaking Changes:

  • Right now RegionGrids is very unstable so every update is "breaking"

Merged pull requests:

Closed issues:

  • Milestones for v0.1 (#3)

v0.0.4

13 Feb 06:52

Choose a tag to compare

RegionGrids v0.0.4

Diff since v0.0.3

  • Debugging the RectilinearGrid creation method, specifically the bound2lonlat() function

Breaking Changes:

  • Right now RegionGrids is very unstable so every update is "breaking"

v0.0.3

02 Feb 08:04

Choose a tag to compare

RegionGrids v0.0.3

Diff since v0.0.2

  • Debugging the GeneralizedGrids extraction method

Breaking Changes:

  • Right now RegionGrids is very unstable so every update is "breaking"

v0.0.2

06 Jan 12:41

Choose a tag to compare

RegionGrids v0.0.2

Diff since v0.0.1

  • Updating [compat] bounds and README and other minor stuff

Breaking Changes:

  • Urgent debugging of the extraction/bounds of RegionGrids.jl

v0.0.1

06 Dec 22:41

Choose a tag to compare

RegionGrids v0.0.1

  • First release for RegionGrids.jl, set to v0.0.1 because no complete documentation yet
  • Extraction of gridded data, now accepts rectilinear grids (lon,lat vectors), generalized grids (Point2 arrays) and unstructured grids (Point2 vectors)