- Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathCHANGES
More file actions
21 lines (14 loc) · 564 Bytes
/
CHANGES
File metadata and controls
21 lines (14 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1.3 - in development:
- Allow user to pass file-like object for the 'file' argument to the
faces_detect and faces_recognize function.
[Sebastian Noack]
1.2 - 25.09.2011:
- Remove deprecated Twiter username and password based auth
- Remove deprecated Facebook username and password based auth
(remove set_twitter_user_credentials method)
- Add support for Facebook oAuth2 token based auth
(set_facebook_oauth_credentials method)
1.1 - 07.09.2011:
- Minor changes to make the library work with Python 2.5
1.0 - 21.05.2010:
- Initial release