@@ -8,7 +8,13 @@ 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
+ ### Fixes
14
+
15
+ [ #234 ] ( https://github.com/metomi/isodatetime/pull/234 ) :
16
+ Fixed behaviour of adding a truncated TimePoint to a normal TimePoint.
17
+
12
18
13
19
## isodatetime 3.1.0 (<span actions:bind =' release-date ' >Released 2023-10-05</span >)
14
20
@@ -19,7 +25,6 @@ Requires Python 3.7+
19
25
[ #231 ] ( https://github.com/metomi/isodatetime/pull/231 ) :
20
26
Fixed mistakes in the CLI help text.
21
27
22
- --------------------------------------------------------------------------------
23
28
24
29
## isodatetime 3.0.0 (<span actions:bind =' release-date ' >Released 2022-03-31</span >)
25
30
@@ -44,7 +49,6 @@ TimePoints.
44
49
Fixed a bug where the ` timezone ` functions would return incorrect results
45
50
for certain non-standard/unusual system time zones.
46
51
47
- --------------------------------------------------------------------------------
48
52
49
53
## isodatetime 2.0.2 (Released 2020-07-01)
50
54
@@ -62,7 +66,6 @@ CLI can now read in from piped stdin.
62
66
TimePoints can no longer be created with out-of-bounds values, e.g.
63
67
` 2020-00-00 ` , ` 2020-13-32T25:60 ` , ` --02-30 ` are not valid.
64
68
65
- --------------------------------------------------------------------------------
66
69
67
70
## isodatetime 2.0.1 (Released 2019-07-23)
68
71
@@ -86,7 +89,6 @@ Support the CF compatible calendar mode strings `360_day`, `365_day` & `366_day`
86
89
[ #132 ] ( https://github.com/metomi/isodatetime/pull/132 ) :
87
90
Change namespace of ` isodatetime ` to ` metomi.isodatetime `
88
91
89
- --------------------------------------------------------------------------------
90
92
91
93
## isodatetime 2.0.0 (Released 2019-01-22)
92
94
@@ -119,7 +121,6 @@ Fixed time point dumper time zone inconsistency.
119
121
[ #118 ] ( https://github.com/metomi/isodatetime/pull/118 ) :
120
122
Fixed time point dumper date type inconsistency.
121
123
122
- --------------------------------------------------------------------------------
123
124
124
125
## isodatetime 2018.11.0 (Released 2018-11-05)
125
126
@@ -143,7 +144,6 @@ Fix for timezone offsets where minutes are not 0.
143
144
[ #87 ] ( https://github.com/metomi/isodatetime/pull/87 ) :
144
145
Add ` setup.py ` .
145
146
146
- --------------------------------------------------------------------------------
147
147
148
148
## isodatetime 2018.09.0 (Released 2018-09-11)
149
149
@@ -155,7 +155,6 @@ This is the 10th release of isodatetime.
155
155
New TimePoint method to find the next smallest property that is missing from a
156
156
truncated representation.
157
157
158
- --------------------------------------------------------------------------------
159
158
160
159
## isodatetime 2018.02.0 (Released 2018-02-06)
161
160
@@ -166,7 +165,6 @@ This is the 9th release of isodatetime.
166
165
[ #82 ] ( https://github.com/metomi/isodatetime/pull/82 ) :
167
166
Fix subtracting a later timepoint from an earlier one.
168
167
169
- --------------------------------------------------------------------------------
170
168
171
169
## isodatetime 2017.08.0 (Released 2017-08-09)
172
170
@@ -180,13 +178,11 @@ Fix error string for bad conversion for strftime/strptime.
180
178
[ #74 ] ( https://github.com/metomi/isodatetime/pull/74 ) :
181
179
Slotted the data classes to improve memory footprint.
182
180
183
- --------------------------------------------------------------------------------
184
181
185
182
## isodatetime 2017.02.1 (Released 2017-02-21)
186
183
187
184
This is the 7th release of isodatetime. Admin only release.
188
185
189
- --------------------------------------------------------------------------------
190
186
191
187
## isodatetime 2017.02.0 (Released 2017-02-20)
192
188
@@ -197,7 +193,6 @@ This is the 6th release of isodatetime.
197
193
[ #73 ] ( https://github.com/metomi/isodatetime/pull/73 ) :
198
194
Fix adding duration not in weeks and duration in weeks.
199
195
200
- --------------------------------------------------------------------------------
201
196
202
197
## isodatetime 2014.10.0 (Released 2014-10-01)
203
198
@@ -216,7 +211,6 @@ Fix `date1 - date2` where `date2` is greater than `date1` and `date1` and
216
211
[ #60 ] ( https://github.com/metomi/isodatetime/pull/60 ) :
217
212
Stricter dumper year bounds checking.
218
213
219
- --------------------------------------------------------------------------------
220
214
221
215
## isodatetime 2014.08.0 (Released 2014-08-11)
222
216
@@ -235,7 +229,6 @@ digits.
235
229
Speeds up calculations involving counting the days over a number of consecutive
236
230
years.
237
231
238
- --------------------------------------------------------------------------------
239
232
240
233
## isodatetime 2014.07.0 (Released 2014-07-29)
241
234
@@ -253,7 +246,6 @@ More flexible API for calendar mode.
253
246
[ #48 ] ( https://github.com/metomi/isodatetime/pull/48 ) :
254
247
` TimeInterval ` class: add ` get_seconds ` method and input prettifying.
255
248
256
- --------------------------------------------------------------------------------
257
249
258
250
## isodatetime 2014.06.0 (Released 2014-06-19)
259
251
@@ -279,7 +271,6 @@ Implement subset of strftime/strptime POSIX standard.
279
271
[ #28 ] ( https://github.com/metomi/isodatetime/pull/28 ) :
280
272
Fix get next point for single-repetition recurrences.
281
273
282
- --------------------------------------------------------------------------------
283
274
284
275
## isodatetime 2014-03 (Released 2014-03-13)
285
276
0 commit comments