Releases: Deltares-research/PointCloudRasterizers.jl
Releases · Deltares-research/PointCloudRasterizers.jl
v0.2.6
PointCloudRasterizers v0.2.6
Changes
- Updated to GeoArrays 0.9: matrix support
- Introduced rounding keyword for
index
- Updated CI
Merged pull requests:
- Bump actions/cache from 1 to 3 (#21) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#22) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#23) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#24) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#25) (@dependabot[bot])
Zenodo release
v0.2.5a Create CITATION.cff
v0.2.5
PointCloudRasterizers v0.2.5
v0.2.4
PointCloudRasterizers v0.2.4
v0.2.3
PointCloudRasterizers v0.2.3
v0.2.2
PointCloudRasterizers v0.2.2
Closed issues:
- example from README throws error (#1)
- example syntax for filtering using a created raster? (#5)
- consolidate bounding box functions? (#7)
- TODO Try to use an AffineMap (#9)
- Support more generic interface (#10)
- TagBot trigger issue (#20)
Merged pull requests:
- add additional examples and notes to README (#2) (@Crghilardi)
- More README updates (#4) (@Crghilardi)
- add filter using a raster method, remove flipud! from reduce (#6) (@Crghilardi)
- remove boundingbox MVector functions from utils and update deps (#8) (@Crghilardi)
- CompatHelper: add new compat entry for GeoArrays at version 0.7, (keep existing compat) (#12) (@github-actions[bot])
- [BREAKING] Implement GeoInterface. (#19) (@evetion)