Skip to content

Commit

Permalink
RLS: 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Dec 6, 2023
1 parent 120a313 commit 95b5768
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.5] - 2023-12-07
### Added
- Add vector (polygon) attributes and functions, including `cell_geoms` property, a `write_vector()` method.
- Add `cell_geoseries()` and `cell_geodataframe()` methods.
- Allow other geometry types to be used (not just polygon).
### Changed
- Change `array_from_vector` to use `refine=None`, to auto-select appropriate value.
- Change `mask_from_vector` to `use refine=1` and `all_touched=True`.
- Better filter for `Grid.from_vector` class method.
- Build Grid from FloPy `modelgrid` object.
### Fixed
- Allow write_raster to write bool array; fix issue with nodata.
- Fix resampling option for `array_from_raster` and `array_from_array`.

## [0.4] - 2022-11-09
### Added
- Add `all_touched` option for `array_from_vector`.
Expand Down Expand Up @@ -32,7 +46,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial version.

[Unreleased]: https://github.com/mwtoews/gridit/compare/0.4...HEAD
[Unreleased]: https://github.com/mwtoews/gridit/compare/0.5...HEAD
[0.5]: https://github.com/mwtoews/gridit/compare/0.4...0.5
[0.4]: https://github.com/mwtoews/gridit/compare/0.3...0.4
[0.3]: https://github.com/mwtoews/gridit/compare/0.2...0.3
[0.2]: https://github.com/mwtoews/gridit/compare/0.1...0.2
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: "Please cite this software using these metadata."
type: software
title: "Gridit"
version: "0.4"
date-released: "2022-11-09"
version: "0.5"
date-released: "2023-12-07"
doi: 10.5281/zenodo.7030428
abstract: "Gridit provides spatial tools to translate raster or vector geometry data to regular grids."
repository-artifact: https://pypi.org/project/gridit
Expand Down

0 comments on commit 95b5768

Please sign in to comment.