Releases: SpiNNakerManchester/spalloc
Releases · SpiNNakerManchester/spalloc
Release 7.0.0
Get this release from PyPI.
pip install spalloc 1!7.0.0
Note that this is likely to be the final ever release of this project. The equivalent of its functionality going forward is an integrated part of SpiNNMan.
Key Changes
- The range of supported Python versions has changed; we now support (and test with) Python 3.8 – 3.11.
- We have changed the software license from GPL v3 to Apache v2.
What's Changed
- Use normal dict rather than ordered dict by @Christian-B in #63
- Remove 3.6 by @andrewgait in #67
- Python3.11 with no Rig by @Christian-B in #68
- Support python 3.11 by @Christian-B in #69
- Server rewrite adaptation by @dkfellows in #62
- Fixed broad-exception-raised by @Christian-B in #72
- Apache 2 and First dates by @Christian-B in #74
- Appdirs from spiNNUtilities by @Christian-B in #75
- Citation plus by @Christian-B in #76
- Handle DeprecationWarning warnings by @Christian-B in #73
- Add entry points back in by @rowleya in #80
- Osi approved apache software license by @Christian-B in #81
- Remove 3.7 testing by @Christian-B in #83
Full Changelog: 6.0.0...7.0.0
Release 6.0.0
Get this release from PyPI.
pip install spalloc 1!6.0.0
Note: This is the version after 2.0.0
Number changed to match other spinnaker repositories
Release 5.1.0
Get this release from PyPI.
pip install spalloc 2.1.0
This is a minor release that fixes a number of bugs. (Note that this is using an old numbering scheme for now.)
Relase 2.0.0
August 9 2019
1.0.0
version_bump
v0.2.6
Changed GitHub organisation to SpiNNakerManchester.
v0.2.5
Bugfix: Convert times received from the spalloc_server as UTC and convert into the local timezone when printing. NB: Spalloc server prior to v0.5.1 would send out timestamps according to the local timezone which may not be UTC. As for v0.5.1. the server now sends UTC timestamps regardless of its local timezone.
v0.2.4
Bugfix: The "Job" object keepalive thread now really is a daemon (not a deamon...)
v0.2.3
Bugfix release: adds the previously missing 'enum-compat' dependency to the spalloc package.
v0.2.2
Fixes table rendering on Python 2.