- 28 Mar, 2017 1 commit
-
-
militarpancho authored
-
- 14 Mar, 2017 3 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #18
-
J. Fernando Sánchez authored
Closes #17
-
- 13 Mar, 2017 1 commit
-
-
J. Fernando Sánchez authored
Closes #15
-
- 08 Mar, 2017 3 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #13
-
J. Fernando Sánchez authored
Closes #12 * Shows only analysis plugins by default on /api/plugins * Adds a plugin_type parameter to get other types of plugins * default_plugin chosen from analysis plugins
-
- 02 Mar, 2017 1 commit
-
-
drevicko authored
pip install needs the VERSION file - `make version` will create that file I also added the -U flag to pip install to force install (this is important if the user is playing with the code or trying out different older versions, as pip will not install if it thinks the git repo represents a version already installed or older than the one installed)
-
- 01 Mar, 2017 6 commits
-
-
J. Fernando Sánchez authored
Installing depends on the VERSION file, so it raies an error if it is installed in some other way. ReadTheDocs installs the package so it can generate code docs. This commit adds a default version 0.0
-
J. Fernando Sánchez authored
Since __init__ is imported by setup.py, future may not be installed yet. Other options would be: * Read VERSION -> and that code has to be duplicated in setup.py and senpy (to avoid the import, once again) * Eval version.py * Do without versioning :)
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Doing docker push without a tag makes the client upload **ALL** the images it has for that repo.
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Should fix #11
-
- 28 Feb, 2017 5 commits
-
-
J. Fernando Sánchez authored
* Client now raises an exception on error * Added conversion to the documentation
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
* Changed the way modules are imported -> we can now use dotted notation (e.g. senpy.plugins.conversion.centroids) * Refactored ekman2vad's plugin -> generic centroids * Added some basic tests
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
- 27 Feb, 2017 10 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Am I a complete moron?
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
* Docker all the things! * Make all the things! * Fixed version.sh
-
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
-
- 17 Feb, 2017 3 commits
-
-
J. Fernando Sánchez authored
Use git to automatically fetch the version
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
* Added interactive debugging * Better exception logging * More tests for errors * Added ONBUILD to dockerfile Now creating new images based on senpy's is as easy as: ```from senpy:<version>```. This will automatically mount the code to /senpy-plugins and install all dependencies * Added /data as a VOLUME * Added `--use-wheel` to pip install both on the image and in the auto-install function. * Closes #9 Break compatibilitity: * Removed ability to (de)activate plugins through the web
-
- 13 Feb, 2017 7 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-