- 12 Jun, 2017 1 commit
-
-
J. Fernando Sánchez authored
* Added neutral point (if present) Closes !gsi-upm/senpy#37 (Ian's)
-
- 29 May, 2017 3 commits
- 19 May, 2017 2 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
- 17 May, 2017 7 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
Ian Wood authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes gsi-upm/senpy#34
-
- 16 May, 2017 1 commit
-
-
Ian Wood authored
-
- 05 May, 2017 2 commits
-
-
J. Fernando Sánchez authored
Closes #32
-
J. Fernando Sánchez authored
Closes #31
-
- 10 Apr, 2017 7 commits
-
-
J. Fernando Sánchez authored
Merge branch 'patch-5' of https://github.com/drevicko/senpy into drevicko-patch-5
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
'25-validation-errors' '27-add-method-to-get-list-of-plugins' '28-fix-multiprocessing-issues'
-
J. Fernando Sánchez authored
Closes #28 for python 2. Apparently, process pools are not contexts in python 2.7. On the other hand, in py2 you cannot pickle instance methods, so you have to implement Pool tasks as independent functions.
-
J. Fernando Sánchez authored
Closes #28 Added: * Async test (still missing one that includes the IOLoop) * Async plugin under tests. To manually try async functionalities: ``` senpy -f tests/ ```
-
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 3 commits
-
-
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'
-
J. Fernando Sánchez authored
Closes #25
-
drevicko authored
-
- 04 Apr, 2017 9 commits
-
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
Closes #20
-
militarpancho authored
-
militarpancho authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
J. Fernando Sánchez authored
-
drevicko authored
In index.html, there is a suggestion to try out the api with a link to "/api". Clicking that link results in a json error report - not ideal. Instead, I added text suggesting that a use can find example api url's after clickgin "Analyse!".
-
- 03 Apr, 2017 2 commits
-
-
J. Fernando Sánchez authored
Closes #21
-
J. Fernando Sánchez authored
* Alabaster theme * Restructured * Simplified introduction * Reference to entries/models * Fixed examples
-
- 30 Mar, 2017 1 commit
-
-
J. Fernando Sánchez authored
Closes #22
-
- 28 Mar, 2017 1 commit
-
-
militarpancho authored
-
- 14 Mar, 2017 1 commit
-
-
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
-