Notable changes to this project based on the Keep a Changelog format. This project adheres to Semantic Versioning.
2.6.0 (2020-05-01)
DataReader.find
.DataReader.rfind
.DataReader.index
.DataReader.rindex
.DataReader.seek_first
.DataReader.seek_last
.DataReader.seek_next
.
- Don't call into
__*item__
methods from__*attr__
methods inAttrMapping
. This allows for cleaner exception tracebacks. - Explicitly support
BytesIO
andFileIO
objects inDataReader
.
2.5.1 (2020-04-08)
- Work around pendulum build issue.
2.5.0 (2020-03-25)
FILEPATH_CHARACTER_REPLACEMENTS
.DataWriter
.
2.4.0 (2020-03-16)
- Make
position
parameter forcast_to_list
an optional kwarg. It defaults to casting the first argument if not given.
2.3.0 (2020-03-01)
- Support singular and plural item labels for
LabelList
. - Custom items, keys, and values methods and views for
AttrMapping
.
2.2.1 (2020-02-25)
- Add missing attributes in
DataReader.__init__
.
2.2.0 (2020-02-25)
- Ability for
DataReader
to read bits.
2.1.0 (2020-02-25)
DataReader
class.datareader
decorator.
2.0.2 (2020-02-23)
- Add missing dependency.
2.0.1 (2020-02-23)
cast_to_list
decorator fromfilter_filepaths_by_dates
.
2.0.0 (2020-02-23)
- API for
filter_filepaths_by_dates
.
1.1.1 (2020-02-01)
- Old code in
get_defaults
missed in prior edit pass.
1.1.0 (2020-02-01)
- Init of
AttrMapping
to use__setitem__
.
1.0.0 (2019-10-10)
- Initial release.