2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-07 10:19:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.13.0
1.13.0
Significantly speed up file handling error paths
Use fast path in modulefinder more often
Let mypyc optimise os.path.join
Make is_sub_path faster
Speed up stubs suggestions
Use sha1 for hashing
Use orjson instead of json, when available
Add faster-cache extra, test in CI
|
2024-10-22 10:32:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.12.1
1.12.1
Bug fixes
|
2024-08-27 10:13:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.11.2
1.11.2
Bug fixes
|
2024-07-31 09:55:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.11.1
1.11.1
Bug fixes
|
2024-07-22 06:53:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.11.0
Mypy 1.11
Support Python 3.12 Syntax for Generics (PEP 695)
Support for functools.partial
Stricter Checks for Untyped Overrides
Type Inference Improvements
Improvements to Detection of Overlapping Overloads
Better Support for Type Hints in Expressions
|
2024-06-27 08:04:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.10.1
1.10.1
Fix error reporting on cached run after uninstallation of third party library
|
2024-04-30 11:31:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.10.0
1.10.0
Support TypeIs (PEP 742)
Support TypeVar Defaults (PEP 696)
Support TypeAliasType (PEP 695)
Detect Additional Unsafe Uses of super()
Stubgen Improvements
Mypyc Improvements
Documentation Improvements
Error Reporting Improvements
|
2024-03-11 09:40:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.9.0
Mypy 1.9
Basic Support for Type Parameter Defaults (PEP 696)
Type-checking Improvements
Performance Improvements
Documentation Updates
Stubtest Improvements
Stubgen Improvements
|
2024-01-04 23:27:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.8.0
1.8
Type-checking Improvements
Performance Improvements
Improvements to Error Reporting
Stubgen Improvements
Stubtest Improvements
Fixes to Crashes
Documentation Updates
|