Fyrd Buildkite build state for version master Fyrd Travis CI tests for the master version Codacy Project Grade Fyrd master Manual PyPI version image Fyrd Version master Requirements Status

Releases

Addition information is available at the GitHub releases page.

v0.6.2-beta.1

06 Mar 2018

GitHub Release: v0.6.2-beta.1
Documentation: Read The Docs Manual

This version brings a major overhaul to the structure of the code, while leaving the API mostly intact. Importantly, it fixes the issue that resulted in the local mode not using 100% of CPU power.

Major Changes

Minor Changes

Downloads

v0.6.1b9

03 Aug 2017

GitHub Release: v0.6.1b9
Documentation: Read The Docs Manual

This fixes several bugs in documentation and packaging but makes no changes to the code.

Downloads

v0.6.1-beta.8

03 Aug 2017

GitHub Release: v0.6.1-beta.8
Documentation: Read The Docs Manual

I decided to put fyrd on PyPI so that it can now be installed directly with pip. This required a few changes to the documentation and setup.py though, so this release just bundles all of those changes to make v0.6.1-beta.8 consistent between PyPI and github.

Downloads

v0.6.1-beta.7

02 Aug 2017

GitHub Release: v0.6.1-beta.7
Documentation: Read The Docs Manual

I have not had much time to work on fyrd in the last few months, so this release represents fairly minor fixes.

read more

Downloads

v0.6.1-beta.6

14 Nov 2016

GitHub Release: v0.6.1-beta.6
Documentation: Read The Docs Manual

All scripts that used to be in bin/ have been moved into a single entry-point script called fyrd and are managed as subcommands instead of as separate scripts.

Scripts with the same name of those previously in bin/ still remiain, but they have thus all been converted to shell scripts that are simple aliases of the relevant fyrd subcommands.

read more

Downloads

v0.6.1-beta.5

02 Nov 2016

GitHub Release: v0.6.1-beta.5
Documentation: Read The Docs Manual

This version represents a large API break and a significant step towards making fyrd more similar to the multiprocessing library.

The largest change in this version is that way the Job objects return outputs. Previously, Job.get() would return (exitcode, stdout, stderr), now it just returns the output, which is either the function return value, or the contents of STDOUT.

read more

Downloads