Skip to content

Releases: pwwang/datar

0.12.0

13 Apr 06:44
89fc243

Choose a tag to compare

  • 📝 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

New Contributors

Full Changelog: 0.11.2...0.12.0

0.11.2

06 Mar 20:29
9573e49

Choose a tag to compare

  • 📝 Add pypi downloads badge to README
  • 📝 Fix github workflow badges for README
  • 🐛 Add return type annotation to fix #173
  • ⬆️ Bump python-slugify to v8

What's Changed

Full Changelog: 0.11.1...0.11.2

0.11.1

15 Dec 19:03
305a6e6

Choose a tag to compare

  • 🐛 Fix get_versions() not showing plugin versions
  • 🐛 Fix plugins not loaded when loading datasets
  • 🚸 Add github issue templates

What's Changed

Full Changelog: 0.11.0...0.11.1

0.11.0

15 Dec 17:53
f04c67d

Choose a tag to compare

  • 📝 Add testimonials and backend badges in README.md
  • 🐛 Load entrypoint plugins only when APIs are called (#162)
  • 💥 Rename other module to misc

What's Changed

Full Changelog: 0.10.3...0.11.0

0.10.3

09 Dec 22:23
326c00b

Choose a tag to compare

  • ⬆️ Bump simplug to 0.2.2
  • ✨ Add apis.other.array_ufunc to support numpy ufuncs
  • 💥 Change hook data_api to load_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

07 Dec 23:15
296ff8b

Choose a tag to compare

  • 🚑 Fix false warning when importing from all

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

05 Dec 06:56
1833068

Choose a tag to compare

  • Pump simplug to 0.2

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

02 Dec 23:09
110b0a9

Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.10.0

0.9.1

13 Oct 19:25

Choose a tag to compare

  • Pump pipda to 0.8.0 (fixes #149)

0.9.0

14 Sep 05:28
c0c4b63

Choose a tag to compare

Fixes

  • Fix weighted_mean not handling group variables with NaN values (#137)
  • Fix weighted_mean on NA raising error instead of returning NA (#139)
  • Fix pandas .groupby() used internally not inheriting sort, dropna and observed (#138, #142)
  • Fix mutate/summarise not counting references inside function as used for _keep "used"/"unused"
  • Fix metadata _datar of nested TibbleGrouped not frozen

Breaking changes

  • Refactor core.factory.func_factory() (#140)
  • Use base.c[...] for range short cut, instead of f[...]
  • Use tibble.fibble() when constructing Tibble inside a verb, instead of tibble.tibble()
  • Make n a keyword-only argument for base.ntile

Deprecation

  • Deprecate verb_factory, use register_verb from pipda instead
  • Deprecate base.data_context

Dependences

  • Adopt pipda v0.7.1
  • Remove varname dependency
  • Install pdtypes by default

What's Changed

Full Changelog: 0.8.6...0.9.0