diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8f08fe9b..a042652b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## 01/19/2021 - Release v0.1.5 ### Added - `WiderFace` dataset format (, ) - Function to transform annotations to labels () @@ -18,13 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Dataset` class extended with new operations: `save`, `load`, `export`, `import_from`, `detect`, `run_model` () - `Dataset` operations return `Dataset` instances, allowing to chain operations () - Allowed importing `Extractor`-only defined formats (in `Project.import_from`, `dataset.import_from` and CLI/`project import`) () -- `datum ...` commands replaced with `datum ...` commands () +- `datum project ...` commands replaced with `datum ...` commands () - Supported more image formats in `ImageNet` extractor () - Allowed adding `Importer`-defined formats as project sources (`source add`) () - Added max search depth in `ImageDir` format and importers () ### Deprecated -- `datum ...` CLI context () +- `datum project ...` CLI context () ### Removed - diff --git a/datumaro/version.py b/datumaro/version.py index a0901263b2..5f299bd0d1 100644 --- a/datumaro/version.py +++ b/datumaro/version.py @@ -1 +1 @@ -VERSION = '0.1.4' \ No newline at end of file +VERSION = '0.1.5' \ No newline at end of file