Datar

Latest version: v0.15.6

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

Scan your dependencies

Page 2 of 12

0.15.1

- ⬆️ Bump datar-pandas to 0.5.1
- Bump datar-numpy to 0.3.2
- Dismiss ast warning for if_else.
- Make scipy and wcwidth optional deps
- Set seed in tests
- Dismiss warnings of fillna with method for pandas2.1

**Full Changelog**: https://github.com/pwwang/datar/compare/0.15.0...0.15.1

0.15.0

- ✨ Add data who2, household, cms_patient_experience, and
cms_patient_care
- ⬆️ Bump datar-pandas to 0.5 to support pandas2 (186)

**Full Changelog**: https://github.com/pwwang/datar/compare/0.14.0...0.15.0

0.14.0

- ⬆️ Bump pipda to 0.13
- 👽️ Align `rows_*()` verbs to align with dplyr 1.1.3 (188)
- 🔧 Update pyproject.toml to generate setup.py for poetry
- 🍱 Support dplyr up to 1.1.3 (187, 189)
- Added: `pick()`, `cross_join()`, `symdiff()`, `case_match()` and `consecutive_id()`
- Deferred: `join_by()`
- Deferred: `multiple`, `keep`, `unmatched` for `*_join()`
- 🍱 Deferred: Support forcats 1.0.0 (191)
- 🍱 Deferred: support tidyr 1.3.0 (190)

**Full Changelog**: https://github.com/pwwang/datar/compare/0.13.1...0.14.0

0.13.1

- 🎨 Allow `datar.all.filter` regardless of `allow_conflict_names` (184)

**Full Changelog**: https://github.com/pwwang/datar/compare/0.13.0...0.13.1

0.13.0

- 👷 Add scripts for codesandbox
- 💥 Change the option for conflict names (184)

There is no more warning for conflict names (python reserved names). By default, those names are suffixed with `_` (ie `filter_` instead of `filter`). You can still use the original names by setting `allow_conflict_names` to `True` in `datar.options()`.

python
from datar import options
options(allow_conflict_names=True)
from datar.all import *
filter <function datar.dplyr.filter_ at 0x7f62303c8940>


**Full Changelog**: https://github.com/pwwang/datar/compare/0.12.2...0.13.0

0.12.2

- ➕ Add pyarrow backend
- 🐛 Exclude coverage for multiline version in `get_versions()`
- ⬆️ Bump up `python-simpleconf` to 0.6 so datar can be installed in Windows (180)

What's Changed
* 🔖 0.12.2 by pwwang in https://github.com/pwwang/datar/pull/181


**Full Changelog**: https://github.com/pwwang/datar/compare/0.12.1...0.12.2

Page 2 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.