Rounders

Latest version: v0.2.0

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

Scan your dependencies

0.2.0

This minor release focuses on clean-up of the original code, and mostly consists
of changes to the internal logic to better support the planned formatting
functionality.

Added

- Added the `RoundingMode` type to the top-level exports, since it's potentially
useful for type hints in client code.

- Added a `py.typed` marker.

Changed

- Rounding modes now have a more user-friendly representation.

- The minimum Python version is now Python 3.8.

- The README documentation has been expanded and updated.

- The library internals have been significantly reworked, to help support the
coming formatting functionality.

- We now use `setuptools_scm` for versioning, and `ruff` for formatting and linting.

- A dependabot config has been added, to help keep GitHub Actions workflows up to date.

- A workflow for automatically publishing releases to PyPI has been added.

Fixed

- Missing docstrings have been added.

<a id='changelog-0.1.0'></a>

0.1.0

This is the initial release of the rounders package.

The rounders package extends the functionality provided by Python's
built-in `round` function. It aims to provide a more complete and
consistent collection of decimal rounding functionality than is
provided by the Python core and standard library.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.