This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Releases: equinor/configsuite
Releases · equinor/configsuite
0.6.7
0.6.6
Miscellaneous
- Stop running CI on Travis and move PyPI deploy to GitHub Actions
0.6.5
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
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
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
Improvements
- Better validation message for incompatible required value
Bugfix
- Pass on
deduce_required
when pushing
0.6.1
Bugfix: Default all containers to the empty container
0.6.0
Improvements:
- Update documentation on allow none
- Add section on transferring from
0.5
to0.6
- Add release notes section to documentation
0.6.rc0
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
Add tests for all code snippets in documentation to test suite.