The Pendulum team is pleased to announce the immediate availability of Pendulum 2.1.2. This release is a bugfix release. Fixes Fixed errors when trying to build Pendulum from source (#489).| Pendulum - Python datetimes made easy
The Pendulum team is pleased to announce the immediate availability of Pendulum 2.1.1. This release is a bugfix release. Fixes Fixed errors where invalid timezones were matched in from_format() (#374). Fixed errors when subtracting negative timedeltas (#419). Fixed errors in total units computation for durations with years and months (#482). Fixed an error where the fold attribute was overridden when using replace() (#414). Fixed an error where now() was not returning the correct result on DS...| Pendulum - Python datetimes made easy
The Pendulum team is pleased to announce the immediate availability of Pendulum 2.1.0. This release is mostly a bugfix release with some small changes that are not backwards incompatible. New features Added better typing and PEP-561 compliance (#320). Added the is_anniversary() method as an alias of is_birthday() (#298). Changes Dropped support for Python 3.4. is_utc() will now return True for any datetime with an offset of 0, similar to the behavior in the 1.* versions (#295) Duration.in_wor...| Pendulum - Python datetimes made easy
Bugfix release. Fixes Fixed ISO week dates not being parsed properly in from_format(). Fixed loading of some timezones with empty posix spec. Fixed deprecation warnings. Locales Added RU locale.| Pendulum - Python datetimes made easy
Bugfix release. Fixes Fixed from_format() not recognizing input strings when the specified pattern had escaped elements. Fixed missing x token for string formatting. Fixed reading timezone files. Added support for parsing padded 2-digit days of the month with from_format() Fixed from_format() trying to parse escaped tokens. Fixed the z token timezone parsing in from_format() to allow underscores. Fixed C extensions build errors. Fixed age calculation for future dates.| Pendulum - Python datetimes made easy
Bugfix release. Fixes Fixed handling of pytz timezones. Fixed some formatter's tokens handling. Fixed errors on some systems when retrieving timezone from localtime files. Fixed diff methods. Fixed closest()/farthest() methods.| Pendulum - Python datetimes made easy
Bugfix release. Fixes Fixed the weeks property for negative Period instances. Fixed start_of() methods not setting microseconds to 0. Fixed errors on some systems when retrieving timezone from clock files. Fixed parsing of partial time. Fixed parsing not raising an error for week 53 for ordinary years. Fixed string formatting not supporting strftime format.| Pendulum - Python datetimes made easy
Bugfix release. Fixes Fixed behavior of the YY token in from_format(). Fixed errors on some systems when retrieving timezone from clock files.| Pendulum - Python datetimes made easy
The new major version of Pendulum is finally out!| pendulum.eustace.io