Commit Graph

389 Commits (1.0.0)
 

Author SHA1 Message Date
militarpancho 7fd16a17fb Use the exported values to generate the form in the playground Issue #42 7 years ago
militarpancho 7547fc49af Change params dict structure. #42 7 years ago
militarpancho 7f44f9e85d Fix changes in blueprints api for showing help 7 years ago
militarpancho aaad5e8f2b Add 'help' as a parameter to the API, with two options: "true" and "false". It is false by default.
Modify all the /api blueprint to export the list of available params
7 years ago
J. Fernando Sánchez 9bea267f52 Fixed makefile error
Tests were run in the image of the latest senpy, but it did not mount
the current code.
7 years ago
J. Fernando Sánchez 4d7e8e7589 Added tests for all "discoverable" plugins
Closes #39
7 years ago
J. Fernando Sánchez 8e4578dc25 Closes #40 7 years ago
J. Fernando Sánchez 24c97256e8 Added serialization of sets 7 years ago
J. Fernando Sánchez 312e7f7f12 Avoid python temporary files in pip tests 7 years ago
J. Fernando Sánchez c555b9547e Non-interactive pip test 7 years ago
J. Fernando Sánchez 991ade8f4d Make sdist non-interactive non-tty 7 years ago
J. Fernando Sánchez 1104e816cb Push pip for tags without a preceding v 7 years ago
J. Fernando Sánchez c19d03b41d Added SSH access to github fetch 7 years ago
J. Fernando Sánchez 42c9068991 Add pull policy to k8s deployment
* Add git fetch to (try to) fix github push from gitlab
7 years ago
J. Fernando Sánchez 96843827bd Removed __main__ from test coverage reports 7 years ago
J. Fernando Sánchez d76e4618fe Removed python 3.4 from travis versions 7 years ago
J. Fernando Sánchez c9bc485535 Merge branch '36-estimate-vad' 7 years ago
J. Fernando Sánchez 6d7575bbcd Merge branch '35-timeout-and-blocking-requests' 7 years ago
J. Fernando Sánchez 852bcc72ba Better centroid conversion
Also added **simple** tests for backward and forward conversion.
In future versions we should add thorough tests.

Should close gsi-upm/senpy#31
7 years ago
J. Fernando Sánchez bf5ed1bd7d Merge remote-tracking branch 'drevicko/patch-6' 7 years ago
J. Fernando Sánchez 00da75153a Change conversion to Euclidean distance
* Added neutral point (if present)

Closes !gsi-upm/senpy#37 (Ian's)
7 years ago
J. Fernando Sánchez fa082e11e7 Use flask's server by default
Using this server in production is discouraged, but to implement a
proper asynchronous server with tornado/gevent every blocking call would
have to be converted to a non-blocking call.

Failing to do so causes deadlocks like senpy/senpy#35

For now, it is easier to just use the default server.
7 years ago
J. Fernando Sánchez 6331d31b18 Merge branch '34-document-plugin-repo-creation' into 24-improve-docs
Closes #34
Closes #24
7 years ago
J. Fernando Sánchez 8ee324f566 Clearer docs 7 years ago
J. Fernando Sánchez 188c33332a Removed nbsphinx
It requires pandoc, which cannot be installed with pip.

We can either link to the nbfile or convert the file
manually/automatically:

```
nbconvert SenpyClientUse.ipynb --to rst
```
7 years ago
militarpancho 955e17eb2a Added travis, readthedocs and pypi badges 7 years ago
militarpancho 3e0f55dcff Improve docs. (Badges missing) 7 years ago
J. Fernando Sánchez 2ea01aef42 Fixed deployment IMAGENAME 7 years ago
J. Fernando Sánchez 147fd4a333 Fixed IMAGENAME 7 years ago
J. Fernando Sánchez e31bca7016 Push to dockerhub instead of private registry 7 years ago
J. Fernando Sánchez 7956d54c35 K8s deployment with limits 7 years ago
militarpancho 5bab9a6a02 #34. Fixed some errors from plugins examples 7 years ago
militarpancho 69ac95bb08 Added example plugin in docs. #34 7 years ago
drevicko 6b843a4384 fixes typo in code 7 years ago
drevicko 65d6e47513 Implements Fernando's suggestion in #31
I've added a neutral point definition (in the converters senpy file) as used in pull request #29
7 years ago
drevicko 8d56a0b630 fixes #31
I've used euclidean metric instead of taxicab as I feel it makes more sense (taxicab has bizzare unintuitive effects for points far from the centroids).
7 years ago
drevicko e7ac6e66b0 update _forward_conversion docstring + minor edits 7 years ago
J. Fernando Sánchez 0f8d1dff69 Fixed image repository 7 years ago
J. Fernando Sánchez 236183593c Hidden variables 7 years ago
J. Fernando Sánchez 7637498517 Added push to github 7 years ago
J. Fernando Sánchez 8c70433312 Added push to github 7 years ago
J. Fernando Sánchez ce83fb3981 Added k8s deployment 7 years ago
J. Fernando Sánchez 28f29d159a Merge branch 'gh-34-broken-shelf' into 0.8.x 7 years ago
J. Fernando Sánchez c803f60fd4 Merge branch 'drevicko/provide-analyse-traceback-in-log' into 0.8.x 7 years ago
J. Fernando Sánchez 12eae16e37 Merge branch 'drevicko-patch-5' into 0.8.x 7 years ago
J. Fernando Sánchez f3372c27b6 Merge branch '32-update-module-dev-environment' into 0.8.x 7 years ago
Ian Wood b6de72a143 chaged exception logging to 'exception()' in analysie() 7 years ago
J. Fernando Sánchez 0f89b92457 Fixed pickling error in py2.7 7 years ago
J. Fernando Sánchez ea91e3e4a4 Add an option to force the load of shelf plugins
Closes gsi-upm/senpy#34
7 years ago
Ian Wood f76b777b9f don't fail if shelf pickle file broken 7 years ago