Skip to content

Releases: eheien/pymw

PyMW Release v0.4.1

03 Dec 18:48
Compare
Choose a tag to compare
  • Moved repository to GitHub
  • Bug fixes by David Narvaez

PyMW Release v0.4.0

03 Dec 18:43
Compare
Choose a tag to compare
  • Added support for Python 3.0 (tested with Python 3.1)
  • Added Ganga interface (contributed by Wayne San)
  • Added helper methods to simplify application setup
  • Changed MPI interface to use mpi4py rather than pympi.
  • Various bug fixes.

PyMW Release v0.3.0

03 Dec 18:42
Compare
Choose a tag to compare
  • Added MapReduce class for use with PyMW.
  • Added interface for performing simulations.
  • Added worker-task matching functionality.
  • Added support for file attachments to tasks.
  • Added traceback for worker exceptions.
  • Simplified interface design and function.
  • BOINC interface changes
    • Added native worker for launching scripts in Windows.
    • Added support for custom, cross-platform workers.
    • Removed old pymw_setup script (automatic now).
    • Added attributes to customize BOINC work units.
    • Updated to use the new structure for BOINC Python library.

PyMW Release v0.2.0

03 Dec 18:39
Compare
Choose a tag to compare
  • Added support for computing in Condor grids.
  • Added more efficient communication for multicore interface.
  • Added support for calling Python functions instead of only scripts.
  • Improved error handling, standard I/O support.

PyMW Release v0.1.0

03 Dec 18:34
Compare
Choose a tag to compare
  • Initial release
  • Supports master-worker style parallel computing on multicore processors, MPI clusters and BOINC.