Skip to content

Commit

Permalink
Merge branch 'dev' into ci-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeroto521 committed Aug 6, 2022
2 parents f3f083a + 76e7228 commit b0605fa
Show file tree
Hide file tree
Showing 9 changed files with 640 additions and 110 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- [INF] Require pyspark minimal version is v3.2.0 to cut duplicates codes. Issue #1110 @Zeroto521
- [ENH] Added support for extension arrays in `expand_grid`. Issue #1121 @samukweku
- [ENH] Add `names_expand` and `index_expand` parameters to `pivot_wider` for exposing missing categoricals. Issue #1108 @samukweku
- [ENH] Add fix for slicing error when selecting columns in `pivot_wider`. Issue #1134 @samukweku
- [ENH] `dropna` parameter added to `pivot_longer`. Issue #1132 @samukweku

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

Expand Down
2 changes: 2 additions & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies:
- tqdm
- unyt
- xarray
- numba

# io
- openpyxl
- xlrd
Expand Down

0 comments on commit b0605fa

Please sign in to comment.