8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6d663 commit 99fe9b1Copy full SHA for 99fe9b1
doc/changelog.rst
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
4
+Version 1.0.7 (2023-04-22)
5
+-------------
6
+
7
+* Upgrade pyperf from 2.5.0 to 2.6.0
8
+* Clean unused imports and other small code details
9
+* Migrage to the pyproject.toml based project
10
+* Fix the django_template benchmark due to lack of distutils
11
+* Add benchmark for toml
12
+* Add benchmark for comprehensions
13
+* Add benchmark for asyncio_tcp_ssl
14
+* Add benchmark for asyncio_tcp
15
+* Add benchmark for Dask scheduler
16
+* Add the gc benchmarks to the MANIFEST file
17
18
Version 1.0.6 (2022-11-20)
19
-------------
20
pyperformance/__init__.py
@@ -2,7 +2,7 @@
import sys
-VERSION = (1, 0, 6)
+VERSION = (1, 0, 7)
__version__ = '.'.join(map(str, VERSION))
0 commit comments