Skip to content

Releases: jgosmann/goppy

v1.1.1

20 Oct 19:24
db22065
Compare
Choose a tag to compare
  • Support for Python 3.12.

v1.1.0

19 Aug 17:56
035f788
Compare
Choose a tag to compare

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.