Skip to content

Commit

Permalink
Added beta warning to README and updated version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDacre committed Jul 16, 2016
1 parent 50da07b commit 8ff8a8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file modified PythonCluster.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Submit jobs to slurm or torque, or with multiprocessing.
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.1 |
| Version | 0.6.1b |
+---------+----------------------------------------------------+

Allows simple job submission with *dependency tracking and queue waiting* with
Expand All @@ -21,6 +21,11 @@ techiques to avoid overwhelming the queue and to catch bugs on the fly.
For complete documentation see `the documentation site <https://mikedacre.github.io/python-cluster>`_
and the `PythonCluster.pdf <PythonCluster.pdf>`_ document in this repository.

NOTE: This software is still in beta, the scripts in bin/ do not all function
properly and the software has not been fully tested on slurm systems. Please
report any problems to the github issues page. Version 0.6.2 will resolve all
of these outstanding bugs.

.. contents:: **Contents**

Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Submit jobs to slurm or torque, or with multiprocessing.
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.1 |
| Version | 0.6.1b |
+---------+----------------------------------------------------+

Allows easy job submission with *dependency tracking and queue waiting* with
Expand Down

0 comments on commit 8ff8a8e

Please sign in to comment.