Skip to content

Releases: NC3-LU/PyMOSP

Release 0.5.2

13 Feb 07:28
v0.5.2
27c4de1
Compare
Choose a tag to compare
  • 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

20 Jan 14:07
v0.5.0
03f8542
Compare
Choose a tag to compare

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

12 Jan 11:21
v0.4.3
e7e5d9d
Compare
Choose a tag to compare

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

31 Mar 13:42
v0.4.2
c813cef
Compare
Choose a tag to compare

Changes

  • [core] Python requirement set to >=3.8,<4.0. [Cédric Bonhomme]

Release 0.4.1

30 Mar 22:23
v0.4.1
5d0803c
Compare
Choose a tag to compare

Fix

  • [documentation] fix the documentation in the README.
    #HowToFuckUpARelease. [Cédric Bonhomme]

Other

  • Updated README. [Cédric Bonhomme]

Release 0.4.0

30 Mar 22:22
v0.4.0
349a60e
Compare
Choose a tag to compare

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

26 Mar 15:06
v0.3.0
e2b14ea
Compare
Choose a tag to compare
  • PyMOSP is now using the API v2 of MOSP;
    ' simple tests are included.