Releases: python-pendulum/pendulum
Releases · python-pendulum/pendulum
1.2.5
Fixed
- Fixed normalization of microseconds in durations.
- Fixed microseconds not being included in
average()
. (Thanks to ericfrederich)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
Added
- Added the
keep_time
keyword argument tonext()
/previous()
methods to keep time information.
Changed
- Greatly improved
diff()
performance. - Improved
diff_for_humans()
method to display more intuitive strings on edge cases. - Formatting (with f-strings or
format()
) will now use the configured formatter.
1.0.2
1.0.1
1.0.0
After more than 300 commits and 21 beta releases, pendulum finally reaches its first stable version.
What does that mean? Well, the API is now stable, so no backwards compatibility breaking changes will be introduced in any 1.x
releases (pendulum
will follow Semantic Versioning).
Changed
- Using
PRE_TRANSITION
rule no longer produces a time in a DST gap. - Improved performances when adding time to a
Pendulum
instance. - Improved parsing of ISO 8601 strings.
- Removed deprecated methods