Skip to content

Releases: kennethreitz/maya

v0.6.1

06 Jan 11:24
Compare
Choose a tag to compare

Fixed

  • Intervals don't produce an infinite generator

v0.6.0

06 Jan 11:23
b016434
Compare
Choose a tag to compare
release: v0.6.0

v0.5.0

26 May 13:21
cc69881
Compare
Choose a tag to compare

Added

  • Localization for MayaDT.slang_time() and MayaDT.slang_date()

v0.4.3

15 May 07:16
1b432d6
Compare
Choose a tag to compare

Fixed

  • Fix RFC3339 representation. Refs #150

v0.4.2

15 May 07:18
5525bed
Compare
Choose a tag to compare

Added

  • Support local_datetime() method on MayaDT object to get it as datetime.datetime with local timezone.

v0.4.1

10 May 09:34
7a750a1
Compare
Choose a tag to compare

Fixed

v0.4.0

10 May 09:17
7cc7677
Compare
Choose a tag to compare

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