All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Altered sequence processing to make use of numpy vectorization.
- Added support for older Python versions that were failing because of Ubuntu version on CI runner.
- Added support for
ISOWeekday
, meaning the int value of the weekdays follow the ISO-8601 standard: from 1 (Monday) to 7 (Sunday), to all weekday-based operations. You can also passint
orstr
objects corresponding to Pythonic weekdays. - Added support for calling any method on sequences. Instead of passing a single temporal-like, you can pass any sequence of temporal-likes (for instance
list
,np.ndarray
,pd.Series
, etc.) and get back the same sequence with all temporal objects adjusted.