Releases: vocalpy/crowsetta
Releases · vocalpy/crowsetta
0.2.0a3
changed
- fix failing tests
0.2.0a2
added
Segment
class, attrs-based- has
asdict
method (wrapper aroundattrs
function) - has class variable
_FIELDS
which is used in any place
where we need to know how to go fromSegment
attributes to rows of
a csv file, e.g. in src/crowsetta/csv.py and in tests
- has
changed
Sequence
class is now attrs-based, has factory functions, is itself
just a list ofSegment
s- now has
to_dict
method
- now has
Crowsetta
class is now calledTranscriber
0.2.0a1
added
- add Crowsetta class with simple interface for converting any annotation to
- add ability to work with user-defined functions
- user passes an
extra_config
dict when instantiating Crowsetta
- user passes an
- add docs
changed
- change package name to Crowsetta
- change function names so they are all
format2seq
orformat2csv
or
toformat
for consistency