Releases: pwwang/datar
Releases · pwwang/datar
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
0.13.1
0.13.0
-
👷 Add scripts for codesandbox
-
💥 Change the option for conflict names (#184)
There is no more warning for conflict names (python reserved names). By default, those names are suffixed with
_
(iefilter_
instead offilter
). You can still use the original names by settingallow_conflict_names
toTrue
indatar.options()
.from datar import options options(allow_conflict_names=True) from datar.all import * filter # <function datar.dplyr.filter_ at 0x7f62303c8940>
Full Changelog: 0.12.2...0.13.0