Skip to content

Releases: ai4os/DEEPaaS

v2.5.1

09 Aug 10:06
Compare
Choose a tag to compare

2.5.1 (2024-08-09)

Bug Fixes

  • also serve static_path from base_path (267ab6a), closes #111
  • do not pass basePath to aiohttp_apispec (45c8452), closes #111

v2.5.0

08 Aug 11:18
Compare
Choose a tag to compare

2.5.0 (2024-08-08)

Features

  • add -dev suffix to the version when installed as dev (4d087b3)
  • add required info to help message (d710254)
  • add types to help message (6099f24)
  • allow linebreaks in help messages (2deabdb)
  • allow multiple input files (b7b1b82)
  • properly support lists and dicts in argparse (071b777)
  • support bools (6e1453d)

Bug Fixes

  • allow users to setup base_path for serving under a different prefix (39fa910), closes #111
  • change deprecated GH action (71e8230)
  • change target branch on release-please action (32b669c)
  • make description optional (7717348)
  • remove deprecated cli option (05d7f06)

v2.4.0

10 Jun 10:52
Compare
Choose a tag to compare

2.4.0 (2024-06-07)

Features

Bug Fixes

  • add runTest method due to pytest bug (15fdd08)
  • change release type version to Python (3c801e3)
  • do not use PBR to get version (93932e5), closes #153
  • remove six dependency (f0949a0), closes #164
  • update doc config and style (81066ba)
  • use a higher stacklevel on warnings (8f3362d)

Documentation

v2.3.2

23 Apr 13:37
0c1aebf
Compare
Choose a tag to compare

2.3.2 (2024-04-23)

Bug Fixes

v2.3.1

26 Mar 12:58
fa64ce7
Compare
Choose a tag to compare

2.3.1 (2024-03-26)

Miscellaneous Chores

v2.3.0

26 Mar 10:53
2a6a1f7
Compare
Choose a tag to compare

2.3.0 (2024-03-25)

Features

  • add ability to setup base path to serve the API from a custom path (6b7874a), closes #111
  • add deprecation warnings for test module (747c7a5)
  • add deprecation warnings when loading several models (eee055e), closes #129
  • add option to allow to load a single module (dce1ab5)
  • add release-please initial configuration (a9105fe), closes #134
  • change swagger URL from /ui to /api (e592cae), closes #131

Bug Fixes

2.2.0

28 Sep 15:51
Compare
Choose a tag to compare
v2.2.0

2.1.0

14 Mar 23:07
Compare
Choose a tag to compare
v2.1.0

2.0.0

08 Jun 12:06
Compare
Choose a tag to compare

New major release, with code improvements and removal of V1 API.

1.3.0

16 Sep 15:53
1.3.0
Compare
Choose a tag to compare

Include deepaas-cli a new command line tool that provides the same functionality as the API through the commandline. This is useful for execution of batch tasks in a HPC/HTC or batch system cluster.