Skip to content

Commit 7a83553

Browse files
committed
Document changes included in v0.3 and impact of including numpy
1 parent 4f4b4c3 commit 7a83553

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 0.3
4+
5+
- 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+
- 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+
13+
14+
### numpy impact
15+
16+
Performance differences seem to be negligible, but it does increase payloud size. The virtualenv for installing version 0.2 was 14MB; when installing the newer version with numpy, the virtualenv is 46MB (the numpy folder in site packages is 31MB on its own).
17+
318
## 0.2
419

520
- Undate and UndateInterval now include an optional label for named dates or time periods

0 commit comments

Comments
 (0)