Skip to content

Commit c753336

Browse files
committed
Document more changes included in v0.3
1 parent 7a83553 commit c753336

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
## 0.3
44

55
- Updated to use numpy `datetime64` to support a greater range of years beyond the 4-digit years supported by python's builtin ``datetime.date`
6+
- Custom `Date` and `Timedelta` objects as shims to make numpy datetime64 and timedelta64 act more like python `datetime` objects
67
- Renamed formatters to converters for more flexibility / scope
7-
- Support using different converters for input and output (new `format` and `parse` methods)
8-
- Improve readme with example usage and disclaimers about current functionality
9-
- Improve documentation for adding new converters
10-
- Improve documentation for branching guidelines in contributing
11-
12-
8+
- Support using different converters with new `format` and `parse` methods on `Undate`
9+
- Improved EDTF support:
10+
- Support 5+ digit years with leading Y (thanks to numpy.datetime64)
11+
- Jupyter notebook demonstrating / validating EDTF support
12+
- Improved readme with example usage and disclaimers about current functionality
13+
- Improved documentation for adding new converters
14+
- Improved documentation for branching guidelines in contributing
15+
- Restructured sphinx documentation and added more code documentation
16+
- Added a project logo
17+
- Switch from black to ruff for pre-commit formatting
1318

1419
### numpy impact
1520

0 commit comments

Comments
 (0)