Skip to content

Releases: legend-exp/pylegendmeta

v1.2.0a2

18 Jan 16:47
0481750
Compare
Choose a tag to compare
v1.2.0a2 Pre-release
Pre-release

What's Changed

  • Bug fix in TextDB by @gipert in #72
  • Deprecate TextDB, AttrsDict, catalog in favour of dbetto 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

06 Dec 11:32
df0bced
Compare
Choose a tag to compare
v1.2.1a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0a1...v1.2.1a1

v1.2.0a1

26 Nov 14:55
Compare
Choose a tag to compare
v1.2.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0...v1.2.0a1

v1.1.0

24 Oct 15:04
719fdfd
Compare
Choose a tag to compare

What's Changed

  • Support passing a "system" to LegendMetadata.channelmap() by @gipert in #65

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Oct 12:06
9396bf0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Sep 12:58
24eb62d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v1.0.0

v0.10.2

05 Jun 09:30
Compare
Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2

v0.10.1

04 Jun 15:25
8f5106e
Compare
Choose a tag to compare

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

26 Apr 16:09
ba192cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Feb 14:32
a834d0d
Compare
Choose a tag to compare

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 for AttrsDict.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