Skip to content

Releases: cjtu/craterpy

craterpy v0.5.2

29 Jul 22:57
Compare
Choose a tag to compare

Bump minimum python version to 3.8, update dependencies and docs

craterpy v0.5.1

22 May 06:30
Compare
Choose a tag to compare

Update metadata

craterpy v0.5.0

22 May 04:46
Compare
Choose a tag to compare

Improve CI, documentation and testing.

craterpy v0.4.1

14 May 00:45
Compare
Choose a tag to compare

Fix project metadata.

craterpy v0.4.0: Switch to rasterio and poetry

14 May 00:31
Compare
Choose a tag to compare

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

21 May 22:08
Compare
Choose a tag to compare
craterpy v0.3.0 Pre-release
Pre-release

New craterpy release with some bug fixes and improvements

Original: Apr 8, 2021
Edited: May 21, 2021 to fix semantic versioning

craterpy-refactoring

12 Oct 19:44
Compare
Choose a tag to compare
craterpy-refactoring Pre-release
Pre-release

Overhaul organization, logic, and name of files and functions for first craterpy release. This release deprecates all previous ACERIM releases.

Alpha release

21 May 22:10
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-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