Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: GeoRegionsEcosystem/RegionGrids.jl

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 May 04:39

RegionGrids v0.2.1

Diff since v0.2.0

  • Debugs for the nearest() functionality

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 May 04:36

RegionGrids v0.2.0

Diff since v0.1.5

  • Now able to find the nearest n points to a given Point2 point from a RegionGrid using the function nearest()

Breaking Changes:

  • Addition of new functionality nearest() to a unstable package.

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 06 May 21:59

RegionGrids v0.1.5

Diff since v0.1.4

  • Urgent debug of the extract!() function

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:28

RegionGrids v0.1.4

Diff since v0.1.3

  • Need to retrigger the documentation because of a DocumenterVitepress issues

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:31

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

Choose a tag to compare

@github-actions github-actions released this 08 Mar 02:50

RegionGrids v0.1.2

Diff since v0.1.1

  • This is a documentation debugging build

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 07:21

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

Choose a tag to compare

@github-actions github-actions released this 16 Feb 11:42

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

Choose a tag to compare

@github-actions github-actions released this 15 Feb 23:09

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

Choose a tag to compare

@github-actions github-actions released this 13 Feb 06:52

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"