Skip to content

Commit

Permalink
DOC: Update CHANGELOG after merging #755 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 11, 2024
1 parent f1c8626 commit 4642126
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#687](https://github.com/vocalpy/vak/issues/687),
[#742](https://github.com/vocalpy/vak/issues/742), and
[#745](https://github.com/vocalpy/vak/issues/745).
- Add `datasets` module (after renaming existing `datasets` to `datapipes`)
with class for BioSoundSegBench dataset
[#755](https://github.com/vocalpy/vak/pull/755).
Fixes [#754](https://github.com/vocalpy/vak/issues/754).

### Changed
- Rename config file option `csv_path` to `dataset_path`,
Expand Down Expand Up @@ -96,6 +100,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#753](https://github.com/vocalpy/vak/pull/753).
Fixes [#737](https://github.com/vocalpy/vak/issues/737) and
[#726](https://github.com/vocalpy/vak/issues/726).
- Rename `datasets` module to `datapipes`,
so we can add another `datasets` module with built-in pre-prepped
static datatsets, and to indicate that these "pipes" are for
datasets prepared by `vak.prep`. Then refactor these datapipes
so they have default transforms that are configured via
arguments to the class
[#755](https://github.com/vocalpy/vak/pull/755).
Fixes [#574](https://github.com/vocalpy/vak/issues/574)
and [#724](https://github.com/vocalpy/vak/issues/724).

### Removed
- Remove entry points since they are not being used
Expand Down

0 comments on commit 4642126

Please sign in to comment.