Skip to content

Bug fix with database upgrade

Pre-release
Pre-release
Compare
Choose a tag to compare
@bouthilx bouthilx released this 09 Oct 20:03
· 3004 commits to master since this release
6d217af

Important changes

Database upgrade

There was an incompatibility introduced in v0.1.6 that would break pickleddb created with previous versions. This minor release introduces a new command orion db upgrade to upgrade the database scheme so that databases created with orion<v0.1.6 can still be used in new versions.

Detailed list of changes

New feature

  • Add orion db upgrade command (#293)

Breaking changes

  • Turn test-db into db test (#291)

Bug fixes

  • Handle non-existing fields in EphemeralDB (#284)
  • Fix deepcopy of Enumerate transform (#290)
  • Instantiate adapter even if empty (#295)

Others improvements

  • Add functional tests for backward-compatibility (#285)
  • Save parser state in DB (#288)

Documentation improvements

  • Add mention of windows in install doc (#287)
  • Update skopt doc and prepare v0.1.7 (#292)