Complexipy

Latest version: v0.3.3

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

Scan your dependencies

Page 1 of 2

0.3.3

What's Changed
* fix(rust): 41 update ci and remove unused dependencies by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/43


**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.3.2...0.3.3

0.3.2

What's Changed

- When using `--details low`, in some cases the summary table is empty, so in this case then the table won't be printed but an informational message.

PRs
* feat(cli): 37 no files found by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/38


**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.3.1...0.3.2

0.3.1

Release Notes

What's Changed

- Require python >= 3.8
- Fix the logic followed to calculate the cognitive complexity.
- The assignment statements only add cognitive complexity when `IfExp` are being used.
- `BinOp` by itself don't add cognitive complexity.
- Add `-s` `--sort` optional parameter to sort the output.

PRs

* feat(build|report|docs): 27 Add sort option to the output by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/30
* fix(algorithm): 16 fix cognitive complexity by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/34
* feat(build): 31 require python >= 3.8 by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/35


**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.3.0...0.3.1

0.3.0

Breaking changes
- Now, by default the cognitive complexity is calculated at a `function level`, this means that the maximum complexity will be evaluated for each function inside the python files, it is still available to get the cognitive complexity per file.
- Added new parameters.
- There is more information about the stages when running `complexipy` over git repositories (using the URL).
- Reduced verbosity.
- Enhanced the algorithm to measure the cognitive complexity, the results obtained are closer to the Sonar implementation.
- Now the CSV report generation is implemented in Rust instead of Python, this improves the performance.
- Updated docs.

Acknowledgments
- Thanks to everyone in for the feedback
- Special thanks to ganncamp for taking the time to read the repo, her recommendations, and work.
- Special thanks to korneevm for your contributions to the project, excellent ideas!

What's Changed
* fix(docs) Changed max complexity argument name to match the code by korneevm in https://github.com/rohaquinlop/complexipy/pull/11
* fit(report|docs) Add -d params to be able to show only files with complexity above the max_complexity by korneevm in https://github.com/rohaquinlop/complexipy/pull/14
* feat(build): 16 enhance try cognitive complexity by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/18
* feat(test): 16 add unit testing by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/20
* feat(build|docs): 15 add function level complexity analysis by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/21
* feat(docs): 15 add cognitive complexity explanation by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/22
* feat(build): 23 add progress bars by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/24
* feat(build|docs): 25 add quiet option by rohaquinlop in https://github.com/rohaquinlop/complexipy/pull/26

New Contributors
* korneevm made their first contribution in https://github.com/rohaquinlop/complexipy/pull/11

**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.2.2...0.3.0

0.2.2

**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.2.1...0.2.2

0.2.1

Update the README.md file

**Full Changelog**: https://github.com/rohaquinlop/complexipy/compare/0.2.0...0.2.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.