Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Future releases will be following the pattern MAJOR.MINOR.PATCH, where:

MAJOR versions will differ in the selection of the benchmark sets
MINOR versions signify changes that could affect the results
PATCHES will not affect the benchmark results

All results obtained with the same MAJOR.MINOR version of DEEPOBS will be directly comparable.

Unreleased - Version 1.2.0

Added

  • Changelog, documenting all current and future changes.

Changed

Removed

Fixed

1.1.1 - 2019-03-13

Added

  • MIT License

Changed

  • Setup.py to add more descriptions for PyPI.
  • Do not ship the baselines with DeepOBS, but keep them in a separate repo.

Removed

  • Removed baselines from package. They are now shipped separately.

Fixed

  • Fixed check for non-existing labels in test_quadratic.py see this commit.
  • Fixed

1.1.0 - 2019-03-01

Added

  • First release version of DeepOBS.