Skip to content

Commit b3be961

Browse files
committed
Add more changes to the change log
[skip ci]
1 parent 247036e commit b3be961

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## 0.2
44

5+
- Undate and UndateInterval now include an optional label for named dates or time periods
56
- Support partially known dates with missing digits (e.g. 1991-1?-10)
67
- Rich comparison checks for Undate
78
- improved equality check; now supports comparing Undate object with day precision to datetime.date
89
- implementations and tests for comparison, sorting and contains (`>`, `<`, `>=`, `<=`, and `in`)
910
- static method to initialize an Undate object from a datetime.date (used for comparisons)
1011
- Example Jupyter notebook comparing Undate duration calculation against
1112
dates and durations in the [Shakespeare and Company Project](https://shakespeareandco.princeton.edu/) [events dataset](https://doi.org/10.34770/nz90-ym25)
13+
- Preliminary support for parsing Extended Date Time Format (EDTF) level 0 and some of level 1 and transforming into Undate objects
1214
- Dropped support for python 3.8; added python 3.12
1315
- Python type improvements and preliminary type checking with mypy
1416

0 commit comments

Comments
 (0)