Datar

Latest version: v0.15.6

Safety actively analyzes 683322 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 12

0.10.2

- 🚑 Fix false warning when importing from `all`

What's Changed
* 0.10.2 by pwwang in https://github.com/pwwang/datar/pull/159


**Full Changelog**: https://github.com/pwwang/datar/compare/0.10.1...0.10.2

0.10.1

- Pump simplug to 0.2

What's Changed
* 0.10.1 by pwwang in https://github.com/pwwang/datar/pull/158


**Full Changelog**: https://github.com/pwwang/datar/compare/0.10.0...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/pandas48645)


What's Changed
* 0.10.0 by pwwang in https://github.com/pwwang/datar/pull/157


**Full Changelog**: https://github.com/pwwang/datar/compare/0.9.1...0.10.0

0.9.1

- Pump pipda to 0.8.0 (fixes 149)

0.9.0

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
* 0.9.0 by pwwang in https://github.com/pwwang/datar/pull/143


**Full Changelog**: https://github.com/pwwang/datar/compare/0.8.6...0.9.0

0.8.6

- 🐛 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
* 🔖 0.8.6 by pwwang in https://github.com/pwwang/datar/pull/134


**Full Changelog**: https://github.com/pwwang/datar/compare/0.8.5...0.8.6

Page 4 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.