Skip to content

Releases: pwwang/datar

0.8.6

25 Aug 17:34
cd2595b

Choose a tag to compare

  • πŸ› Fix weighted_mean not working for grouped data (#133)
  • βœ… Add tests for weighted_mean on grouped data
  • ⚑️ Optimize distinct on existing columns (#128)

What's Changed

Full Changelog: 0.8.5...0.8.6

0.8.5

23 May 19:10
4f9c2a3

Choose a tag to compare

What's Changed

  • πŸ”– 0.8.5 by @pwwang in #125
    • πŸ› Fix columns missing after Join by same columns using mapping (#122)

Full Changelog: 0.8.4...0.8.5

0.8.4

14 May 22:48
4f282c7

Choose a tag to compare

What's Changed

  • 0.8.4 by @pwwang in #120
    • βž– Add optional deps to extras so they aren't installed by default
    • 🎨 Give better message when optional packages not installed

Full Changelog: 0.8.3...0.8.4

0.8.3 (#119)

13 May 02:45
ba50a00

Choose a tag to compare

  • ⬆️ Upgrade pipda to v0.6
  • ⬆️️ Upgrade thon-simpleconf to 5.5

0.8.2 (#118)

10 May 20:11
4e1e0cd

Choose a tag to compare

  • ♻️ Move glimpse to dplyr (as glimpse is a tidyverse-dplyr API)
  • πŸ› Fix glimpse() output not rendering in qtconsole (#117)
  • πŸ› Fix base.match() for pandas 1.3.0
  • πŸ› Allow base.match() to work with grouping data (#115)
  • πŸ“Œ Use rtoml (python-simpleconf) instead of toml (See https://github.com/pwwang/toml-bench)
  • πŸ“Œ Update dependencies

πŸ”– 0.8.1 (#113)

19 Apr 01:15
4a73b09

Choose a tag to compare

  • πŸ› Fix month_abb and month_name being truncated (#112)
  • πŸ› Fix unite() not keeping other columns (#111)

πŸ”– 0.8.0 (#110)

12 Apr 07:27
0814390

Choose a tag to compare

  • ✨ Support base.glimpse() (#107, machow/siuba#409)
  • πŸ› Register base.factor() and accept grouped data (#108)
  • ✨ Allow configuration file to save default options
  • πŸ’₯ Replace option warn_builtin_names with import_names_conflict (#73)
  • 🩹 Attach original __module__ to func_factory registed functions
  • ⬆️ Bump pipda to 0.5.9

πŸ”– 0.7.2 (#106)

07 Apr 20:12
1e018fd

Choose a tag to compare

  • ✨ Allow tidyr.unite() to unite multiple columns into a list, instead of join them (#105)
  • 🩹 Fix typos in argument names of tidyr.pivot_longer() (#104)
  • πŸ› Fix base.sprintf() not working with Series (#102)

0.7.1 (#101)

28 Mar 18:47
befe8b8

Choose a tag to compare

  • πŸ› Fix settingwithcopywarning in tidyr.pivot_wider()
  • πŸ“Œ Pin deps for docs
  • πŸ’š Don't upload coverage in PR
  • πŸ“ Fix typos in docs (#99, #100) (Thanks to @pdwaggoner)

πŸ”– 0.7.0 (#97)

24 Mar 01:37
a03f1c0

Choose a tag to compare

  • ✨ Support modin as backend 😘
  • ✨ Add _return argument for datar.options()
  • πŸ› Fix tidyr.expand() when nesting(f.name) as argument