Commit Graph

39 Commits (1.0.0)

Author SHA1 Message Date
J. Fernando Sánchez c4321dc500 Update schema examples 5 years ago
J. Fernando Sánchez 45421f4613 Small tweaks in docs 5 years ago
J. Fernando Sánchez a20252e4bd Update docs + notebooks 5 years ago
J. Fernando Sánchez 8a516d927e Multiple changes in the API, schemas and UI
Check out the CHANGELOG.md file for more information
5 years ago
J. Fernando Sánchez 4ba30304a4 New schema for parameters
* Improve extra requirement handling
* New mechanism to handle parameters beforehand in chained
  calls, and the ability to get help on available parameters in chained
  calls (through `?help`).
* Redefined Analysis, to reflect the new ontology
* Add parameters as an entity in the schema
* Update examples to include analyses and parameters
* Add processing plugins, with an interface similar to analysis plugins
* Update tests
* Avoid duplication in split plugin

Closes #51

Squashed commit of the following:

commit d145a852e7
commit 6a1069780b
commit ca69bddc17
commit aa35e62a27
5 years ago
Carlos A. Iglesias 7a188586c5
Update vocabularies.rst 6 years ago
Carlos A. Iglesias b768b215c5
Update vocabularies.rst 6 years ago
Carlos A. Iglesias d1f1b9a15a
Update vocabularies.rst 6 years ago
Carlos A. Iglesias 52a0f3f4c8
Update senpy.rst 6 years ago
J. Fernando Sánchez 1087692de2 Add sklearn
* Add sklearn example
* Fix test_case
* Add SenpyClientUse docs

a.k.a. The wise men edition
6 years ago
J. Fernando Sánchez 21a5a3f201 Macro commit
* Fixed Options for extra_params in UI
* Enhanced meta-programming for models
* Plugins can be imported from a python file if they're named
`senpy_<whatever>.py>` (no need for `.senpy` anymore!)
* Add docstings and tests to most plugins
* Read plugin description from the docstring
* Refactor code to get rid of unnecessary `.senpy`s
* Load models, plugins and utils into the main namespace (see __init__.py)
* Enhanced plugin development/experience with utils (easy_test, easy_serve)
* Fix bug in check_template that wouldn't check objects
* Make model defaults a private variable
* Add option to list loaded plugins in CLI
* Update docs
6 years ago
J. Fernando Sánchez b6f00385ab Fixed test for failed validation
Note that the schema currently supports both string and object analysis in the
"analysis" field of a result.
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
militarpancho 5bab9a6a02 #34. Fixed some errors from plugins examples 7 years ago
militarpancho 69ac95bb08 Added example plugin in docs. #34 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
J. Fernando Sánchez eababcadb0 Analysis as strings or objects in results
Closes #25
7 years ago
J. Fernando Sánchez e35e810ede Rephrase info on demo plugins
Closes #20
7 years ago
militarpancho d5ddcb8d3f Change repository url 7 years ago
militarpancho 54c0c9c437 demo doc changed 7 years ago
J. Fernando Sánchez 548cb4c9ba Doc changes
* Alabaster theme
* Restructured
* Simplified introduction
* Reference to entries/models
* Fixed examples
7 years ago
militarpancho 8b2c3e8d40 Update readthedocs. Mainly Api and What is senpy section 7 years ago
J. Fernando Sánchez 62ddca79ac Fixed conversion docs 7 years ago
J. Fernando Sánchez a0ff528a4b Improved docs and client
* Client now raises an exception on error
* Added conversion to the documentation
7 years ago
J. Fernando Sánchez 9f6a6f5ecd Loads of changes!
* 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
7 years ago
J. Fernando Sánchez db30257373 Flake8, Semver, Pre-commit
* 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
7 years ago
J. Fernando Sánchez b543a4614e Improved schema validation
* Added debug Dockerfile/Makefile
* Validation of examples in docs
7 years ago
J. Fernando Sánchez 7205a0e7b2 Moved to gsiupm
* Updated sphinx docs to include schemas and version
* Added docker push to makefile
8 years ago
J. Fernando Sánchez 5e36c71fa7 Merge branch 'master' of github.com:gsi-upm/senpy 8 years ago
NachoCP bf30c04a52 Updated readthedocs 8 years ago
J. Fernando Sánchez bb1b4d3266 Added analyse to the docs 8 years ago
J. Fernando Sánchez 45838e7e98 Wording :) 9 years ago
J. Fernando Sánchez 79d6b6f67f Added plugins FAQ to the docs 9 years ago
J. Fernando Sánchez 7de5b41340 Started readthedocs and improved README 9 years ago
J. Fernando Sánchez 09d9143a82 Added docs 9 years ago