Releases: legend-exp/pylegendmeta
Releases · legend-exp/pylegendmeta
v1.2.0a2
What's Changed
- Bug fix in TextDB by @gipert in #72
- Deprecate
TextDB
,AttrsDict
,catalog
in favour ofdbetto
by @gipert in #73 - Checkout latest stable legend-metadata tag by default by @gipert in #75
- chore: update pre-commit hooks by @pre-commit-ci in #77
Full Changelog: v1.2.1a1...v1.2.0a2
v1.2.1a1
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #69
- Update path to analysis metadata in
channelmap()
by @ggmarshall in #71
Full Changelog: v1.2.0a1...v1.2.1a1
v1.2.0a1
What's Changed
- Update validity management code to new format by @ggmarshall in #67
Full Changelog: v1.1.0...v1.2.0a1
v1.1.0
v1.0.1
v1.0.0
What's Changed
- yaml turn off sort by @ggmarshall in #60
- chore: update pre-commit hooks by @pre-commit-ci in #61
- Added option to specify file format in catalog.py by @iguinn in #62
New Contributors
Full Changelog: v0.10.2...v1.0.0
v0.10.2
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Make
Props.write_to()
able to handle both JSON and YAML by @ggmarshall in #58 - Fix dictionary copy bug, deepcopy is needed by @ggmarshall in #59
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
catalog.subst_vars()
support for lists by @ggmarshall in #56- chore: update pre-commit hooks by @pre-commit-ci in #55
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #54
- [ci] rollback to macos-13 and add Python 3.12 by @gipert in #57
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Warning
The JsonDB
class has been renamed to TextDB
. The JsonDB
class can be still imported but will generate a deprecation warning. The class will be removed in a future release.
What's Changed
- Fix JsonDB lazyness by @gipert in #42
- Implement
AttrsDict.group()
, syntactic sugar forAttrsDict.map(..., unique=False)
by @gipert in #48 - Support YAML files by @gipert in #49
- Add option to skip hidden files or directories (default true) by @gipert in #52
Full Changelog: v0.8.2...v0.9.0