Releases: NC3-LU/PyMOSP
Releases · NC3-LU/PyMOSP
Release 0.5.2
- updated minimum Python requirements (3.9 minimum, tested with Python 3.12);
- Get MOSP instance URL from environment variable;
- update tests with pytest and dependencies.
Release 0.5.0
New
- [object] it is now possible to delete an object from a MOSP instance with the API. [Cédric Bonhomme]
Changes
- [dependencies] Updated Python dependencies. [Cédric Bonhomme]
- [tests] rename a test name. [Cédric Bonhomme]
- Get MOSP instance URL from environment variable. [Cédric Bonhomme]
- [workflow] Updated GitHub workflow. [Cédric Bonhomme]
- [tests] enable test_create_object. [Cédric Bonhomme]
- [tests] tests are now using the test instance of MOSP. [Cédric Bonhomme]
Fix
- [typing] delete_object returns the id of the deleted object. [Cédric Bonhomme]
- Fixed an issue when creating new objects. [Cédric Bonhomme]
- [workflow] Updated GitHub workflow. [Cédric Bonhomme]
Release 0.4.3
Changes
- [dependencies] Updated request and mypy. [Cédric Bonhomme]
- Cosmethic changes. [Cédric Bonhomme]
- Fixed conflict in AUTHORS.md file. [Cédric Bonhomme]
- Minor changes in README file. [Cédric Bonhomme]
Fix
- [tests] fixed key name of the result. [Cédric Bonhomme]
- Removed useless import and fixed duplicate value in mospobject.py.
[Cédric Bonhomme]
Other
- Merge branch 'master' of github.com:CASES-LU/PyMOSP. [Cédric Bonhomme]
- PEP 561 -- Distributing and Packaging Type Information. [Cédric
Bonhomme]
Release 0.4.2
Changes
- [core] Python requirement set to >=3.8,<4.0. [Cédric Bonhomme]
Release 0.4.1
Fix
- [documentation] fix the documentation in the README.
#HowToFuckUpARelease. [Cédric Bonhomme]
Other
- Updated README. [Cédric Bonhomme]
Release 0.4.0
New
- [command line] It is now possible to use PyMOSP as a command line
tool. Only for listing objects for the moment. [Cédric Bonhomme] - [objects] Added creation of objects and some tests. [Cédric Bonhomme]
- [tests] added files for the future tests on JSON schemas. [Cédric
Bonhomme]
Changes
- [release] Bumped version number. [Cédric Bonhomme]
- [tests] Lint with Flake8. [Cédric Bonhomme]
- [tests] added test on get objects with uuid and language. [Cédric
Bonhomme] - Updated .gitgignore to ignore .python-version file. [Cédric Bonhomme]
Fix
- Typo. [Cédric Bonhomme]
- [documentation] Fixed example file. [Cédric Bonhomme]
- [type] Fixed type of result of objects() and add_objects() function.
[Cédric Bonhomme]
Other
- Updated chagenlog. [Cédric Bonhomme]
- Updated chagenlog. [Cédric Bonhomme]
- Updated README and pyproject.toml. [Cédric Bonhomme]
- Fixed bad format of link in README. [Cédric Bonhomme]
- Replaced str by map when joining Python version number. [Cédric
Bonhomme] - Removed useless file. [Cédric Bonhomme]
Release 0.3.0
- PyMOSP is now using the API v2 of MOSP;
' simple tests are included.