Files
IndicoIo-python/CHANGES.txt
T
2015-07-07 14:04:10 -04:00

33 lines
2.5 KiB
Plaintext

v0.2.8, Tue May 13 -- Added Description, Authors file, changelog. Cleaned up import paths and modified corresponding examples and tests
v0.2.10, Mon Jun 2 -- API now supports normalization, updating documentation to reflect this.
v0.2.11, Fri Jun 6 -- Switched sentiment api to more general version with much higher quality. updated docs to reflect this. Also changed unintuitive posneg to more intuitive Sentiment. Kept old posneg for backward compatibility.
v0.3.0, Mon Jul 21 -- Switched api over to new high-volume version, using api.indico.io instead
v0.3.1, Mon Jul 21 -- Added __version__ to module
v0.3.2, Tue Jul 22 -- Removed spam detection due to instability
v0.3.3, Fri Aug 1 -- Added language detection api
v0.4.0, Fri Aug 1 -- Changed api import to lowercase, added language example
v0.4.1, Fri Aug 1 -- Updated __version__ variable to be accurate
v0.4.2, Wed Aug 6 -- Updated README to accurately reflect political analysis results
v0.4.3, Thu Sep 11 -- Added image features api and sphinx compliant documentation
v0.4.4, Thu Sep 25 -- Added dependencies installation to setup.py
v0.4.5, Thu Sep 25 -- Added interface to local indico server
v0.4.6, Fri Oct 27 -- Updated to point to new indico api servers, cleaner REST API
v0.4.8, Fri Nov 7 -- Updated API interface to include new text tags API
v0.4.11, Thu Dec 18 -- Updated tests for text tags
v0.4.12, Fri Dec 19 -- Added batch support interface
v0.4.13, Fri Dec 19 -- Added optional arguments to text tags API
v0.4.14, Sat Dec 20 -- Fix for batch image features preprocessing, increased test coverage
v0.4.15, Sat Dec 20 -- Bug fix release
v0.5.0, Friday Feb 27 -- Updated to support private cloud, allows for indicorc file to reduce redundant authorization calls, README updates
v0.5.1, Friday Feb 27 -- More README updates, fixed rst formatting issue, added classifiers
v0.5.2, Tue March 7 -- Required API keys, configuration settings
v0.5.3, Wed Apr 15 -- Added scipy to requirements, edited Readme to not break pypi page
v0.6.0, Thu May 29 -- Remove numpy / scipy dependency in favor of Pillow
v0.7.0, Tue Jun 9 -- Added support for calling multiple APIs in a single function and accepting filenames as image API inputs
v0.7.1 Thu Jun 11 -- High quality sentiment API for private beta, fix for multi API support
v0.7.2 Thu Jun 11 -- Remove sentiment_hq from text apis by default
v0.7.3 Wed Jun 17 -- Fixes for handling of specific image types
v0.7.4 Mon Jun 22 -- Fix for setup.py issues
v0.7.5 Wed Jul 1 -- Public access to sentimentHQ api
v0.7.6 Tue Jul 7 -- Add Keywords API