Releases: project-rig/rig
Releases · project-rig/rig
v0.4.0
* Improves SCP performance. * Adds infrastructure for SCP windowing support (not fully supported by SARK v133 and thus not enabled yet) * Move the Simulated Annealing algorithm's output to the DEBUG info channel. * Adds (temporary) work-around for routing-table entry removal bug in SARK v133
v0.3.1
v0.3.0
* Adds Simulated Annealing based placement as replaces the Hilbert placer as the default placement algorithm. * count_cores_in_state now accepts an iterable of states to count * The `Links` enumeration now has an `opposite` property which gives the link going in the opposite direction.
v0.2.3
v0.2.2
v0.2.1
* Fixes version number inconsistencies in documentation. * Adds --version and -V to command line utilities * Adds rig.__version__ variable.
v0.2.0
v0.1.5
v0.1.4
v0.1.3: - Removes Python 3.3 support
- Removes Python 3.3 support
- Improves read and write performance, along with general IO improvements
- Fixes packing issues
- Moves tests into their own directory