summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_datetime.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix busday_count for reversed dates (#23229)Pieter Eendebak2023-03-201-3/+21
* BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201)jbrockmendel2023-02-131-0/+20
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-2/+2
* MAINT: Remove two TODO notes that got outdated (#22788)Sebastian Berg2022-12-131-4/+3
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-0/+4
* REV: Revert adding a default ufunc promoterSebastian Berg2021-12-081-1/+7
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-1/+1
* MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-031-4/+4
* MAINT: Fixups and new tests based on Marten's reviewsSebastian Berg2021-10-111-0/+15
* BUG: fix time cast-safety for `factor*unit` e.g. in `10**6*ms == 1*s` (#19731)Tyler Reddy2021-10-021-0/+37
* index_tricks.py file not modifiedshubham119411402021-08-191-7/+7
* MAINT: Add comment to unused func, silence linter and avoid non-contig errorSebastian Berg2021-03-181-7/+8
* TST: Add tests for datetime byteswaps and unicode byteswap castsSebastian Berg2021-03-171-0/+18
* TST: Add test for datetime and datetime->string byte order castsSebastian Berg2021-02-171-1/+39
* BUG: fix np.timedelta64('nat').__format__ throwing an exceptionVeniamin Petrenko2020-10-271-0/+4
* MAINT: Use utf8 strings in more of datetimeEric Wieser2020-08-301-2/+3
* ENH: Allow μs as an alias for usEric Wieser2020-08-281-0/+9
* MAINT: Produce a better error message for unicode datetime formatsEric Wieser2020-08-281-0/+8
* Add somewhat disgusting hacks for datetime supportSebastian Berg2020-07-081-3/+15
* BUG: Fix promote_types uint<->m8 behaviorAnirudh Subramanian2020-06-191-0/+2
* BUG: Fix promote_types float32->m8 behaviorAnirudh Subramanian2020-06-191-0/+4
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-111-15/+27
* Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-251-0/+32
|\
| * BUG: NaT now sorts to end of arraysTyler Reddy2019-11-221-0/+32
* | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-251-0/+9
|\ \ | |/ |/|
| * Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-1/+1
| * API: Forbid Q<->m safe castingEric Wieser2019-10-161-0/+9
* | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-211-13/+24
* | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-301-0/+24
|\ \
| * | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-151-0/+24
* | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-151-4/+4
| |/ |/|
* | BUG: Default start to 0 for timedelta arangeEric Wieser2019-10-151-1/+1
|/
* BUG: Prevent unsafe string concatenationEric Wieser2019-06-051-1/+1
* TST: testing isfinite on datetime and timedelta objects.Debsankha Manik2019-03-301-0/+21
* TST: add tests for the existence and round-tripping of datetime limitsEric Wieser2019-03-281-0/+38
* BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-021-0/+6
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* ENH: add mm->qm divmodTyler Reddy2019-01-171-0/+47
* BUG: timedelta64 % 0 behaviorTyler Reddy2019-01-171-1/+1
* ENH: add mm->q floordivTyler Reddy2018-12-071-2/+80
* Merge pull request #12120 from tylerjereddy/remainder_timedelta64Stefan van der Walt2018-10-301-0/+71
|\
| * ENH: add timedelta modulusTyler Reddy2018-10-151-0/+71
* | Merge pull request #11852 from tylerjereddy/issue_7617Stephan Hoyer2018-10-191-0/+15
|\ \ | |/ |/|
| * BUG: timedelta64 now accepts np ints.Tyler Reddy2018-09-011-0/+15
* | MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-1/+1
* | loop over protocol for pickle testsPierre Glaser2018-10-051-8/+11
* | DEP: finish making all comparisons to NaT falseStephan Hoyer2018-09-131-47/+20
|/
* BUG: 0D object array to timedeltaTyler Reddy2018-08-301-0/+10