File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## 3.4.3 -- 2023-05-20
8
8
- Revert "fix" from 3.4.2 because audio is actually needed with
9
9
'birdsong-recognition-dataset', to get sampling rate when we convert
10
10
from sample number to seconds
11
11
[ #256 ] ( https://github.com/NickleDave/crowsetta/pull/256 ) .
12
12
13
- ## 3.4.2
13
+ ## 3.4.2 -- 2023-05-18
14
14
### Fixed
15
15
- Remove exceptions raised by 'birdsong-recognition-dataset' format when ` wavpath `
16
16
directory does not exist or wav files are not found in that directory,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
18
18
" scipy >=1.4.1" ,
19
19
" SoundFile >=0.10.3" ,
20
20
]
21
- version = " 3.4.2 "
21
+ version = " 3.4.3 "
22
22
readme = " README.md"
23
23
license = {file = " LICENSE" }
24
24
classifiers = [
Original file line number Diff line number Diff line change 23
23
__summary__ = "A tool to work with any format for annotating vocalizations"
24
24
__uri__ = "https://github.com/NickleDave/crowsetta"
25
25
26
- __version__ = "3.4.2 "
26
+ __version__ = "3.4.3 "
27
27
28
28
if base_dir is not None and os .path .exists (os .path .join (base_dir , ".commit" )):
29
29
with open (os .path .join (base_dir , ".commit" )) as fp :
You can’t perform that action at this time.
0 commit comments