-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Use crowsetta 5.0, fixes #526 #657
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2e952c - Browse repository at this point
Copy the full SHA b2e952cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b2e17 - Browse repository at this point
Copy the full SHA b4b2e17View commit details -
Fix how
files.find_fname
andfiles.from_dir
handle extensions tha……t start with a period (by removing it)
Configuration menu - View commit details
-
Copy full SHA for f26e637 - Browse repository at this point
Copy the full SHA f26e637View commit details -
Rewrite vak/annotation.py to use crowsetta >= 5.0
- Call to_annot on instances returned by Transcriber.from_file - Use crowsetta.formats.by_name to get format class, so we can get its extension (instead of using getattr on a module) - Use `notated_path` attribute instead of `audio_path`
Configuration menu - View commit details
-
Copy full SHA for 6a3622d - Browse repository at this point
Copy the full SHA 6a3622dView commit details -
Call to_annot on instances returned by Transcriber.from_file in `io.d…
…ataframe.from_file` function
Configuration menu - View commit details
-
Copy full SHA for 75a9ea8 - Browse repository at this point
Copy the full SHA 75a9ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a568d5f - Browse repository at this point
Copy the full SHA a568d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af6c16b - Browse repository at this point
Copy the full SHA af6c16bView commit details -
Rename function in tests/scripts/generate_data_for_tests.py, main -> …
…generate_test_data to avoid lightning crash
Configuration menu - View commit details
-
Copy full SHA for 750b741 - Browse repository at this point
Copy the full SHA 750b741View commit details -
Fix test in tests/test_transforms/test_labeled_timebins/test_function…
…al.py to use crowsetta>=5.0 attribute name, notated_path
Configuration menu - View commit details
-
Copy full SHA for 86c038b - Browse repository at this point
Copy the full SHA 86c038bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331beb3 - Browse repository at this point
Copy the full SHA 331beb3View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c10c038 - Browse repository at this point
Copy the full SHA c10c038View commit details -
WIP: Fix/add tests in tests/test_annotation after rewriting `vak.anno…
…tation.map_annotated_to_annot`
Configuration menu - View commit details
-
Copy full SHA for ebfb352 - Browse repository at this point
Copy the full SHA ebfb352View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e66bb32 - Browse repository at this point
Copy the full SHA e66bb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 014a242 - Browse repository at this point
Copy the full SHA 014a242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6a8c0 - Browse repository at this point
Copy the full SHA 8d6a8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cabcb43 - Browse repository at this point
Copy the full SHA cabcb43View commit details -
Rename
audio_stem_from_path
->audio_filename_from_path
in tests/……test_annotation.py
Configuration menu - View commit details
-
Copy full SHA for 44bb198 - Browse repository at this point
Copy the full SHA 44bb198View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5e7af - Browse repository at this point
Copy the full SHA ae5e7afView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d765f4f - Browse repository at this point
Copy the full SHA d765f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13cc36 - Browse repository at this point
Copy the full SHA e13cc36View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6eca315 - Browse repository at this point
Copy the full SHA 6eca315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c8fda - Browse repository at this point
Copy the full SHA 21c8fdaView commit details -
Modify
vak.io.audio.to_spect
to takeannot_format
arg and pass it…… to `map_annotated_to_annot`
Configuration menu - View commit details
-
Copy full SHA for fcb7fc2 - Browse repository at this point
Copy the full SHA fcb7fc2View commit details -
Modify
vak.io.spect.to_dataframe
to passannot_format
to `map_ann……otated_to_annot`
Configuration menu - View commit details
-
Copy full SHA for eb123e6 - Browse repository at this point
Copy the full SHA eb123e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a544358 - Browse repository at this point
Copy the full SHA a544358View commit details -
Make fixes in vak.annotation: pass annot_format inside from_df, add a…
…nnotated_ext parameter to map_annotated_to_annot and _map_using_ext
Configuration menu - View commit details
-
Copy full SHA for ffb3797 - Browse repository at this point
Copy the full SHA ffb3797View commit details -
Add spect_ext parameter to spect.to_dataframe, pass into map_annotate…
…d_to_annot as annotated_ext
Configuration menu - View commit details
-
Copy full SHA for e26bd92 - Browse repository at this point
Copy the full SHA e26bd92View commit details -
Inside dataframe.to_files, set spect_ext to '.spect.npz' when we make…
… spectrograms, then pass into spect.to_dataframe
Configuration menu - View commit details
-
Copy full SHA for 91ddae3 - Browse repository at this point
Copy the full SHA 91ddae3View commit details -
Cast audio_file to path inside vak.io.audio.to_spect to avoid error w…
…hen loading npz with unpickle_array=False
Configuration menu - View commit details
-
Copy full SHA for 23a68fa - Browse repository at this point
Copy the full SHA 23a68faView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef01b4 - Browse repository at this point
Copy the full SHA fef01b4View commit details -
Fix functions that map annotated files to annotations so they return …
…a dict with string paths as keys, since that's what we get out of the dataset dataframe
Configuration menu - View commit details
-
Copy full SHA for 039bc2e - Browse repository at this point
Copy the full SHA 039bc2eView commit details -
Fix window_dataset helper function to get annot_format and determine …
…annotated_ext before it calls map_annotated_to_annot
Configuration menu - View commit details
-
Copy full SHA for 7a2640a - Browse repository at this point
Copy the full SHA 7a2640aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15517a7 - Browse repository at this point
Copy the full SHA 15517a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8338e26 - Browse repository at this point
Copy the full SHA 8338e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b83c60 - Browse repository at this point
Copy the full SHA 6b83c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717a48c - Browse repository at this point
Copy the full SHA 717a48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331dff1 - Browse repository at this point
Copy the full SHA 331dff1View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2dcbfe0 - Browse repository at this point
Copy the full SHA 2dcbfe0View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 979ddf4 - Browse repository at this point
Copy the full SHA 979ddf4View commit details -
WIP: Fixing unit tests in tests/test_transforms/test_labeled_timebins…
…/test_functional.py
Configuration menu - View commit details
-
Copy full SHA for 259a1fa - Browse repository at this point
Copy the full SHA 259a1faView commit details -
Fix tests in test_labeled_timebins/test_functional.py -- xfail on .wa…
…v.mat files that break tests
Configuration menu - View commit details
-
Copy full SHA for 7cd123c - Browse repository at this point
Copy the full SHA 7cd123cView commit details -
Fix SPECT_FILES_TO_SKIP -> XFAIL_SPECT_FILES in test_labeled_timebins…
…/test_transforms.py
Configuration menu - View commit details
-
Copy full SHA for 7a2b54c - Browse repository at this point
Copy the full SHA 7a2b54cView commit details