2023-11-23 21:52:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.7.1
1.7.1
Bug fixes
|
2023-11-22 11:31:17 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.7.0
1.7.0
Using TypedDict for **kwargs Typing
TypeVarTuple Support Enabled (Experimental)
New Way of Installing Mypyc Dependencies
New Rules for Re-exports
Improved Type Inference
Narrowing Tuple Types Using len()
More Precise Tuple Lengths (Experimental)
|
2023-10-18 11:38:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.6.1
Mypy 1.6
This release includes new features, performance improvements and bug fixes.
|
2023-08-25 13:13:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.5.1
1.5.1
Drop Support for Python 3.7
Optional Check to Require Explicit @override
More Flexible TypedDict Creation and Update
Deprecated Flag: --strict-concatenate
Optionally Show Links to Error Code Documentation
Consistently Avoid Type Checking Unreachable Code
Experimental Improved Type Inference for Generic Functions
Partial Support for Python 3.12
Improvements to Dataclasses
Mypyc Improvements
Stubgen Improvements
Documentation Updates
|
2023-07-06 12:08:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.4.1
Mypy 1.4.0
The Override Decorator
Propagating Type Narrowing to Nested Functions
Narrowing Enum Values Using “==”
Performance Improvements
Improvements to Plugins
Fixes to Crashes
Improvements to Error Messages
Documentation Updates
Mypyc Improvements
Changes to Stubgen
Other Notable Fixes and Improvements
Typeshed Updates
|
2023-05-15 22:48:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.3.0
1.3.0
Performance Improvements
Stub Tooling Improvements
Improvements to attrs
Documentation Updates
Error Reporting Improvements
Mypyc Improvements
|
2023-04-25 14:49:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-mypy: updated to 1.2.0
1.2.0
Improvements to Dataclass Transforms
Mypyc: Native Floats
Mypyc: Native Integers
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2023-03-09 09:12:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.1.1
Mypy 1.1.1
This release includes new features, performance improvements and bug fixes.
|
2023-02-22 13:47:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-mypy: updated to 1.0.1
1.0.1
Bug fixes
|