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 7e454d7 commit b391468Copy full SHA for b391468
HISTORY.rst
@@ -1,6 +1,15 @@
1
History
2
=======
3
4
+0.2.0 (2017-06-03)
5
+------------------
6
+
7
+* The CLI can now take advantage of multiple CPUs. Just pass in the -cpus X parameter where X is the number of CPUs to use.
8
+* Added face_distance.py example
9
+* Improved CLI tests to actually test the CLI functionality
10
+* Updated facerec_on_raspberry_pi.py to capture in rgb (not bgr) format.
11
12
13
0.1.14 (2017-04-22)
14
-------------------
15
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.1.14',
+ version='0.2.0',
29
description="Recognize faces from Python or from the command line",
30
long_description=readme + '\n\n' + history,
31
author="Adam Geitgey",
0 commit comments