Pymince

Latest version: v2.10.0

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

Scan your dependencies

Page 2 of 2

2.3.0

- **Added:** `iterator.mul`, `iterator.truediv`, `iterator.sub`
- **Added:** `functional.set_attributes`
- **Added:** `json.JSONEncoder`. Handles additional types compared to `json.JSONEncoder`
- **Changed:** `dictionary.DigestGetter`. Now does not support enums and uses the new `pymince.json.JSONEncoder`.

2.2.1

- **Fixed:** README

2.2.0

- **Fixed:** `dictionary.find_leaf_value`. Infinite recursion for args: `key="a", dictionary={"a": "b", "b": "a"}`
- **Added:** New tests. Better coverage
- **Added:** `text.are_anagram`, `text.fullstr.are_anagram`
- **Added:** `unctional.once`
- **Added:** `iterator.centroid`
- **Added:** Upgrade ruff and fix new warnings
- **Changed:** Remove fn useless `iterator.contains`. Improve performance of other `iterator.py` functions.

2.1.0

- **Added:** Apply the *black* code formatter.
- **Added:** Apply ruff badge to README.
- **Added:** Install pre-commit. Run black, ruff, flake8 on pre-commit.
- **Added:** Apply pre-commit badge to README.
- **Added:** `text.multireplace`
- **Added:** `algorithm.sieve_of_eratosthenes`. *Primes less than n.*
- **Added:** `functional.pipe`. *Pipe function*
- **Improved:** iterator: `splitter`, `uniques`, `uniquer`, `consume`, `all_equals`, `all_identical`, `all_equal`,
`has_only_one`

2.0.0

- **Added:** Changelog
- **Added:** `json.dump_from_csv`
- **Added:** `text.is_roman`, `text.fullstr('').is_roman`
- **Fixed:** ruff warnings

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.