Releases: pwwang/datar
Releases · pwwang/datar
0.12.0
- 📝 Added import f to plotnine on README.md (#177)
- ⬆️ Drop support for python3.7
- ⬆️ Bump pipda to 0.12
- 🍱 Update storms data to 2020 (tidyverse/dplyr#5899)
What's Changed
- Added
from datar import fto plotnine example on README.md by @rleyvasal in #177 - 0.12.0 by @pwwang in #178
New Contributors
- @rleyvasal made their first contribution in #177
Full Changelog: 0.11.2...0.12.0
0.11.2
0.11.1
0.11.0
0.10.3
- ⬆️ Bump simplug to 0.2.2
- ✨ Add
apis.other.array_ufuncto support numpy ufuncs - 💥 Change hook
data_apitoload_dataset - ✨ Allow backend for
c[] - ✨ Add
DatarOperator.with_backend()to select backend for operators - ✅ Add tests
- 📝 Update docs for backend supports
What's Changed
Full Changelog: 0.10.2...0.10.3
0.10.2
0.10.1
0.10.0
- Detach backend support, so that more backends can be supported easier in the future
- numpy backend: https://github.com/pwwang/datar-numpy
- pandas backend: https://github.com/pwwang/datar-pandas
- Adopt pipda 0.10 so that functions can be pipeable (#148)
- Support pandas 1.5+ (#144), but v1.5.0 excluded (see pandas-dev/pandas#48645)
What's Changed
Full Changelog: 0.9.1...0.10.0
0.9.1
0.9.0
Fixes
- Fix
weighted_meannot handling group variables with NaN values (#137) - Fix
weighted_meanonNAraising error instead of returningNA(#139) - Fix pandas
.groupby()used internally not inheritingsort,dropnaandobserved(#138, #142) - Fix
mutate/summarisenot counting references inside function as used for_keep"used"/"unused" - Fix metadata
_datarof nestedTibbleGroupednot frozen
Breaking changes
- Refactor
core.factory.func_factory()(#140) - Use
base.c[...]for range short cut, instead off[...] - Use
tibble.fibble()when constructingTibbleinside a verb, instead oftibble.tibble() - Make
na keyword-only argument forbase.ntile
Deprecation
- Deprecate
verb_factory, useregister_verbfrompipdainstead - Deprecate
base.data_context
Dependences
- Adopt
pipdav0.7.1 - Remove
varnamedependency - Install
pdtypesby default
What's Changed
Full Changelog: 0.8.6...0.9.0