Releases: kennethreitz/maya
Releases · kennethreitz/maya
v0.6.1
v0.6.0
release: v0.6.0
v0.5.0
Added
- Localization for
MayaDT.slang_time()
andMayaDT.slang_date()
v0.4.3
v0.4.2
Added
- Support
local_datetime()
method onMayaDT
object to get it asdatetime.datetime
with local timezone.
v0.4.1
Fixed
- Limited support pendulum versions to >= 1.0 and <= 1.5.1. See python-pendulum/pendulum#205 for more details.
v0.4.0
Added
- ISO 8601 format support for
MayaInterval
- Parsing snap modifiers
- Allow specifying if datetime is from the past, current period or future when parsing with
maya.when()
Fixed
- Fix timezone problem when converting time from struct
- Fix subtracting
MayaDT
objects