We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b5feba + 4488839 commit add4b7fCopy full SHA for add4b7f
3 files changed
CHANGELOG.rst
@@ -1,11 +1,13 @@
1
-0.13.0-dev
2
-==========
+new version
+===========
3
+
4
+0.13.0
5
+======
6
7
- Adds support for Windows including accelerated extensions. Note performance on Windows is
8
roughly half that of Linux.
9
- Switch to using a fork of `bitarray` that distributes binary wheels.
10
-
11
0.12.5
12
======
13
requirements.txt
@@ -1,6 +1,6 @@
bitarray-hardbyte==1.2.2
cffi==1.14.1
-clkhash==0.15.2
+clkhash==0.16.0a1
Cython==0.29.21
hypothesis==5.20.3
pytest==5.4.3
setup.py
@@ -18,7 +18,7 @@
18
requirements = [
19
"bitarray-hardbyte>=0.8.0",
20
"cffi>=1.7",
21
- "clkhash~=0.15.0",
+ "clkhash>=0.15.0",
22
"numpy>=1.14",
23
"mypy-extensions>=0.4",
24
"Cython>=0.29.10"
0 commit comments