Tea-tasting

Latest version: v0.5.1

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

Scan your dependencies

Page 1 of 3

0.5.1

What's Changed

* chore: support python 3.13 by e10v in https://github.com/e10v/tea-tasting/pull/144
* refactor: improve type annotations by e10v in https://github.com/e10v/tea-tasting/pull/137
* refactor: explicit type aliases by e10v in https://github.com/e10v/tea-tasting/pull/139
* docs: minor fix by e10v in https://github.com/e10v/tea-tasting/pull/134
* docs: attribute the logo authors by e10v in https://github.com/e10v/tea-tasting/pull/135
* docs: remove link to blog post by e10v in https://github.com/e10v/tea-tasting/pull/138
* docs: update docstring for numeric by e10v in https://github.com/e10v/tea-tasting/pull/142
* ci: do not trigger ci on push by e10v in https://github.com/e10v/tea-tasting/pull/140
* ci: run ci on push to main by e10v in https://github.com/e10v/tea-tasting/pull/143


**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.5.0...v0.5.1

0.5.0

What's Changed

Breaking changes

* Change defaults: assume non-negative correlation between hypotheses by e10v in https://github.com/e10v/tea-tasting/pull/131
* Set upper boundary for fixed point number formatting… by e10v in https://github.com/e10v/tea-tasting/pull/132

Other changes

* Update docs by e10v in https://github.com/e10v/tea-tasting/pull/130


**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.4.3...v0.5.0

0.4.3

What's Changed

* Improve copy to clipboard by e10v in https://github.com/e10v/tea-tasting/pull/125
* Configure scripts by e10v in https://github.com/e10v/tea-tasting/pull/126
* Strip doctest artifacts in docs by e10v in https://github.com/e10v/tea-tasting/pull/127
* Ignore .pdm-build by e10v in https://github.com/e10v/tea-tasting/pull/128
* Update docs and readme by e10v in https://github.com/e10v/tea-tasting/pull/129


**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.4.2...v0.4.3

0.4.2

What's Changed

* Change docs fonts by e10v in https://github.com/e10v/tea-tasting/pull/120
* Convert examples to pycon with prompts and add doctest to CI by e10v in https://github.com/e10v/tea-tasting/pull/121
* Round revenue to 2 decimals by e10v in https://github.com/e10v/tea-tasting/pull/122
* Configure scripts by e10v in https://github.com/e10v/tea-tasting/pull/123
* Update dependencies by e10v in https://github.com/e10v/tea-tasting/pull/124


**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.4.1...v0.4.2

0.4.1

What's Changed

* Fix: use 1D array if `columns` is a single string by e10v in https://github.com/e10v/tea-tasting/pull/116
* Fix: sort variants by e10v in https://github.com/e10v/tea-tasting/pull/117
* Add link to release notes by e10v in https://github.com/e10v/tea-tasting/pull/118
* Update badges by e10v in https://github.com/e10v/tea-tasting/pull/119


**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.4.0...v0.4.1

0.4.0

What's Changed

* Switch to PyArrow for internal data and remove Pandas dependency by e10v in https://github.com/e10v/tea-tasting/pull/114

Breaking changes

* Pandas is not automatically installed with **tea-tasting** anymore. Install it explicitly to export an analysis result using `to_pandas` method.
* The methods `make_users_data` and `make_sessions_data` now return a PyArrow Table by default. You can control the return type by using the `return_type` parameter. The other possible output types are a Pandas DataFrame or a Polars DataFrame. They require Pandas or Polars packages, respectively.

Enhancements

* Switching from Pandas to PyArrow for internal data can speed up calculations in some use cases.
* You can export an analysis result to a PyArrow Table using the `to_arrow` method.
* You can export an analysis result to a Polars DataFrame using the `to_polars` method. Polars is not installed automatically. Install it explicitly to use methods that return a Polars DataFrame.
* The methods `make_users_data` and `make_sessions_data` can return a Polars DataFrame. Use the `return_type` parameter.

**Full Changelog**: https://github.com/e10v/tea-tasting/compare/v0.3.1...v0.4.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.