All Versions
58
Latest Version
Avg Release Cycle
46 days
Latest Release
1054 days ago

Changelog History
Page 4

  • v0.13.1 Changes

    February 17, 2019
    • ๐Ÿ‘ [NEW] Add support for Python 3.7.
    • ๐Ÿšš [CHANGE] Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(), all now return generators, wrap with list() to get old behavior.
    • ๐Ÿ“š [FIX] Documentation and docstring updates.
  • v0.13.0 Changes

    January 09, 2019
    • ๐Ÿ‘ [NEW] Added support for Python 3.6.
    • ๐Ÿ‘ [CHANGE] Drop support for Python 2.6/3.3.
    • [CHANGE] Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
    • [FIX] Make arrow.get() work with str & tzinfo combo.
    • [FIX] Make sure special RegEx characters are escaped in format string.
    • ๐Ÿ‘ [NEW] Added support for ZZZ when formatting.
    • [FIX] Stop using datetime.utcnow() in internals, use datetime.now(UTC) instead.
    • [FIX] Return NotImplemented instead of TypeError in arrow math internals.
    • [NEW] Added Estonian Locale.
    • ๐Ÿ›  [FIX] Small fixes to Greek locale.
    • [FIX] TagalogLocale improvements.
    • โœ… [FIX] Added test requirements to setup.
    • ๐Ÿ“„ [FIX] Improve docs for get, now and utcnow methods.
    • โš  [FIX] Correct typo in depreciation warning.
  • v0.12.1 Changes

    December 12, 2018
    • [FIX] Allow universal wheels to be generated and reliably installed.
    • [FIX] Make humanize respect only_distance when granularity argument is also given.
  • v0.12.0 Changes

    December 12, 2018
    • ๐Ÿ›  Fix python 2.x compatibility by adding functools-lru-cache to install_requires if version is less than 3.
  • v0.11.0 Changes

    • [FIX] Fix grammar of ArabicLocale
    • [NEW] Add Nepali Locale
    • [FIX] Fix month name + rename AustriaLocale -> AustrianLocale
    • [FIX] Fix typo in Basque Locale
    • [FIX] Fix grammar in PortugueseBrazilian locale
    • ๐Ÿšš [FIX] Remove pip --user-mirrors flag
    • [NEW] Add Indonesian Locale
  • v0.10.0 Changes

    • [FIX] Fix getattr off by one for quarter
    • [FIX] Fix negative offset for UTC
    • โšก๏ธ [FIX] Update arrow.py
  • v0.9.0 Changes

    • ๐Ÿšš [NEW] Remove duplicate code
    • ๐Ÿ‘ [NEW] Support gnu date iso 8601
    • ๐Ÿ‘ [NEW] Add support for universal wheels
    • [NEW] Slovenian locale
    • [NEW] Slovak locale
    • [NEW] Romanian locale
    • [FIX] respect limit even if end is defined range
    • [FIX] Separate replace & shift functions
    • [NEW] Added tox
    • ๐Ÿ“š [FIX] Fix supported Python versions in documentation
    • ๐Ÿ›  [NEW] Azerbaijani locale added, locale issue fixed in Turkish.
    • ๐Ÿ“œ [FIX] Format ParserError's raise message
  • v0.7.1 Changes

    • [NEW] Esperanto locale (batisteo)
  • v0.7.0 Changes

    • ๐Ÿ“œ [FIX] Parse localized strings #228 (swistakm)
    • [FIX] Modify tzinfo parameter in get api #221 (bottleimp)
    • [FIX] Fix Czech locale (PrehistoricTeam)
    • [FIX] Raise TypeError when adding/subtracting non-dates (itsmeolivia)
    • [FIX] Fix pytz conversion error (Kudo)
    • [FIX] Fix overzealous time truncation in span_range (kdeldycke)
    • [NEW] Humanize for time duration #232 (ybrs)
    • [NEW] Add Thai locale (sipp11)
    • [NEW] Adding Belarusian (be) locale (oire)
    • [NEW] Search date in strings (beenje)
    • [NEW] Note that arrow's tokens differ from strptime's. (offby1)