Next | Query returned 51 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-03-09 09:12:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
Log message:
py-mypy: updated to 1.0.1

1.0.1
Bug fixes
   2023-02-14 20:09:59 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
py-mypy py-mypy_extensions: updated to 1.0.0

Mypy 1.0 Released

Now that mypy reached 1.0, we’ll switch to a new versioning scheme. Mypy \ 
version numbers will be of form x.y.z.

Mypy 1.0 is up to 40% faster than mypy 0.991 when type checking the Dropbox \ 
internal codebase. We also set up a daily job to measure the performance of the \ 
most recent development version of mypy to make it easier to track changes in \ 
performance.

Mypy will now generate an error if you use a variable before it’s defined. \ 
This feature is enabled by default. By default mypy reports an error when it \ 
infers that a variable is always undefined.

A new experimental possibly-undefined error code is now available that will \ 
detect variables that may be undefined.

There is now a simpler syntax for declaring generic self types introduced in PEP \ 
673: the Self type. You no longer have to define a type variable to use “self \ 
types”, and you can use them with attributes.
   2022-11-22 14:28:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mypy: updated to 0.991

Mypy 0.991

Basic Python 3.11 Support
Breaking Change: No Implicit Optional Types for Arguments
Breaking Change: Namespace Packages Enabled by Default
Recursive Types Enabled By Default
Error Codes Shown by Default
Safe Handling of Empty Function Bodies
Enabling Experimental Features Individually
Configuring Packages/Modules in the Config File
Warn about Variable Annotations in Unchecked Functions
Error Code for Using an Abstract Class as type[T]
Performance Improvements
   2022-11-08 09:57:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mypy: updated to 0.990

v0.990
Remove +dev from version
   2022-10-06 21:38:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mypy: updated to 0.982

0.981
* Support for Python 3.6 and 2 Dropped
* Generate Error on Unbound TypeVar Return Type
* Methods with Empty Bodies in Protocols Are Abstract
* Implicit Optional Types Will Be Disabled by Default
* Precise Types for **kwds Using TypedDict
* Experimental Support for General Recursive Types
* Generic NamedTuples and TypedDicts
* Better Support for Callable Attributes
* Per-Module Error Code Configuration
* Experimental Support for Interactive Inspection of Expressions
   2022-08-18 09:33:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mypy: updated to 0.971

0.971
Speed up accessing always defined native attributes
Reduce the overhead of reference counting
Fix Python 3.11 C API errors
Generate smaller code for casts and some implicit type coercions
Optimize calling Python objects with zero or one arguments
Replace integer floor division by a power of two with a shift
Add primitives for faster access of float and tuple type objects
Fix compile error related to operator assignment in a generator function
   2022-07-01 19:13:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mypy: updated to 0.961

0.961:
Unknown changes
   2022-05-28 13:46:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mypy: updated to 0.960

Mypy 0.960

Minimal Support for LiteralString
Per-file Timing Stats
Performance Improvements
Experimental Fast Module Lookup
Documentation Updates
Improvements to Plugin System
ParamSpec Improvements
Fixes to Crashes
   2022-05-02 10:19:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mypy: updated to 0.950

0.950
Pinning Third-Party Library Stub Versions
Concatenate and Literals with ParamSpec
Detect Unused Coroutines and Awaitables
assert_type

Next | Query returned 51 messages, browsing 11 to 20 | Previous