Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1003 Bytes

CHANGELOG.rst

File metadata and controls

53 lines (32 loc) · 1003 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.

[1.1.1] - 2023-10-20

Added

  • Support for Python 3.12.

[1.1.0] - 2023-08-19

This release is a maintenance release to bring the code base up to date with current standards and Python versions. This drops support for Python version before 3.9, but also officially adds support for up to Python 3.11.

Added

  • Official support for Python 3.9, 3.10, and 3.11.
  • Documented computational complexity of adding new data to an online Gaussian Process.

Removed

  • Support for Python before 3.9.

[1.0.2] - 2016-07-17

Bugfix release

[1.0.1] - 2016-07-17

Bugfix release

[1.0.0] - 2014-03-30

Initial release.