Skip to content

Commit 53ec760

Browse files
committed
create release candidate for 3.13.6 and update README
1 parent 84ae4ff commit 53ec760

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@
1212
[![](https://img.shields.io/pypi/dm/strongtyping.svg)](https://pypi.org/project/strongtyping/)
1313

1414
# Strong Typing
15+
1516
<p>Decorator which <b>checks at Runtime</b> whether the function is called with the correct type of parameters.<br>
1617
And <b><em>raises</em> TypeMisMatch</b> if the used parameters in a function call where invalid.</p>
1718

1819
# This is the release for Python-3.13 and above
20+
1921
- If you need a different version please checkout the release Tags 2.\*.*
2022

23+
## Performance boost with mypyc
24+
25+
- Since __3.13.6__ `mypyc` is used to compile the core logic code.
26+
- This results in a significant performance boost from around __5x faster__, especially for large containers.
27+
2128
## [Docs have been moved to 'readthedocs'](https://strongtyping.readthedocs.io/en/latest/#the-solution)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strongtyping"
3-
version = "3.13.6a"
3+
version = "3.13.6"
44
authors = [
55
{ name = "FelixTheC", email = "fberndt87@gmail.com" },
66
]

0 commit comments

Comments
 (0)