- Typing and style fixes
- Honor -D/-U arguments from pkg-config
- Fix build when pkg-config returns paths with spaces
- Provide more clear messages on missing dependencies
- Added support for libversion 3.0.0 features,
LOWER_BOUNDandUPPER_BOUNDflags
- Type correctness fixes
- Add type information
- Fix handling of long description in
setup.py
- Fix handling of long description in
setup.py
- Chase libversion 2.7.0 new API
- Chase libversion 2.6.0 new API,
Versionclass performance improvement
- Documentation typo fix, no functional change.
- Documentation and demo improvements, no functional change.
Added comparison against PyPi
cmp_versionandversionmodules.
- Minor performance improvement for
Versionclass - Added demo code with benchmars and correctness comparison to other implementations
- Improve documentation.
setup.pyfixes and improvements, no functional change.
- Initial release, contains
version_compare, flags and more pythonicVersionclass with comparison operators.