Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/arrow-py/arrow

🏹 Better dates & times for Python
https://github.com/arrow-py/arrow

Update CHANGELOG for 0.15.0 and bump version

ee2b3b3243a6c4b90a4e0b6155acbbfc97bf3270 authored over 5 years ago
More robust parsing and support for ordinal dates and 8601 basic format

See this issue thread for more details: https://github.com/crsmithdev/arrow/issues/612

2344c11fbb5c584752a0792b60acd3060ae26715 authored over 5 years ago
Added test for comma subsecond separator and moved setting of tz_format down in file

3160c4c20c08ef5c0b59a4297edb9e32d32c2d60 authored over 5 years ago
Added tests for leading and trailing whitespace

ca1bb57cb41a3b7b1a314e6c69f091d5fdac6d84 authored over 5 years ago
Upgraded pre-commit packages

9aa2cb5138b150a60410a9505284517c4f4ef8d7 authored over 5 years ago
Merged master and resolve conflicts

b9668a43daa10b6b23c95fadb955eef905ac943b authored over 5 years ago
Merge pull request #639 from jadchaar/tz-changes

Updated regular expressions, fixed a few bugs, added tests for v0.15.0

4a1c4c19a4680afd11a46857f19ff2e544d96916 authored over 5 years ago
Changed checking of basic time format

66e97fea193b6e3d53bceafcd5d4b237c54aea59 authored over 5 years ago
Update russian translations for week(s) (#654)

Update russian translations for week(s)

877debfc965f1258ad3da51823cf5b77a20bbcae authored over 5 years ago
Merge pull request #653 from href/master

Add Swiss German translations for week(s)

29c7ed9c9948be236f6af45c158358d6b40beb8f authored over 5 years ago
Add Swiss German translations for week(s)

c35f839db2d349397e35a03f96a05fc8988c5e27 authored over 5 years ago
Add French locale for week granularity (#652)

e6bafb30bc562affa24715197e4c762e10e06e31 authored over 5 years ago
Merge pull request #651 from jadchaar/version-0.14.7

Tweaked when ArrowParseWarning is called and incremented version to 0.14.7

d4afda5d1e9ef7c46f19495fc683974d879cee80 authored over 5 years ago
Tweaked when ArrowParseWarning is called and incremented version to 0.14.7

b37a0a1a5691f3db9faca1eb0d71f165c566b2ca authored over 5 years ago
Increment version to 0.14.6 and add to CHANGELOG (#648)

f02629468724561f0ae2af28684cc25644674664 authored over 5 years ago
Made a number of tweaks to the MANIFEST and tweaked a few error messages (#649)

* Made a number of tweaks to the MANIFEST and tweaked a few error messages

* Added Docs back ...

0861bbe8fdae70a71152a71cdbff1da5e2ae8df8 authored over 5 years ago
Added locale validation and translation request on untranslated timeframes (#646)

* Added week granulation and week locale handling.

* Adding more tests for week granularity.
...

52354fe79f8f4eccd05dac76de343d2aaecee6ca authored over 5 years ago
Updated docs, revamped contributing section, added doc linting (#647)

* Cleaned up docs and improved contributing section

* Added linting for docs and updated Trav...

4e2bd2b9d638cfe842af236bd7b3fb6e19714a72 authored over 5 years ago
Add week granulation and week locale handling (#642)

* Added week granulation and week locale handling.

* Adding more tests for week granularity.

a89c5312bfa4d5f8c23229c717cc19214a79c908 authored over 5 years ago
Handle date with over 999999 microseconds (#643)

* Handle date with over 999999 microseconds

* Fix formatting

* Tests and comments

fce69267f6d25f2bf726d97a5ab0a8ec64762b10 authored over 5 years ago
Changed HISTORY.md to CHANGELOG.md and updated formatting to conform with Keep a Changelog standards (#645)

046cebfcb911087e72557f65ce895484a297a7a5 authored over 5 years ago
Removed mixing of formatS

32fe0a57214b0852a7054050e95f6d186b521e4c authored over 5 years ago
Reverted version increment; added tests to get coverage to 100%

66d09f85de6491c0b38023d4d11de18c6a6420fb authored over 5 years ago
Merge pull request #644 from jadchaar/rm-readme-new

Remove README.rst.new file

6065fe2171a2cdbcde63bd097ce5eba402e2715e authored over 5 years ago
Remove README.rst.new file

d5d7b3561eed17f1a854e33983e9931ca669f013 authored over 5 years ago
Fix pytz and tzinfo string bugs in Arrow factory (#640)

* Fixed bug with Arrow instantiation and pytz timezone objects

* Fixed coverage and upgraded ...

56f665d986802886bddaaa4ac4cfc2b6746f6f03 authored over 5 years ago
Move Macedonian locale to slavic base (#641)

* Moving macedonian locale to slavic base and adding tests

* cleaning up tests

62cda843369760a68c82ffae6163d7b71609795a authored over 5 years ago
Cleaned up a comment

9940542e3b521ea446f1a50a4e057b626fb3f7e1 authored over 5 years ago
Consolidate and clean up errors for spacing

e99837382b6763b77588693e6aacd370d06eb4f8 authored over 5 years ago
Consolidate and clean up errors for spacing

d63fd39da2c160d05568eb5411501e9249ef0ca1 authored over 5 years ago
Added ordinal tests and added new error type to fix exception bubbling issue with ordinal dates

fca652290d9944652b1c97200e9eff12f559197e authored over 5 years ago
Added tests and cleaned up TODOs

992038d6c67bd121c14184d4d9da39561d40026d authored over 5 years ago
Fixed float timestamp on py27, removed warnings, changed parser error to inherit from value error

d7e083bef18713925992cea760613749c364893d authored over 5 years ago
Increment version

d9cb79e5a183c3204d9c20b8f63309277cf154c6 authored over 5 years ago
Merge version 0.15.0 branch

211206ea6b3ef197b7942275d8c315fc8b0711e5 authored over 5 years ago
Merge branch 'master' into Version-0.15.0

ed75554191c16ee8c7f14f34be264742034fc857 authored over 5 years ago
Added tests and removed stripping of whitespace

6f13d10e3367217b171cbe2a8f1dff9eb4344917 authored over 5 years ago
Fixed a critical bug with X token and float timestamps; revamped basic format to use regex

4e36c9ad8ed9022268ec3e3d7a9a313b48ae3fd3 authored over 5 years ago
Make error messages clearer and add extra DDDD test

46f30b2a6908be36283de5c4daac943cb5bbe565 authored over 5 years ago
Removed instances of replace with plural properties from docs (#637)

11f5751e6dd6b1854829ab325ff208d79c9bee2d authored over 5 years ago
Added a few comments

62e8ced0f3bf37a818d9341cd811a29a9f70931d authored over 5 years ago
Added remaining regex tests

87684c142e65db38a96c9e279ddb46a640f6a2cf authored over 5 years ago
Finalized regex changes

4ed43aeb101daaec4e55dd553262410ecaf3c36a authored over 5 years ago
Updated HISTORY to reflect deprecation changes in 0.14.5 (#635)

2b1a7669a75c793fa3fd9f72d674af2a17afbabf authored over 5 years ago
Added a comment to tzinfoparser

409b85501e35806d72207f598ff6aed37ecdcfc0 authored over 5 years ago
Tweaked tzinfo parser regex and added some TODOs

4c360cb24aff86d573a508c5d015c156c23d346e authored over 5 years ago
Updates to BrazilianPortugueseLocale (#632)

* BrazilianPortugueseLocale updated

35e33f7a5927047dbda6e04043de9387071ed552 authored over 5 years ago
Merge pull request #634 from jadchaar/version-0.14.5

up version

905850a1bd3a6c3be6ba5f0e097a09bafc7251b3 authored over 5 years ago
up version

4e7c9333acde2a321bf8d44003d07daecd657e5e authored over 5 years ago
Merge pull request #633 from systemcatch/history-0145

Update HISTORY.md with 0.14.5

9852960aca667804269adc8189492a6092114ea5 authored over 5 years ago
Update HISTORY.md with 0.14.5

88a12e1704fc315472b5b2a502bcb509c2426762 authored over 5 years ago
Fix locale argument for factory.get() (#631)

f872d7a56c4399bb31c7f9a6bfcad6491d1d9de5 authored over 5 years ago
Replace hard coded timestamp with time.time()

4db714570a9ce58a08c72aa1477e9e7a48ed650c authored over 5 years ago
Merge pull request #628 from systemcatch/afrikaans

Add Afrikaans locale

a14a3551b7dbb03a9160d2889a6bdfebcf3f94e2 authored over 5 years ago
Revamped regex of tz--work in progress

1b8e36bb5a0a4bee35197d446fcc681308c124ae authored over 5 years ago
black formatting fixes

7c701d289bd4f6394145bc9299977919d26802ad authored over 5 years ago
Added Afrikaans locale

f0ed46f2615dd62e0afda3f36358dec055fb5e94 authored over 5 years ago
Added back support for multiple subsecond tokens to align with format function

d15292318388373f43419390758a170ef6af5cfb authored over 5 years ago
Add test cases for iso8601 basic format

Correct error in parse_iso when handling basic format timezones.

f02c8d73ad8253564787cea2e670751f387350ae authored over 5 years ago
Further test cases for DDD and DDDD tokens

be87f39a9f82986d33d7fcfbed1a22e3e2617fe1 authored over 5 years ago
Removed deprecated replace shift functionality (#624)

* Removed deprecated replace shift functionality

* add back quarters bug test

976b6ea3554185d20e084a1d5b2e3c7294946e63 authored over 5 years ago
Merge master

3fb6a332a05fd295bef8f5ca4e03f553dd4de19f authored over 5 years ago
Release notes and increment version (#623)

b9d1171cc0bbae3cdeb445c6743c6b065c191504 authored over 5 years ago
Add tests for DDD and DDDD tokens

6c8fbbad71f1d9a69b803de2a1950e04cef2fa42 authored over 5 years ago
Tweaked factory kwargs handling (#622)

a4893b5478882abcc5dc8498fc943c0cb1b41813 authored over 5 years ago
Move backports from extra_requires to install_requires (#620)

* Add backports to install_requires

* Added keywords

* Lock backports version >= 1.2.1

4d655756062016c6bb415e30839ef7568b28e090 authored over 5 years ago
Merge pull request #621 from chyzzqo2/tz-kwarg-regression

Fix regression when tzinfo kwarg is a string

f257cd7e0355e4fce66d6eed3cb75399f7fd2b11 authored over 5 years ago
Fix regression when tzinfo kwarg is a string

1011d9bdddbe430ec5751df0a20ee1154dbaac58 authored over 5 years ago
Added tests for new timestring changes

d4bcb73530e7cade1a098062b1f5d1eac41434e3 authored over 5 years ago
Merge pull request #619 from jadchaar/version-bump

Bump version and prepare for release

de9446916e5139cb367acb3f4e461aa50e9005e5 authored over 5 years ago
Spaces vs tabs please

b5c626ee1cdac2b42fbb98d47608b885210c00a6 authored over 5 years ago
Bump version and prepare for release

75a9318f5f1d66baadf67f6bcfb347b2403ef33b authored over 5 years ago
Merge pull request #618 from systemcatch/history-0143

Update HISTORY.md with 0.14.3

81b6cc2c79a4fc109d3c115fe7a40029df2f2e8f authored over 5 years ago
Update HISTORY.md with 0.14.3

3edbafe42f98b052164b17b4af1ef486a81ad4c2 authored over 5 years ago
Added escaping to docs (#614)

* Added escaping to docs

* Locked dependency versions

3f65022424bc19cdc54ce3d58982cac6ad3e1eae authored over 5 years ago
Merge pull request #604 from systemcatch/kwargs-with-get

Allow factory.get() to construct with kwargs

ea1ccab5c25e7eaf73af29b76b6066f0039be599 authored over 5 years ago
Simplify conditional and create extra tests

074dddf566093d6e10c97c00154aec3a4fd464ef authored over 5 years ago
Cleaned up timestamp docs

a6995bafdf87b573c8230181fec31c077b19ee87 authored over 5 years ago
Merge pull request #613 from systemcatch/get-warnings

Add warnings for .get() parsing changes in 0.15.0

0c730d209f8ed17474c49e5356be220b8d6cf354 authored over 5 years ago
Added support for DDD and DDDD tokens in arrow.get()

87f63fb632130ea6bcba2121d6a46c1aac4bdc04 authored over 5 years ago
Add warnings for .get() parsing changes in 0.15.0

17447dbcee3da0976671331d92a18636e226ef87 authored over 5 years ago
Attempt at fixing linting

3f1a3c951458381bc73343ac2cd7132067dd8bf3 authored over 5 years ago
Added overflow error test to is_timestamp

e480ea006630600b387f3e16680bc4a0dc1be1ca authored over 5 years ago
Fixed an issue with the timestamp not strictly matching

188693d8084d88e726867721bb825415a5be9db4 authored over 5 years ago
Added an extra french test

824a655e0f1bb37887a4fe6cff7f961d56db8e1d authored over 5 years ago
Fixed bugs with basic format and multiple subsecond tokens

7622b8bc6ed08a6844249a55b64fe877c1f79a33 authored over 5 years ago
Merged master

f1f258107795cbfaa975d07ff1a4ce9383a985e2 authored over 5 years ago
Merge pull request #610 from systemcatch/am-pm-locales

Add meridians to Spanish locale

3685d4c1f61455a79a4ff9200d68201054f021ec authored over 5 years ago
Merge pull request #608 from jadchaar/doc-tweaks

Added table of contents, added badges to docs, and general docs cleanup

9c249df469e32fccd82b9bef6bc1bc4dd8228bd2 authored over 5 years ago
Merge pull request #611 from jadchaar/config-tweaks

Official Python 3.8 support

8e10af00bef0f62a3be4a7c1e97d7517c58d4049 authored over 5 years ago
Added footnote to indicate future DDD and DDDD token support

e257dd91ef32267706bc9e1baf3319f5f61e1cb0 authored over 5 years ago
Python 3.8 no longer allowed to fail

92e7524ca6fb898812b0c58d76b4c6e951eaecbd authored over 5 years ago
Create regression test

eb96d673d0d84c7a90611672de54f032ab32e7ae authored over 5 years ago
Add meridians to Spanish locale

52d0d1c3548caeec9e5eaaaee15bb15e870681be authored over 5 years ago
Split up recently added parse_iso and parse unit tests and removed from_parse_iso flag

08df5684674369f809f568691c034203539baed6 authored over 5 years ago
Tweaked space and t divider checks and added a few more test inputs

4c331c7203c4c272929a59cd0514a76f17510951 authored over 5 years ago
Removed _version.py encoding pragma

81dd26ad6337da1292e85020efd12beda56e4ebc authored over 5 years ago
Heavily refactored documentation to reduce duplication and streamline styles in RST

682f0ff686d74e314e7ff87be1ea6bd9eb6260ed authored over 5 years ago
Merge pull request #609 from jadchaar/regex-get-fixes

Replace conditionals with regex

0b26c12f3998b88e97ab1ab0b6caf4101be1bbfc authored over 5 years ago
Supplemented gitignore

a9a43a7af2b74cfda6852f14a925e40d5af31a63 authored over 5 years ago