We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3ba1f commit e2c1b79Copy full SHA for e2c1b79
CHANGELOG.md
@@ -1,5 +1,10 @@
1
unreleased
2
==========
3
+* improved: performance of the hashing encoder (about twice as fast)
4
+ * deprecate the `max_sample`` parameter, it has no use anymore
5
+ * add `process_creation_method` parameter
6
+ * use concurrent.futures.ProcessPoolExecutor instead of hand-managed queues
7
+ * optimisations to hashlib calls, remove python 2 checks, fork instead of spawn
8
9
v2.6.2
10
======
0 commit comments