- 06 Jan, 2018 1 commit
-
-
J. Fernando Sánchez authored
* Simplified setattr * Added loading attributes in class * Added ability to specify failing test cases in plugins
-
- 23 Aug, 2017 1 commit
-
-
J. Fernando Sánchez authored
-
- 10 Apr, 2017 2 commits
-
-
J. Fernando Sánchez authored
Closes #28
-
J. Fernando Sánchez authored
It turns out setting "plugins" as a @list in the context causes the "plugins" property to expand to its full name. Removing the type causes a regression of #17, which I initially missed because the test in #17 was wrong. Closes #26
-
- 07 Apr, 2017 1 commit
-
-
J. Fernando Sánchez authored
Closes #26 There was no need to add @list, and it was causing JSON-LD to expand the URI of 'plugins'
-
- 14 Mar, 2017 3 commits
-
-
J. Fernando Sánchez authored
* Improved debugging (back to using Flask's built-in mechanisms) * Recursive model loading from json * Added DEVPORT to Makefile * Accept json-ld input. Closes #16 * Improved Exception handling in client * Modified default plugin selection to only include analysis plugins * More tests
-
J. Fernando Sánchez authored
Closes #18
-
J. Fernando Sánchez authored
Closes #17
-
- 28 Feb, 2017 1 commit
-
-
J. Fernando Sánchez authored
-
- 27 Feb, 2017 1 commit
-
-
J. Fernando Sánchez authored
* Added conversion plugins (API might change!) * Added conversion to the analysis pipeline * Changed behaviour of --default-plugins (it adds conversion plugins regardless) * Added emotionModel [sic] and emotionConversion models //TODO add conversion tests //TODO add conversion to docs
-
- 08 Feb, 2017 1 commit
-
-
J. Fernando Sánchez authored
Bug-fixes and improvements: * Closes #5 * Closes #1 * Adds Client (beta) * Added several schemas * Lighter string representation -> should avoid delays in the analysis with plugins that have 'heavy' attributes Backwards-incompatible changes: * Context in headers by default * All schemas include a "@type" argument that is used for autodetection in the client ... And possibly many more, this is still <1.0
-
- 02 Feb, 2017 1 commit
-
-
J. Fernando Sánchez authored
This should help with performance issues with models that have large private variables.
-
- 10 Jan, 2017 2 commits
-
-
J. Fernando Sánchez authored
* Added pre-commit: http://pre-commit.com * Fixed flake8 errors * Added flake8 pre-commit hooks * Added pre-commit to Makefile * Changed VERSION numbering * Changed versioning to match PEP-0440
-
J. Fernando Sánchez authored
-
- 21 Feb, 2016 2 commits
-
-
J. Fernando Sánchez authored
Also: * Shelve -> Pickle to avoid weird db problems * Serving schemas and contexts
-
J. Fernando Sánchez authored
-
- 20 Feb, 2016 1 commit
-
-
J. Fernando Sánchez authored
There are also some slight changes to the JSON schemas and the use of JSON-LD.
-