Releases: cjtu/craterpy
craterpy v0.5.2
craterpy v0.5.1
Update metadata
craterpy v0.5.0
Improve CI, documentation and testing.
craterpy v0.4.1
Fix project metadata.
craterpy v0.4.0: Switch to rasterio and poetry
Many changes in this version of craterpy:
- This release removes the GDAL dependency which caused the package to be much more difficult to install.
- Image I/O is now handled completely by rasterio.
- The default installation method is now poetry which will hopefully also clear up dependency conflicts.
- The build is now tested and passing on macOS and Ubuntu.
- More tests were added.
- Minor bug fixes.
Waning: There are some API breaking changes in this release! Most notable will be if your workflow accessed gdal attributes or methods through the CraterpyDataset wrapper. It now wraps the rasterio.DatasetReader so you will need to migrate your CraterpyDataset operations to the rasterio syntax (see Switching from GDAL bindings in the rasterio docs)
craterpy v0.3.0
New craterpy release with some bug fixes and improvements
Original: Apr 8, 2021
Edited: May 21, 2021 to fix semantic versioning
craterpy-refactoring
Overhaul organization, logic, and name of files and functions for first craterpy release. This release deprecates all previous ACERIM releases.
Alpha release
The alpha release of ACERIM. Central modules are implemented and the build is tested on py2.7 and py3.4 (windows). Docs are available at readthedocs.org and the code is citable via zenodo. Todo: update tutorial, add additional unittests and start testing on Unix platforms (and/or set up continuous integration).
Original: Sep 13, 2017
Edit: May 21, 2021 to fix semantic versioning