Skip to content

Releases: jrxFive/python-nomad

2.0.1

23 Apr 20:18
17df294
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

26 May 15:54
2b02b70
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Drop Python 2 and Python 3.6 support
  • Rename id arguments to id_ across of code base
  • Rename type arguments to type_ across of code base

Other changes:

  • Add more missing parameters to allocations.get_allocations()
  • Up requests lib version to 2.23.1
  • Add missing parameters to allocations.get_allocations and jobs.get_jobs (#144). Thanks @Kamilcuk
  • Add option for custom user agent (#150)
  • Add missing parameters to nodes.get_nodes (#152).

New Contributors

Full Changelog: 1.5.0...2.0.0

python-nomad-1.5.0

29 Nov 12:23
1463307
Compare
Choose a tag to compare
  • Add namespace agrument support for get_allocations and get_deployments endpoints (#133)
  • Add Python 3.10 support (#133)
  • Add support for pre-populated Sessions (#132)
  • Add scaling policy endpoint (#136)
  • Drop Python 3.5 support
  • Up requests lib version
  • Add support for /var and /vars endpoints (#141)
  • Add support for /search endpoint (#134)

python-nomad-1.4.1

03 Sep 20:32
768c57e
Compare
Choose a tag to compare

Fix import error on events. Python2.7 queue import is with capital 'Q'

python-nomad-1.4.0

03 Sep 20:08
f6dcba8
Compare
Choose a tag to compare

Add support for Event Stream, #122

python-nomad-1.3.0

31 Aug 17:04
e57f668
Compare
Choose a tag to compare

Fixes:

python-nomad-1.2.1

01 Apr 12:59
c758391
Compare
Choose a tag to compare

##Bug Fix

  • #107, str for BaseNomadException causing exception to be raised when nomad_resp is not a requests.Response object.

python-nomad-1.2.0

29 Mar 15:07
e038c68
Compare
Choose a tag to compare

Improvements

  • dunder str support for Exceptions, thanks @SlipJ!
  • Environment Variable support for NOMAD_CLIENT_CERT and NOMAD_CLIENT_KEY, thanks @erhlee-bird!
  • additional namespace checks for (acl, client, node), thanks @sherrman!

Bug Fixes

  • Pass exception error to nomad.api.exceptions.BaseNomadException, thanks @damoxc!

Documentation

python-nomad-1.1.0

29 Nov 01:48
03557e3
Compare
Choose a tag to compare

Add prefix support for:

  • jobs
  • nodes
  • allocations
  • evaluations
  • namespaces

python-nomad-1.0.2

09 Nov 16:36
c3eb383
Compare
Choose a tag to compare

Fixes #81 - Thanks to @i4s-pserrano for reporting and fixing!