Commit Graph

381 Commits

Author SHA1 Message Date
Tim Gates b127699de3 docs: Fix a few typos
There are small typos in:
- src/maya/core.py

Fixes:
- Should read `preferred` rather than `prefered`.
- Should read `ambiguous` rather than `ambigous`.
2022-07-12 18:04:40 +10:00
Timo Furrer f3f95a92ee Update README.rst 2022-05-13 20:58:22 +02:00
Timo Furrer bf16792875 Looking for a new maintainer 2022-05-13 20:57:57 +02:00
Timo Furrer be42580883 Merge pull request #195 from santiagobasulto/master
Notebooks.ai is shutting down - Remove demo
2021-11-05 09:26:51 +01:00
Santiago Basulto 03540c48c1 Remove demo from README 2021-11-04 19:45:28 -03:00
Timo Furrer b12a8dad11 Remove the stale bot for now 2020-05-20 09:19:47 +02:00
Timo Furrer 0a7061c125 Merge pull request #186 from cognifloyd/snap_tz
Add timezone aware snap modifiers
2020-05-20 09:18:35 +02:00
Jacob Floyd d0d3b0136e Add timezone aware snap modifiers
This allows for modifications in the given timezone. ie, snapping to the
beginning of the day with @d uses midnight in the given timezone instead
of in UTC. As usual, the maya object returned is back in UTC, only the
modifications happen in the requested timezone.
2020-03-12 18:16:10 -05:00
Timo Furrer ff2a417198 Merge pull request #181 from timgates42/bugfix/typo_quantized
Fix simple typo: quanitzed -> quantized
2019-12-09 12:52:01 +01:00
Tim Gates 669ef888e8 Fix simple typo: quanitzed -> quantized
Closes #180
2019-12-09 21:24:15 +11:00
Timo Furrer 11c0d683d7 Merge pull request #149 from wtty-fool/feature/maya-long-count
Maya Long Count
2019-11-05 08:56:55 +01:00
wtty-fool 8493dd7e84 Mayan Long Count tests 2019-09-01 14:04:19 +02:00
wtty-fool d900ed2d2c Added conversion to and from Mayan Long Count 2019-09-01 14:00:02 +02:00
Timo Furrer 42eb6fb387 Remove Windows from the integration test matrix 2019-08-24 23:22:26 +02:00
Timo Furrer be1bea2dcf Remove executable flag from test module 2019-08-24 23:18:54 +02:00
Timo Furrer a4432eef31 Cleanup Python project 2019-08-24 23:10:26 +02:00
Timo Furrer 260f0d54eb Cleanup README 2019-08-24 22:34:50 +02:00
Timo Furrer 70af3c8054 Merge pull request #178 from alxwrd/update-readme
Update README links
2019-07-24 18:37:36 +02:00
Alex Ward 1f12c2c6e4 update links 2019-07-24 17:07:48 +01:00
kennethreitz c5dae59909 Update README.rst 2019-06-14 07:50:42 -04:00
Timo Furrer 774b141d91 Merge pull request #172 from martinzugnoni/master
Interactive demo
2019-03-22 09:09:44 +01:00
Timo Furrer e3bc3516be Merge pull request #173 from PiDelport/patch-1
README: Link related projects
2019-03-20 13:31:49 +01:00
Pi Delport 08c0fb5071 README: Link related projects
This makes it easier for readers to find out more about Delorean, Arrow, and Pendulum.
2019-03-20 11:20:54 +02:00
Martin Zugnoni 7ddf2db33c Update demo link with kennethreitz's repository 2019-02-20 15:29:12 -03:00
Martin Zugnoni 27ee872a7f Merge branch 'master' of github.com:kennethreitz/maya 2019-02-20 15:24:49 -03:00
Timo Furrer 4e58e6455e Merge pull request #169 from ftobia/fix_intervals
Fix issue #168: intervals greater than one day were incorrect.
2019-01-04 15:13:52 +01:00
Frank Tobia 42cc61e7a8 Update authors. 2019-01-03 14:00:47 -05:00
Frank Tobia 9abd618083 Add basic tests for maya.intervals() 2019-01-03 13:58:06 -05:00
Frank Tobia 2c2a8d03c8 Fix issue #168: intervals greater than one day were incorrect. 2019-01-02 14:03:34 -05:00
Martin Zugnoni 3220a7fc32 Add do your own experiments section in DEMO notebook 2018-12-14 14:54:05 -03:00
Martin Zugnoni d95ed97e73 Add DEMO files and link in the README 2018-12-14 14:48:26 -03:00
Timo Furrer bdf2bb332b Merge pull request #166 from kennethreitz/feature/pendulum-2
Use pendulum >= 2.0.2
2018-12-14 13:30:22 +01:00
Timo Furrer 6522525d7c alpha release: 0.6.0a1 v0.6.0a1 2018-12-02 13:37:48 +00:00
Timo Furrer 3a83f10988 Use pendulum >= 2.0.2. Closes #160 2018-12-02 13:31:22 +00:00
Timo Furrer 05eb0d0051 Merge pull request #164 from possnfiffer/patch-1
Update README.rst
2018-10-18 11:31:58 +02:00
__ROLLER__ 61eabc54e0 Update README.rst 2018-10-15 22:05:26 -06:00
kennethreitz 6bb380e7c5 Update README.rst 2018-09-17 08:12:21 -04:00
Timo Furrer cc698817b4 release: 0.5.0 v0.5.0 2018-05-26 15:19:57 +02:00
Timo Furrer 9964e9305e Merge pull request #154 from alxwrd/support-locales
Allow slang methods to change locale
2018-05-26 15:16:17 +02:00
Alex Ward d87236a30d update authors 2018-05-26 11:19:57 +01:00
Alex Ward d44a1dd2f6 add tracer tests for slang_ locales 2018-05-26 11:19:36 +01:00
Timo Furrer ed5d72b34c Merge pull request #155 from DavidMuller/patch-1
Add Example of Creating a MayaDT Using a Unix Time
2018-05-22 21:38:21 +02:00
David Muller 9c1e94f956 Add example that instantiates MayaDT w/ unix time 2018-05-22 10:45:01 -07:00
Alex Ward 6755968f69 remove unused calendar import 2018-05-22 09:57:32 +01:00
Alex Ward 3760af2c41 use pendulum and dateparser for slang_date 2018-05-21 22:37:31 +01:00
Alex Ward df09625e74 fix failing test 2018-05-15 22:56:28 +01:00
Alex Ward 2d848bd62a typo fix 2018-05-15 22:55:07 +01:00
Alex Ward a99cddf76f allow changing the locale for slang_time 2018-05-15 22:27:16 +01:00
Timo Furrer 1b432d6626 release: 0.4.3 v0.4.3 2018-05-15 09:13:21 +02:00
Timo Furrer f09d6eec63 Split RFC3339 test 2018-05-15 09:13:01 +02:00