All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- build-macos.yml workflow fails, because
basemap
cannot compile from source due to a deprecation warning that recently took into effect and elevated from deprecation warning to into error. This does not raise issue for the installation ofrestoreio
in PyPI, since this is a purely python-based package and does not need to be compiled in MacOS to build macosx wheel. All wheels are built on ubuntu and distributable on other OS.
- Initial working code.
- README is added.