Skip to content

Commit b0605fa

Browse files
authored
Merge branch 'dev' into ci-environment
2 parents f3f083a + 76e7228 commit b0605fa

9 files changed

+640
-110
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- [INF] Require pyspark minimal version is v3.2.0 to cut duplicates codes. Issue #1110 @Zeroto521
1313
- [ENH] Added support for extension arrays in `expand_grid`. Issue #1121 @samukweku
1414
- [ENH] Add `names_expand` and `index_expand` parameters to `pivot_wider` for exposing missing categoricals. Issue #1108 @samukweku
15+
- [ENH] Add fix for slicing error when selecting columns in `pivot_wider`. Issue #1134 @samukweku
16+
- [ENH] `dropna` parameter added to `pivot_longer`. Issue #1132 @samukweku
1517

1618
## [v0.23.1] - 2022-05-03
1719

environment-dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies:
1717
- tqdm
1818
- unyt
1919
- xarray
20+
- numba
21+
2022
# io
2123
- openpyxl
2224
- xlrd

0 commit comments

Comments
 (0)