- [NEW] Factory
get
method now accepts a singleArrow
argument. - [NEW] Tokens SSSS, SSSSS and SSSSSS are supported in parsing.
- [NEW]
Arrow
objects have afloat_timestamp
property. - [NEW] Vietnamese locale (Iu1nguoi)
- [NEW] Factory
get
method now accepts a list of format strings (Dgilland) - [NEW] A MANIFEST.in file has been added (Pypingou)
- [NEW] Tests can be run directly from
setup.py
(Pypingou) - [FIX] Arrow docs now list 'day of week' format tokens correctly (Rudolphfroger)
- [FIX] Several issues with the Korean locale have been resolved (Yoloseem)
- [FIX]
humanize
now correctly returns unicode (Shvechikov) - [FIX]
Arrow
objects now pickle / unpickle correctly (Yoloseem)
- [NEW] Table / explanation of formatting & parsing tokens in docs
- [NEW] Brazilian locale (Augusto2112)
- [NEW] Dutch locale (OrangeTux)
- [NEW] Italian locale (Pertux)
- [NEW] Austrain locale (LeChewbacca)
- [NEW] Tagalog locale (Marksteve)
- [FIX] Corrected spelling and day numbers in German locale (LeChewbacca)
- [FIX] Factory
get
method should now handle unicode strings correctly (Bwells) - [FIX] Midnight and noon should now parse and format correctly (Bwells)
- [NEW] Format-free ISO-8601 parsing in factory
get
method - [NEW] Support for 'week' / 'weeks' in
span
,range
,span_range
,floor
andceil
- [NEW] Support for 'weeks' in
replace
- [NEW] Norwegian locale (Martinp)
- [NEW] Japanese locale (CortYuming)
- [FIX] Timezones no longer show the wrong sign when formatted (Bean)
- [FIX] Microseconds are parsed correctly from strings (Bsidhom)
- [FIX] Locale day-of-week is no longer off by one (Cynddl)
- [FIX] Corrected plurals of Ukranian and Russina nouns (Catchagain)
- [CHANGE] Old 0.1
arrow
module method removed - [CHANGE] Dropped timestamp support in
range
andspan_range
(never worked correctly) - [CHANGE] Dropped parsing of single string as tz string in factory
get
method (replaced by ISO-8601)
- [NEW] French locale (Cynddl)
- [NEW] Spanish locale (Slapresta)
- [FIX] Ranges handle multiple timezones correctly (Ftobia)
- [FIX] Humanize no longer sometimes returns the wrong month delta
- [FIX]
__format__
works correctly with no format string
- [NEW] Python 2.6 support
- [NEW] Initial support for locale-based parsing and formatting
- [NEW] ArrowFactory class, now proxied as the module API
- [NEW]
factory
api method to obtain a factory for a custom type - [FIX] Python 3 support and tests completely ironed out
- [NEW] Python 3+ support
- [FIX] The old
arrow
module function handles timestamps correctly as it used to
- [NEW]
Arrow.replace
method - [NEW] Accept timestamps, datetimes and Arrows for datetime inputs, where reasonable
- [FIX]
range
andspan_range
respect end and limit paremters correctly - [CHANGE] Arrow objects are no longer mutable
- [CHANGE] Plural attribute name semantics altered: single -> absolute, plural -> relative
- [CHANGE] Plural names no longer supported as properties (e.g.
arrow.utcnow().years
)
- [NEW] Support for localized humanization
- [NEW] English, Russian, Greek, Korean, Chinese locales
- REWRITE
- [NEW] Date parsing
- [NEW] Date formatting
- [NEW]
floor
,ceil
andspan
methods - [NEW]
datetime
interface implementation - [NEW]
clone
method - [NEW]
get
,now
andutcnow
API methods
- [NEW] Humanized time deltas
- [NEW]
__eq__
implemented - [FIX] Issues with conversions related to daylight savings time resolved
- [CHANGE]
__str__
uses ISO formatting
- Started tracking changes
- [NEW] Parsing of ISO-formatted time zone offsets (e.g. '+02:30', '-05:00')
- [NEW] Resolved some issues with timestamps and delta / Olson time zones