Releases: jrxFive/python-nomad
Releases · jrxFive/python-nomad
2.0.1
What's Changed
- update parameters in
Job
functions by @IgnacioHeredia in #153 - Fix nodes API filter by @bernardoVale in #162
- Fix errror in "Namespace" docs by @freebacca in #161
- Only read env variables on init by @atwam in #157
- include event api docs by @j-aub in #160
- Bump black from 22.12.0 to 24.3.0 by @dependabot in #163
- add release workflow by @nikita-b in #156
- Prepare 2.0.1 release by @nikita-b in #164
New Contributors
- @IgnacioHeredia made their first contribution in #153
- @bernardoVale made their first contribution in #162
- @freebacca made their first contribution in #161
- @atwam made their first contribution in #157
- @j-aub made their first contribution in #160
Full Changelog: 2.0.0...2.0.1
2.0.0
BREAKING CHANGES:
- Drop Python 2 and Python 3.6 support
- Rename
id
arguments toid_
across of code base - Rename
type
arguments totype_
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
- @Kamilcuk made their first contribution in #144
- @elnerd made their first contribution in #147
- @scor2k made their first contribution in #148
Full Changelog: 1.5.0...2.0.0
python-nomad-1.5.0
- Add namespace agrument support for
get_allocations
andget_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
Fix import error on events. Python2.7 queue import is with capital 'Q'
python-nomad-1.4.0
Add support for Event Stream, #122
python-nomad-1.3.0
python-nomad-1.2.1
##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
Improvements
- dunder str support for Exceptions, thanks @SlipJ!
- Environment Variable support for
NOMAD_CLIENT_CERT
andNOMAD_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
- ACL thanks @automaticgiant!
- Drain missing parameter, thanks @commarla!
- Proper routing to allocations, thanks @rvilim!
- Job API documentation, thanks @atillamas!
python-nomad-1.1.0
Add prefix support for:
- jobs
- nodes
- allocations
- evaluations
- namespaces
python-nomad-1.0.2
Fixes #81 - Thanks to @i4s-pserrano for reporting and fixing!