This repository was archived by the owner on Jun 12, 2023. It is now read-only.
4 files changed
+19
-8
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
| 29 | + | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
|
- asv_bench/benchmarks/categoricals.py+20
- ci/travis-36.yaml+2-2
- doc/source/advanced.rst+49
- doc/source/timedeltas.rst+38-4
- doc/source/timeseries.rst+12
- doc/source/whatsnew/v0.23.0.txt+1-1
- doc/source/whatsnew/v0.23.1.txt+111
- pandas/_libs/groupby.pyx+2-1
- pandas/_libs/groupby_helper.pxi.in+12-6
- pandas/_libs/tslibs/timedeltas.pyx+60-12
- pandas/compat/__init__.py+1-1
- pandas/core/accessor.py+2-1
- pandas/core/arrays/categorical.py+2-1
- pandas/core/base.py+4-4
- pandas/core/common.py+5-2
- pandas/core/frame.py+37-10
- pandas/core/indexes/base.py+2-1
- pandas/core/indexes/category.py+2-2
- pandas/core/indexes/interval.py+4-4
- pandas/core/reshape/reshape.py+1-1
- pandas/core/series.py+6-5
- pandas/core/sparse/array.py+5
- pandas/core/strings.py+2-2
- pandas/io/common.py+4-4
- pandas/io/stata.py+44-10
- pandas/tests/categorical/test_missing.py+15
- pandas/tests/extension/base/missing.py+5
- pandas/tests/extension/decimal/array.py+1-1
- pandas/tests/extension/json/array.py+2-1
- pandas/tests/frame/test_apply.py+8
- pandas/tests/frame/test_reshape.py+17
- pandas/tests/frame/test_sorting.py+26-8
- pandas/tests/groupby/test_rank.py+7-7
- pandas/tests/groupby/test_transform.py+17
- pandas/tests/indexes/datetimes/test_tools.py+8
- pandas/tests/indexes/interval/test_interval_range.py+18
- pandas/tests/indexes/test_base.py+11
- pandas/tests/indexes/test_category.py+17-11
- pandas/tests/indexes/test_multi.py+16
- pandas/tests/io/parser/common.py+9-8
- pandas/tests/io/parser/compression.py+7-8
- pandas/tests/io/parser/test_textreader.py+3-9
- pandas/tests/io/sas/test_sas7bdat.py+2
- pandas/tests/io/test_stata.py+27
- pandas/tests/reshape/test_concat.py+11
- pandas/tests/scalar/timedelta/test_timedelta.py+10
- pandas/tests/scalar/timestamp/test_timestamp.py+47-38
- pandas/tests/series/test_alter_axes.py+20
- pandas/tests/series/test_sorting.py+5-4
- pandas/tests/sparse/test_array.py+11
- pandas/tests/test_common.py+20-1
- pandas/tests/test_compat.py+6-1
- pandas/tests/test_downstream.py+9
- pandas/tests/test_window.py+2-5
- pandas/tests/util/test_testing.py+38
- pandas/tseries/offsets.py+7-2
- pandas/util/_decorators.py+24-23
- pandas/util/testing.py+17-12
Submodule pandas-feedstock updated 1 file
scripts/tag.py
100644
100755
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
| |||
35 | 46 |
| |
36 | 47 |
| |
37 | 48 |
| |
| 49 | + | |
38 | 50 |
| |
39 | 51 |
| |
40 | 52 |
| |
|
0 commit comments