Releases: pwwang/datar-pandas
Releases · pwwang/datar-pandas
0.5.5
- deps: bump pdtypes to 0.2.3 (fixing pwwang/datar#208)
- fix: use
_grouper
instead ofgrouper
to dismiss depr warnings starting pandas v2.2 - ci: update actions in CI
Full Changelog: 0.5.4...0.5.5
0.5.4
- deps: bump pdtypes to 0.2.2
- deps: bump pandas to 2.2.0
- chore: hide warnings for downcast in case_when (pandas 2.2+)
- chore: fix deprecation of construct Tibble from manager (pandas 2.2+)
- test: fix union not keeping original key order
- test: add tests for array_ufunc
- fix: fix future.no_silent_downcasting not existing in options of pandas < 2.2
Full Changelog: 0.5.3...0.5.4
0.5.3
- Bump datar to 0.15.3 to make np.nanmean and alike work on groupby (pwwang/datar#65)
Full Changelog: 0.5.2...0.5.3
0.5.2
- Add extras in pyproject.toml
Full Changelog: 0.5.1...0.5.2
0.5.1
- Dismiss ast warning for if_else.
- Make scipy and wcwidth optional deps
- Set seed in tests
- Dismiss warnings of fillna with method for pandas2.1
Full Changelog: 0.5.0...0.5.1
0.5.0
- ⬆️ Bump datar to 0.15
- ⬆️ Support pandas v2
- datar 0.14 & datar-pandas 0.4 will be last versions to support pandas v1
Full Changelog: 0.4.0...0.5.0
0.4.0
- 🔧 Update pyproject.toml to generate setup.py for poetry
- 👽️ [dplyr] Allow key to be not unique for
rows_insert()
(pwwang/datar#188) - 👽️ [dplyr] Allow key in x to be not unique for
rows_update()
(pwwang/datar#188) - 👽️ Align rows_*() verbs to align with dplyr 1.1.3 (pwwang/datar#188)
- ✨ Add symdiff (pwwang/datar#189)
- ✨ Add consecutive_id (pwwang/datar#189)
- ✨ Add pick and case_match (pwwang/datar#189)
- ✨ Add cross_join (pwwang/datar#189)
- ⬆️ Bump datar to 0.14
- ⬆️ Drop support for pandas 1.3
Full Changelog: 0.3.1...0.4.0
0.3.1
- Bump datar to 0.13
- Add codesandbox scripts
Full Changelog: 0.3.0...0.3.1
0.3.0
API aligned with dplyr v1.0.8
- 🐛 [dplyr] Silence information summarise on rowwise df (tidyverse/dplyr#5837)
- 👽️ [dplyr] Separate transmute() and mutate(_keep="none") (tidyverse/dplyr#6086)
- ✨ [dplyr] Accept negative values for
n
andprop
forslice
family (tidyverse/dplyr#5961) - ⬆️ Bump datar-numpy to ^0.2
- ⬆️ Bump datarto ^0.12
- 🚧 Limit pandas to 1.5.3 in CI
Full Changelog: 0.2.1...0.3.0
0.2.1
- 🐛 Fix order of colnames for any_of (pwwang/datar#166)
- ⬆️ Bump datar to 0.11.2
- 👷 Add python3.10 to CI
- 👷 Add pandas 1.5.3 to CI
Full Changelog: 0.2.0...0.2.1