Releases: arrow-py/arrow
Releases · arrow-py/arrow
Version 0.13.2
- 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
- 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
- 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
- Allow universal wheels to be generated and reliably installed.
- Make humanize respect only_distance when granularity argument is also given.
Version 0.12.0
- Fix python 2.x compatibility by adding functools-lru-cache to install_requires if version is less than 3.
Version 0.11.0
- Added Nepali & Indonesian Locales.
- Grammar and typo fixes to other locales.
- Removed pip --user-mirrors flag.
Version 0.10.0 release
Update to version 0.10.0 Includes one change to what is returned from ZZ. Thus the version bump
Version 0.9.0
Merge branch 'master' of github.com:crsmithdev/arrow
PRs and Bug fixes
45 commits!
Minor tweak to setup.py and update history
0.5.4 Update HISTORY.md