Releases: GeoRegionsEcosystem/RegionGrids.jl
Releases · GeoRegionsEcosystem/RegionGrids.jl
Release list
v0.2.1
v0.2.0
RegionGrids v0.2.0
- Now able to find the nearest
npoints to a givenPoint2point from a RegionGrid using the functionnearest()
Breaking Changes:
- Addition of new functionality
nearest()to a unstable package.
v0.1.5
v0.1.4
RegionGrids v0.1.4
- Need to retrigger the documentation because of a DocumenterVitepress issues
v0.1.3
RegionGrids v0.1.3
- Debugging the
extractfunction, the final ArrayTypemust be the same as the initial - Updating documentation
v0.1.2
v0.1.1
RegionGrids v0.1.1
- 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
RegionGrids v0.1.0
- Breaking changes in order to sync with GeoRegionsv8
- No more
XTiltofXMaskGrids, all is now combined into anXGridtype, 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
RegionGrids v0.0.5
- 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:
- Bump codecov/codecov-action from 4 to 5 (#1) (@dependabot[bot])
- Milestones for v0.1 (#4) (@natgeo-wong)
Closed issues:
- Milestones for v0.1 (#3)
v0.0.4
RegionGrids v0.0.4
- Debugging the RectilinearGrid creation method, specifically the
bound2lonlat()function
Breaking Changes:
- Right now RegionGrids is very unstable so every update is "breaking"