Skip to content

Releases: arrow-py/arrow

Version 0.14.0

06 Jun 10:54

Choose a tag to compare

  • Add provisional support for Python 3.8.
  • Remove support for EOL Python 3.4.
  • Update setup.py with modern Python standards.
  • Upgrade dependencies to latest versions.
  • Enable flake8 and black on travis builds.
  • Reformat code using black and isort.

Version 0.13.2

30 May 10:55

Choose a tag to compare

  • Add is_between method.
  • Improved humanize behaviour for near zero durations.
  • Correct humanize behaviour with future days.
  • Documentation updates.
  • Improvements to German Locale.

Version 0.13.1

17 Feb 20:38

Choose a tag to compare

  • Add support for Python 3.7.
  • Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(). All now return generators, wrap with list() to get old behavior.

Version 0.13.0

09 Jan 17:14

Choose a tag to compare

  • Add support for Python 3.6.
  • Drop support for Python 2.6/3.3.
  • Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
  • Fix arrow.get() to work with str & tzinfo combo.
  • Make sure special RegEx characters are escaped in format string.
  • Add support for ZZZ when formatting.
  • Stop using datetime.utcnow() in internals, use datetime.now(UTC) instead.
  • Return NotImplemented instead of TypeError in arrow math internals.
  • Added Estonian Locale.
  • Small fixes to Greek locale.
  • TagalogLocale improvements.
  • Add test requirements to setup.
  • Improve docs for get, now and utcnow methods.
  • Fix typo in depreciation warning.

Version 0.12.1

12 Dec 16:16

Choose a tag to compare

  • Allow universal wheels to be generated and reliably installed.
  • Make humanize respect only_distance when granularity argument is also given.

Version 0.12.0

12 Dec 15:53

Choose a tag to compare

  • Fix python 2.x compatibility by adding functools-lru-cache to install_requires if version is less than 3.

Version 0.11.0

12 Dec 15:36

Choose a tag to compare

  • Added Nepali & Indonesian Locales.
  • Grammar and typo fixes to other locales.
  • Removed pip --user-mirrors flag.

Version 0.10.0 release

29 Nov 17:39

Choose a tag to compare

Update to version 0.10.0

Includes one change to what is returned from ZZ. Thus the version bump

Version 0.9.0

29 Nov 17:40

Choose a tag to compare

Merge branch 'master' of github.com:crsmithdev/arrow

PRs and Bug fixes

09 Jul 23:58

Choose a tag to compare

45 commits!