Skip to content

Commit 94934ec

Browse files
committed
Fix spelling and formatting errors in changelog
1 parent 2d8de7f commit 94934ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.3
44

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`
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`
66
- Custom `Date` and `Timedelta` objects as shims to make numpy datetime64 and timedelta64 act more like python `datetime` objects
77
- Renamed formatters to converters for more flexibility / scope
88
- Support using different converters with new `format` and `parse` methods on `Undate`
@@ -11,7 +11,7 @@
1111
- Jupyter notebook demonstrating / validating EDTF support
1212
- Full support for Level 0 Date and Time Interval (no Date and Time support)
1313
- Level 1:
14-
- Letter-prefixed cbalendar year
14+
- Letter-prefixed calendar year
1515
- Unspecified digit from the right
1616
- Partial support for extended interval
1717
- Level 2: unspecified digit anywhere in the date
@@ -24,7 +24,7 @@
2424

2525
### numpy impact
2626

27-
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).
27+
Performance differences seem to be negligible, but it does increase payload 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).
2828

2929
## 0.2
3030

0 commit comments

Comments
 (0)