All Versions
45
Latest Version
Avg Release Cycle
82 days
Latest Release
192 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.6 Changes
September 19, 2022- β Add basic
match
statement support (kreathon, #276, #291).
- β Add basic
-
v2.5 Changes
July 03, 2022- Mark imports in
__all__
as used (kreathon, #172, #282). - β Add whitelist for
pint.UnitRegistry.default_formatter
(Ben Elliston, #258).
- Mark imports in
-
v2.4 Changes
May 19, 2022- π¨ Print absolute filepaths as relative again (as in version 2.1 and before) if they are below the current directory (The-Compiler, #246).
- β Run tests and add PyPI trove for Python 3.10 (chayim, #266).
- π Allow using the
del
keyword to mark unused variables (sshishov, #279).
-
v2.3 Changes
January 16, 2021- β Add pre-commit hook (ClΓ©ment Robert, #244).
-
v2.2 Changes
January 15, 2021- π Only parse format strings when being used with
locals()
(jingw, #225). - Don't override paths in pyproject.toml with empty CLI paths (bcbnz, #228).
- β Run continuous integration tests for Python 3.9 (ju-sh, #232).
- π Use pathlib internally (ju-sh, #226).
- π Only parse format strings when being used with
-
v2.1 Changes
August 19, 2020- Treat
getattr/hasattr(obj, "constant_string", ...)
as a reference to
obj.constant_string
(jingw, #219). - π Fix false positives when assigning to
x.some_name
but reading via
some_name
, at the cost of potential false negatives (jingw, #221). - π Allow reading options from
pyproject.toml
(Michel Albert, #164, #215).
- Treat
-
v2.0 Changes
August 11, 2020- π Parse
# type: ...
comments if on Python 3.8+ (jingw, #220). - β¬οΈ Bump minimum Python version to 3.6 (Jendrik Seipp, #218). The last
π Vulture release that supports Python 2.7 and Python 3.5 is version 1.6. - β
Consider all files under
test
ortests
directories test files
(Jendrik Seipp). - π² Ignore
logging.Logger.propagate
attribute (Jendrik Seipp).
- π Parse
-
v1.6 Changes
July 28, 2020 -
v1.5 Changes
May 24, 2020 -
v1.4 Changes
March 30, 2020