Releases: pydantic/speedate
Releases · pydantic/speedate
v0.15.0 (2024-11-04)
What's Changed
- Allow durations without leading 0s in the hour by @mrob95 in #74
- Support dates all the way to 1BC by @changhc in #77
- return an error on invalid empty durations
+PT
and-PT
by @davidhewitt in #75
New Contributors
Full Changelog: v0.14.4...v0.15.0
v0.14.4 (2024-07-03)
What's Changed
- Truncate negative millisecond fractions by @sydney-runkle in #71
Full Changelog: v0.14.3...v0.14.4
v0.14.3
What's Changed
- Fix overflow issue in
hour
check for duration by @sydney-runkle in #70
Full Changelog: v0.14.2...v0.14.3
v0.14.2
What's Changed
- Fix overflow duration error messages by @sydney-runkle in #69
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- Support time duration more than 23 by @nix010 in #64
- Raise
DateNotExact
error for millisecond timestamps by @davidhewitt in #67 - Fix millisecond fraction being handled with wrong scale by @davidhewitt in #65
New Contributors
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Serialize duration to hour minute second, instead of just seconds by @kakilangit in #50
- Implement
FromStr
for data types by @TehPers in #49 - Fix negative
TzOffset
to_string
handling by @sydney-runkle in #56
New Contributors
- @kakilangit made their first contribution in #50
- @TehPers made their first contribution in #49
- @sydney-runkle made their first contribution in #56
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- no longer accept '-' or '+' as valid numeric strings by @davidhewitt in #52
New Contributors
- @davidhewitt made their first contribution in #52
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Add a TimeConfigBuilder to avoid further breaking changes by @adriangb in #46
- output six decimal digits for timestamp microseconds by @albertodonato in #47
New Contributors
- @albertodonato made their first contribution in #47
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- fix readme to reflect truncating fractional seconds by @samuelcolvin in #44
- Add
unix_timestamp_offset
toTimeConfig
by @adriangb in #45
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Add
TimeConfig
option to allow truncating of fractional seconds by @adriangb in #42 - release on CI by @samuelcolvin in #43
Full Changelog: v0.9.1...v0.10.0