Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 892 Bytes

CHANGELOG.rst

File metadata and controls

27 lines (18 loc) · 892 Bytes

Changelog

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.

[Unreleased]

[0.6.8] - 2023-08-08

Changed

  • 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 of restoreio 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.

[0.0.1] - 2020-10-11

Added

  • Initial working code.
  • README is added.