This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Releases: iterative/ldb
Releases · iterative/ldb
v0.7.0
What's Changed
- feat(ds): support listing all ds versions and ids by @jonburdo in #464
- feat(unindex): add command to remove data objects from index by @jonburdo in #465
- feat(ds): delete collections along with dataset by @jonburdo in #466
- chore(ci): make build job depend on passing lint and test jobs by @jonburdo in #467
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat(instantiate): only append object id to filename if missing by @jonburdo in #458
- feat(instantiate): allow instantiation to remote filesystems by @jonburdo in #459
- feat(index): add progress bar for indexing by @jonburdo in #460
- feat(index): add progress bars to all indexing formats by @jonburdo in #461
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
What's Changed
- feat(storage): allow disabling of read-add storage by @jonburdo in #432
- fix(index): use correct key for base-label param by @jonburdo in #434
- feat(storage): allow non-json value for
add-storage -oby @jonburdo in #439 - fix(index): show
--annotation-updatechoices in help by @jonburdo in #440 - feat(index,instantiate): annotation-only format transforms by @jonburdo in #442
- fix(index): fix storage location check by @jonburdo in #447
- feat(index): allow ephemeral remote files by @jonburdo in #450
- feat(index,instantiate): single-file annotation-only format by @jonburdo in #453
- fix(ui): show help message on cli arg parsing error by @jonburdo in #449
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat(index,instantiate): add format-specific parameters by @jonburdo in #422
- fix(instantiate): show missing file path on error by @jonburdo in #423
- feat(instantiate): allow instantiation of any dataset by @jonburdo in #424
- feat(index,instantiate): add path to annotation-only format by @jonburdo in #426
- feat(add): include transforms during add by @jonburdo in #428
- chore(ci): correctly exclude renovate branches from ci by @jonburdo in #430
- chore(deps): update dependency pylint to >=2.14.5,<2.15.0 by @jonburdo in #429
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat(index): add annotation update option by @jonburdo in #358
- fix(add): show more informative auto-indexing message by @jonburdo in #362
- fix(index): determine file modified time correctly by @jonburdo in #363
- feat(index): output numbers for ephemeral files copied by @jonburdo in #364
- fix(index): get atime for local files correctly by @jonburdo in #365
- feat(dataset): add auto-pull option to datasets by @jonburdo in #370
- feat(query): add custom JMESPath functions dotproduct, unique by @jonburdo in #373
- fix: parse dataset arguments correctly by @jonburdo in #374
- fix(index): more descriptive ephemeral path error by @jonburdo in #375
- fix(index): use storage config with infer format by @jonburdo in #377
- fix(storage): use fs class instead of instance for adding storage by @jonburdo in #378
- feat(instantiate): parallelize instantiation for infer and annot formats by @jonburdo in #384
- fix(index): incorrect overlapping directories error by @jonburdo in #387
- feat: format unexpected exceptions properly by @jonburdo in #389
- fix: rename sort_option dir by @jonburdo in #393
- Configure Renovate by @renovate in #390
- chore(renovate): include config:base in renovate config by @jonburdo in #402
- fix(ui): print init help message for missing instance by @jonburdo in #407
- chore(deps): update all dependencies by @jonburdo in #404
- feat(tag): option for exact tag set by @jonburdo in #408
- feat(index): show number of new data object paths by @jonburdo in #415
- feat(ds): add subcommands
listanddeltoldb dsby @jonburdo in #417
New Contributors
Full Changelog: v0.1.10...v0.2.0
v0.1.10
What's Changed
- feat(query): add shuffle option to dataset commands by @jonburdo in #329
- feat(instantiate): add data object query options to instantiate command by @jonburdo in #330
- fix(get,stage,instantiate): standardize target directory creation by @jonburdo in #336
- add flake8 extensions from py-template by @jonburdo in #338
- feat(transform): add new transform command by @jonburdo in #344
- feat(commit,stage): save and load dataset transforms by @jonburdo in #350
- fix(add-storage): use json values for storage options by @jonburdo in #352
- feat(init): add storage config for public data lakes during quickstart init by @jonburdo in #353
- fix(get): do not auto-stage populated directories by @jonburdo in #355
Full Changelog: v0.1.8...v0.1.10
v0.1.9
What's Changed
- feat(query): add shuffle option to dataset commands by @jonburdo in #329
- feat(instantiate): add data object query options to instantiate command by @jonburdo in #330
- fix(get,stage,instantiate): standardize target directory creation by @jonburdo in #336
- add flake8 extensions from py-template by @jonburdo in #338
Full Changelog: v0.1.8...v0.1.9