- PR 102 - No namespaces
In this release 1 pull request was closed.
- Issue 87 - Publish wheel
In this release 1 issue was closed.
- PR 74 - Fix subpackages not being included in sdist
In this release 1 pull request was closed.
- PR 63 - Override old default values in
update_defaults
- PR 61 - Add key deprecation support
- PR 60 - Add configuration serialization and deserialization
- PR 59 - Port typing annotations and improve error messages
In this release 6 pull requests were closed.
- Issue 17 - Threadlock TypeError when trying to pickle donfig object (PR 22 by @djhoese)
- Issue 16 - Failure to initialize Config object (PR 20 by @djhoese)
- Issue 14 - 0.6.0 release?
- Issue 13 - MNT: Stop using ci-helpers in appveyor.yml
In this release 4 issues were closed.
- PR 21 - Make
test__get_paths
robust tosite.PREFIXES
being set
- PR 23 - Drop Python 3.6 support and add pre-commit
- PR 22 - Add SerializableLock from Dask to use in
Config.set
(17) - PR 19 - Refactor config default search path retrieval
- PR 18 - Expand YAML config search directories
In this release 6 pull requests were closed.
- PR 11 - Add dask config conversion javascript utility
- Drop support for Python <3.6
In this release 1 pull request was closed.
- PR 9 - Fix environment variable loading only working with 4 characters
- PR 8 - Allow nested key set by keyword argument
In this release 2 pull requests were closed.
- Issue 5 - donfig.config_obj.collect_yaml method is vulnerable
In this release 1 issue was closed.
- PR 6 - Avoid deprecation warning from newer versions of pyyaml
- PR 4 - Fix handling of non-readable config files
- PR 3 - Allow updates from arbitrary Mappings
- PR 7 - Remove config key normalization
In this release 4 pull requests were closed.
- PR 2 - Add
__getitem__
and__contains__
method to Config object
In this release 1 pull request was closed.
- PR 1 - Treat None as missing in config when updating
In this release 1 pull request was closed.
- First working release of donfig migrated from dask.config.