-
Notifications
You must be signed in to change notification settings - Fork 3
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
Version 5.1 #280
Version 5.1 #280
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6a047e - Browse repository at this point
Copy the full SHA d6a047eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de1d18 - Browse repository at this point
Copy the full SHA 6de1d18View commit details -
Have SimpleSeq only map column names in
column_map
, fix #272Inside `SimpleSeq.from_file`, when someone specifies a `column_map` argument, we only do the mapping if a column name in the loaded csv file is a key in `column_map`. Otherwise we leave the column as-is, and if it's not one of the columns we need for the annotations ("onset_s", "offset_s", "label"), it gets thrown away.
Configuration menu - View commit details
-
Copy full SHA for 061293c - Browse repository at this point
Copy the full SHA 061293cView commit details -
Make SimpleSeq work with csv that doesn't have labels, fix #271
Adds `default_label` argument to `from_file` method, a string that defaults to `'-'` and if the `pandas.DataFrame` loaded from the csv file does not already have a 'label' column, adds that column with the `default_label` value as the label in every row. This makes it possible to load segmentations saved in csv files that do not have labels, just start and stop times of the segments.
Configuration menu - View commit details
-
Copy full SHA for aceb7cc - Browse repository at this point
Copy the full SHA aceb7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f28227 - Browse repository at this point
Copy the full SHA 4f28227View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5986db - Browse repository at this point
Copy the full SHA b5986dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e46831 - Browse repository at this point
Copy the full SHA 4e46831View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e1155 - Browse repository at this point
Copy the full SHA d9e1155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc51e5 - Browse repository at this point
Copy the full SHA 6cc51e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd5e5a - Browse repository at this point
Copy the full SHA ddd5e5aView commit details -
Rewrite crowsetta.data as crowsetta.examples, fix #278
As described in issue, and also: Add example data files to dir Remove crowsetta.data Rewrite tests/test_data.py as tests/test_example.py
Configuration menu - View commit details
-
Copy full SHA for 75e0fa3 - Browse repository at this point
Copy the full SHA 75e0fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2354554 - Browse repository at this point
Copy the full SHA 2354554View commit details
Commits on Oct 12, 2024
-
Add helpful error message in SimpleSeq.from_file for when columns don…
…'t have expected names.
Configuration menu - View commit details
-
Copy full SHA for 1f7b255 - Browse repository at this point
Copy the full SHA 1f7b255View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6d4e0 - Browse repository at this point
Copy the full SHA ce6d4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db6b8a - Browse repository at this point
Copy the full SHA 5db6b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bc39d - Browse repository at this point
Copy the full SHA 91bc39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d10d02b - Browse repository at this point
Copy the full SHA d10d02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4827d6 - Browse repository at this point
Copy the full SHA a4827d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eee21b - Browse repository at this point
Copy the full SHA 2eee21bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a670f - Browse repository at this point
Copy the full SHA 64a670fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1b2b4 - Browse repository at this point
Copy the full SHA 2f1b2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 226b61e - Browse repository at this point
Copy the full SHA 226b61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d8943 - Browse repository at this point
Copy the full SHA e1d8943View commit details -
Add assert in unit test for empty SimpleSeq that we can call to_seq a…
…nd get a Sequence of length 0
Configuration menu - View commit details
-
Copy full SHA for 2012e4a - Browse repository at this point
Copy the full SHA 2012e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d4e08 - Browse repository at this point
Copy the full SHA 25d4e08View commit details -
Put all of API onto one page in docs, fix how we show crowsetta.examp…
…les.show and crowsetta.example
Configuration menu - View commit details
-
Copy full SHA for 929be20 - Browse repository at this point
Copy the full SHA 929be20View commit details