@@ -8,7 +8,19 @@ creating a new release entry be sure to copy & paste the span tag with the
8
8
`actions:bind` attribute, which is used by a regex to find the text to be
9
9
updated. Only the first match gets replaced, so it's fine to leave the old
10
10
ones in. -->
11
- --------------------------------------------------------------------------------
11
+ ## isodatetime 3.2.0 (<span actions:bind =' release-date ' >Upcoming</span >)
12
+
13
+ ### Breaking changes
14
+
15
+ [ #234 ] ( https://github.com/metomi/isodatetime/pull/234 ) :
16
+ - Removed public ` TimePoint.add_truncated() ` method.
17
+ - ` TimePoint.seconds_since_unix_epoch ` is now an ` int ` instead of ` str ` .
18
+
19
+ ### Fixes
20
+
21
+ [ #234 ] ( https://github.com/metomi/isodatetime/pull/234 ) :
22
+ Fixed behaviour of adding a truncated TimePoint to a normal TimePoint.
23
+
12
24
13
25
## isodatetime 3.1.0 (<span actions:bind =' release-date ' >Released 2023-10-05</span >)
14
26
@@ -19,7 +31,6 @@ Requires Python 3.7+
19
31
[ #231 ] ( https://github.com/metomi/isodatetime/pull/231 ) :
20
32
Fixed mistakes in the CLI help text.
21
33
22
- --------------------------------------------------------------------------------
23
34
24
35
## isodatetime 3.0.0 (<span actions:bind =' release-date ' >Released 2022-03-31</span >)
25
36
@@ -44,7 +55,6 @@ TimePoints.
44
55
Fixed a bug where the ` timezone ` functions would return incorrect results
45
56
for certain non-standard/unusual system time zones.
46
57
47
- --------------------------------------------------------------------------------
48
58
49
59
## isodatetime 2.0.2 (Released 2020-07-01)
50
60
@@ -62,7 +72,6 @@ CLI can now read in from piped stdin.
62
72
TimePoints can no longer be created with out-of-bounds values, e.g.
63
73
` 2020-00-00 ` , ` 2020-13-32T25:60 ` , ` --02-30 ` are not valid.
64
74
65
- --------------------------------------------------------------------------------
66
75
67
76
## isodatetime 2.0.1 (Released 2019-07-23)
68
77
@@ -86,7 +95,6 @@ Support the CF compatible calendar mode strings `360_day`, `365_day` & `366_day`
86
95
[ #132 ] ( https://github.com/metomi/isodatetime/pull/132 ) :
87
96
Change namespace of ` isodatetime ` to ` metomi.isodatetime `
88
97
89
- --------------------------------------------------------------------------------
90
98
91
99
## isodatetime 2.0.0 (Released 2019-01-22)
92
100
@@ -119,7 +127,6 @@ Fixed time point dumper time zone inconsistency.
119
127
[ #118 ] ( https://github.com/metomi/isodatetime/pull/118 ) :
120
128
Fixed time point dumper date type inconsistency.
121
129
122
- --------------------------------------------------------------------------------
123
130
124
131
## isodatetime 2018.11.0 (Released 2018-11-05)
125
132
@@ -143,7 +150,6 @@ Fix for timezone offsets where minutes are not 0.
143
150
[ #87 ] ( https://github.com/metomi/isodatetime/pull/87 ) :
144
151
Add ` setup.py ` .
145
152
146
- --------------------------------------------------------------------------------
147
153
148
154
## isodatetime 2018.09.0 (Released 2018-09-11)
149
155
@@ -155,7 +161,6 @@ This is the 10th release of isodatetime.
155
161
New TimePoint method to find the next smallest property that is missing from a
156
162
truncated representation.
157
163
158
- --------------------------------------------------------------------------------
159
164
160
165
## isodatetime 2018.02.0 (Released 2018-02-06)
161
166
@@ -166,7 +171,6 @@ This is the 9th release of isodatetime.
166
171
[ #82 ] ( https://github.com/metomi/isodatetime/pull/82 ) :
167
172
Fix subtracting a later timepoint from an earlier one.
168
173
169
- --------------------------------------------------------------------------------
170
174
171
175
## isodatetime 2017.08.0 (Released 2017-08-09)
172
176
@@ -180,13 +184,11 @@ Fix error string for bad conversion for strftime/strptime.
180
184
[ #74 ] ( https://github.com/metomi/isodatetime/pull/74 ) :
181
185
Slotted the data classes to improve memory footprint.
182
186
183
- --------------------------------------------------------------------------------
184
187
185
188
## isodatetime 2017.02.1 (Released 2017-02-21)
186
189
187
190
This is the 7th release of isodatetime. Admin only release.
188
191
189
- --------------------------------------------------------------------------------
190
192
191
193
## isodatetime 2017.02.0 (Released 2017-02-20)
192
194
@@ -197,7 +199,6 @@ This is the 6th release of isodatetime.
197
199
[ #73 ] ( https://github.com/metomi/isodatetime/pull/73 ) :
198
200
Fix adding duration not in weeks and duration in weeks.
199
201
200
- --------------------------------------------------------------------------------
201
202
202
203
## isodatetime 2014.10.0 (Released 2014-10-01)
203
204
@@ -216,7 +217,6 @@ Fix `date1 - date2` where `date2` is greater than `date1` and `date1` and
216
217
[ #60 ] ( https://github.com/metomi/isodatetime/pull/60 ) :
217
218
Stricter dumper year bounds checking.
218
219
219
- --------------------------------------------------------------------------------
220
220
221
221
## isodatetime 2014.08.0 (Released 2014-08-11)
222
222
@@ -235,7 +235,6 @@ digits.
235
235
Speeds up calculations involving counting the days over a number of consecutive
236
236
years.
237
237
238
- --------------------------------------------------------------------------------
239
238
240
239
## isodatetime 2014.07.0 (Released 2014-07-29)
241
240
@@ -253,7 +252,6 @@ More flexible API for calendar mode.
253
252
[ #48 ] ( https://github.com/metomi/isodatetime/pull/48 ) :
254
253
` TimeInterval ` class: add ` get_seconds ` method and input prettifying.
255
254
256
- --------------------------------------------------------------------------------
257
255
258
256
## isodatetime 2014.06.0 (Released 2014-06-19)
259
257
@@ -279,7 +277,6 @@ Implement subset of strftime/strptime POSIX standard.
279
277
[ #28 ] ( https://github.com/metomi/isodatetime/pull/28 ) :
280
278
Fix get next point for single-repetition recurrences.
281
279
282
- --------------------------------------------------------------------------------
283
280
284
281
## isodatetime 2014-03 (Released 2014-03-13)
285
282
0 commit comments