All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This project adheres to CHANGELOG.
- Python 3.12, 3.13, and 3.14 support
- Python 3.7, and 3.8 support
- Function calls without names (#20)
- Python 3.8, 3.9, 3.10, and 3.11 support
- Flake8 v6 support
- Python 2.7, 3.4, 3.5, and 3.6 support
- Enable cohesion by default
- Debugging and standard output not producing the same results
- Package long description content type
- Python 3.7 support
- Bug with setuptools specifying cohesion_below option as a str
- Flake8 support
- Filtering on cohesion values below/above a certain threshold
- Class line number and column offset in output
- Python 3.2 and 3.3 support
- Python 3.6 support
- Improved instance variable detection
- Improved attribute value name detection
- Added functionality for printing staticmethod and classmethod information
- Added -x flag for debugging output
- Moved to standard Python package main functionality to support Python 2 and 3
- Initial release of Cohesion