Changelog¶
The source code is hosted and maintained on github.
Version 0.0.4 (7 March 2020)¶
renamed
maptoapplyadded
weekdayofutility functionrefactored
utils.dayof,utils.daysfromandutils.daystoremoved
addmethod to maintain immutabilityremoved
lengthproperty (uselen(calendar)instead)
Version 0.0.3 (1 March 2020)¶
added
utils.dayof,utils.daystoandutils.daysfromexposed
datetime.datetimeas moduleadded constants
fixed a bug in
utils.floorandutils.ceilon weekly frequenciesreplaced
internals.isdatelikeby simpleisinstancetype-check
Version 0.0.2 (22 February 2020)¶
added Calendar.split
Version 0.0.1 (22 February 2020)¶
added Calendar class
added utility functions to compute semester, trimester and quarter of given date
added utility functions to compute start and end of period (e.g. month)