Bump minimum python version to 3.8, update dependencies and docs
0.5.1
Update metadata
0.5.0
Improve CI, documentation and testing.
0.4.1
Fix project metadata.
0.4.0
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](https://rasterio.readthedocs.io/en/latest/topics/switch.html?highlight=gdal) in the rasterio docs)
0.3.0
New craterpy release with some bug fixes and improvements
Original: Apr 8, 2021 Edited: May 21, 2021 to fix semantic versioning