Update dependency arrow to v0.15.1 - autoclosed #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.12.1
->==0.15.1
By merging this PR, the issue #4 will be automatically resolved and closed:
Release Notes
arrow-py/arrow (arrow)
v0.15.1
Compare Source
humanize
week granularity translations for Japanese.tzinfo
of typeStaticTzInfo
.v0.15.0
Compare Source
arrow.get("1998-045")
,arrow.get("1998-45", "YYYY-DDD")
,arrow.get("1998-045", "YYYY-DDDD")
.YYYYMMDDTHHmmssZ
).humanize
week granularity translations for French, Russian and Swiss German locales.str
are no longer supported without a format string in thearrow.get()
method. This change was made to support the ISO 8601 basic format and to address bugs such as#​447 <https://github.com/arrow-py/arrow/issues/447>
_.The following will NOT work in v0.15.0:
.. code-block:: python
The following will work in v0.15.0:
.. code-block:: python
ParserError
is raised.X
) will now match float timestamps of typestr
:arrow.get(“1565358758.123415”, “X”)
.the docs <https://arrow.readthedocs.io/#regular-expressions>
_ for ways to handle this.X
) will now only match on strings that strictly contain integers and floats, preventing incorrect matches.arrow.get()
returning an incorrectArrow
object from a partial parsing match have been eliminated. The following issue have been addressed:#​91 <https://github.com/arrow-py/arrow/issues/91>
,#​196 <https://github.com/arrow-py/arrow/issues/196>
,#​396 <https://github.com/arrow-py/arrow/issues/396>
,#​434 <https://github.com/arrow-py/arrow/issues/434>
,#​447 <https://github.com/arrow-py/arrow/issues/447>
,#​456 <https://github.com/arrow-py/arrow/issues/456>
,#​519 <https://github.com/arrow-py/arrow/issues/519>
,#​538 <https://github.com/arrow-py/arrow/issues/538>
,#​560 <https://github.com/arrow-py/arrow/issues/560>
_.v0.14.7
Compare Source
ArrowParseWarning
will no longer be printed on every call toarrow.get()
with a datetime string. The purpose of the warning was to start a conversation about the upcoming 0.15.0 changes and we appreciate all the feedback that the community has given us!v0.14.6
Compare Source
week
granularity inArrow.humanize()
. For example,arrow.utcnow().shift(weeks=-1).humanize(granularity="week")
outputs "a week ago". This change introduced two new untranslated words,week
andweeks
, to all locale dictionaries, so locale contributions are welcome!arrow.get()
to ignore tzinfo arguments of type string (e.g.arrow.get(tzinfo="Europe/Paris")
).arrow.Arrow()
was instantiated with apytz
tzinfo object.arrow.get("2015-01-12T01:13:15.9999995")
). Arrow should now accurately propagate the rounding for large sub-second tokens.v0.14.5
Compare Source
replace
shift functionality. Users looking to pass plural properties to thereplace
function to shift values should useshift
instead.factory.get()
was passed a locale kwarg.v0.14.4
Compare Source
get()
function. Functionality such asarrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC")
should work as normal again.backports.functools_lru_cache
dependency fromextra_requires
toinstall_requires
forPython 2.7
installs to fix#​495 <https://github.com/arrow-py/arrow/issues/495>
_.v0.14.3
Compare Source
#​612 <https://github.com/arrow-py/arrow/issues/612>
_ for full details.v0.14.2
Compare Source
v0.14.1
Compare Source
ImportError: No module named 'dateutil'
(#598).v0.14.0
Compare Source
v0.13.2
Compare Source
v0.13.1
Compare Source
v0.13.0
Compare Source