Skip to content

Releases: SpiNNakerManchester/spalloc

Release 7.0.0

28 Sep 08:40
Compare
Choose a tag to compare

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

Full Changelog: 6.0.0...7.0.0

Release 6.0.0

12 Apr 15:26
Compare
Choose a tag to compare

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

22 Nov 11:19
Compare
Choose a tag to compare

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

12 Aug 09:38
Compare
Choose a tag to compare

August 9 2019

1.0.0

25 Sep 13:11
Compare
Choose a tag to compare
version_bump

v0.2.6

22 Aug 19:11
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
Changed GitHub organisation to SpiNNakerManchester.

v0.2.5

18 Jul 12:01
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
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

16 May 09:55
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
Bugfix: The "Job" object keepalive thread now really is a daemon (not a
deamon...)

v0.2.3

27 Apr 16:23
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
Bugfix release: adds the previously missing 'enum-compat' dependency to the
spalloc package.

v0.2.2

25 Feb 10:10
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
Fixes table rendering on Python 2.