Symmetria

Latest version: v0.3.2

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

Scan your dependencies

Page 2 of 2

0.0.5

FEATURE:
- `symmetria.Permutation`: add `ascents` method
- `symmetria.CyclePermutation`: add `ascents` method
- `symmetria.Permutation`: add `descents` method
- `symmetria.CyclePermutation`: add `descents` method
- `symmetria.Permutation`: add `exceedances` method
- `symmetria.CyclePermutation`: add `exceedances` method
- `symmetria.Permutation`: add `records` method
- `symmetria.CyclePermutation`: add `records` method

MAINTENANCE:
- `tests`: Refactor. Now the code is more concise, and it is easier to add a new test.
- `symmetria.elements._base.py`: Simplify the base class for elements object.

0.0.4

FEATURE:

- `symmetria.Permutation`: add `is_regular` method
- `symmetria.Cycle`: add `is_regular` method
- `symmetria.CyclePermutation`: add `is_regular` method
- `symmetria.Permutation`: add `inversions` method
- `symmetria.Cycle`: add `inversions` method
- `symmetria.CyclePermutation`: add `inversions` method
- `symmetria.Permutation`: add `image` property
- `symmetria.Permutation`: add `__pow__` method
- `symmetria.Cycle`: add `__pow__` method
- `symmetria.CyclePermutation`: add `__pow__` method

0.0.3

FEATURE:

- `symmetria.Permutation`: add `is_conjugate` method
- `symmetria.Cycle`: add `is_conjugate` method
- `symmetria.CyclePermutation`: add `is_conjugate` method

0.0.2

FEATURE:

- `symmetria.Permutation`: add `sgn` method
- `symmetria.Cycle`: add `sgn` method
- `symmetria.CyclePermutation`: add `sgn` method
- `symmetria.Permutation`: add `inverse` method
- `symmetria.Cycle`: add `inverse` method
- `symmetria.CyclePermutation`: add `inverse` method
- `symmetria.Permutation`: add `is_even` and `is_odd` methods
- `symmetria.Cycle`: add `is_even` and `is_odd` methods
- `symmetria.CyclePermutation`: add `is_even` and `is_odd` methods
- `symmetria.Permutation`: add `cycle_type` method
- `symmetria.Cycle`: add `cycle_type` method
- `symmetria.CyclePermutation`: add `cycle_type` method

MAINTENANCE:

- `tests.tests_meta.test_order.py`: add test suite for order of methods
- `docs._static.symmetria.png`: logo for symmetria
- `.github.workflows.tests`: add doctest

0.0.1

MAINTENANCE:

- `.github`: add workflows `tests.yml`, `code-style.yml`, `release.yml` and `check-pr-title.yml`
- `.github.pull_request_template.md`: add pull request template
- `.github.ISSUE_TEMPLATE`: add templates for issues
- `tests`: in module tests we import as in the API
- `.pre-commit-config.yml`: add `check-toml` and `name-tests-test`
- `docs`: first version of the docs implemented

0.0.0

🎉🚀 First version of `symmetria` 🚀🎉

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.