Releases: pwwang/datar
Releases · pwwang/datar
0.15.7
0.15.6
- deps: bump simplug to 0.4, datar-numpy to 0.3.4 and datar-pandas to 0.5.5
- tests: adopt pytest v8
- ci: use latest actions
Full Changelog: 0.15.5...0.15.6
0.15.5
- deps: bump datar-numpy to 0.3.3
Full Changelog: 0.15.4...0.15.5
0.15.4
- docs: fix typo in README.md (#197)
- docs: change
filter
tofilter_
in README.md - docs: fix typo in data.md
- deps: bump datar-pandas to 0.5.4 (support pandas 2.2+)
What's Changed
- Fix typo by @JosiahParry in #197
New Contributors
- @JosiahParry made their first contribution in #197
Full Changelog: 0.15.3...0.15.4
0.15.3
- ⬆️ Bump pipda to 0.13.1
Full Changelog: 0.15.2...0.15.3
0.15.2
- ⬆️ Bump datar-pandas to 0.5.2 to fix
pip install datar[pandas]
not having numpy backend installed.
Full Changelog: 0.15.1...0.15.2
0.15.1
- ⬆️ Bump datar-pandas to 0.5.1
- Bump datar-numpy to 0.3.2
- 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.15.0...0.15.1
0.15.0
0.14.0
- ⬆️ Bump pipda to 0.13
- 👽️ Align
rows_*()
verbs to align with dplyr 1.1.3 (#188) - 🔧 Update pyproject.toml to generate setup.py for poetry
- 🍱 Support dplyr up to 1.1.3 (#187, #189)
- Added:
pick()
,cross_join()
,symdiff()
,case_match()
andconsecutive_id()
- Deferred:
join_by()
- Deferred:
multiple
,keep
,unmatched
for*_join()
- Added:
- 🍱 Deferred: Support forcats 1.0.0 (#191)
- 🍱 Deferred: support tidyr 1.3.0 (#190)
Full Changelog: 0.13.1...0.14.0