Skip to content

Releases: alcrene/valconfig

Valconfig v0.1.2

09 Aug 20:33
Compare
Choose a tag to compare

This is a bugfix release.

One notable change is that the dependencies for valconfig/contrib/holoviews.py are no longer required just to import that module.
This allows a package to define a HoloConfig, so that users can configure its visualization utilities, without requiring that the holoviews dependencies be installed if users don’t want to use those dependencies.

Full Changelog: v0.1.1...v0.1.2

v0.1.2-rc.2

30 Sep 19:02
Compare
Choose a tag to compare
v0.1.2-rc.2 Pre-release
Pre-release

Improved resolution of relative paths in config files, along with other small fixes.

Full Changelog: v0.1.1...v0.1.2-rc.2

v0.1.1

09 Aug 14:26
Compare
Choose a tag to compare

Initial release, so we can start integrating this into larger code stacks.

The default functionality in valconfig.py has not changed in months and should be quite solid.
Currently it still uses Pydantic v1 objects.

The contrib/holoviews subpackage should be considered alpha and may still change completely in the future.