Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Releases: equinor/configsuite

0.6.7

03 Sep 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.6.7

0.6.6

06 Jan 07:42
Compare
Choose a tag to compare

Miscellaneous

  • Stop running CI on Travis and move PyPI deploy to GitHub Actions

0.6.5

21 Dec 12:43
Compare
Choose a tag to compare

New features

  • Add possibility in schema to specify whether a variable length container (list or dict) is allowed to be empty

Miscellaneous

  • Replace usage of deprecated inspect methods

0.6.4

25 Sep 06:15
Compare
Choose a tag to compare

Improvements

  • Validate that content is specified in schema if and only if element is a container.

Deprecations

  • Drop Python 2.7 support

Dependencies

  • Remove dependency on six

0.6.3

01 Jul 12:14
Compare
Choose a tag to compare

Improvements

  • Have the Sphinx plugin only render examples if they are provided

Bugfix

  • Make the Sphinx plugin's CSS changes local to the plugin

0.6.2

10 Jun 10:56
Compare
Choose a tag to compare

Improvements

  • Better validation message for incompatible required value

Bugfix

  • Pass on deduce_required when pushing

0.6.1

03 Jun 12:59
Compare
Choose a tag to compare

Bugfix: Default all containers to the empty container

0.6.0

28 May 08:36
Compare
Choose a tag to compare

Improvements:

  • Update documentation on allow none
  • Add section on transferring from 0.5 to 0.6
  • Add release notes section to documentation

0.6.rc0

27 May 17:09
Compare
Choose a tag to compare
0.6.rc0 Pre-release
Pre-release

New features:

  • Allow elements to take None as value
  • Specify default values in the schema
  • Generate documentation from schema

Improvements:

  • Python 3.8 support

Deprecated:

  • Using Required in the schema

0.5.3

14 Nov 19:17
Compare
Choose a tag to compare

Add tests for all code snippets in documentation to test suite.