Releases: pwwang/datar
Releases · pwwang/datar
0.12.2
0.12.1
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 f
to 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_ufunc
to support numpy ufuncs - 💥 Change hook
data_api
toload_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