From 8bf25dd006c59b0ec9093fa05b4ca55b9e39de42 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Thu, 18 May 2023 12:50:56 -0400 Subject: [PATCH] DOC: Update CHANGELOG after merging #254 --- doc/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 8b724614..4828cb34 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. 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 +### Fixed +- Remove exceptions raised by 'birdsong-recognition-dataset' format when `wavpath` + directory does not exist or wav files are not found in that directory, + because they prevent a user from loading the annotations unless they have the audio + [#254](https://github.com/NickleDave/crowsetta/pull/254). + +## 3.4.1 -- 2022-05-14 +### Changed +- Support Python 3.8-3.10 + [#165](https://github.com/NickleDave/crowsetta/pull/165). + ## 3.4.0 -- 2022-03-26 ### Added - add a `__repr__` to the `Transcriber` class