Skip to content

Commit

Permalink
Increment version to 0.6.2-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDacre committed Mar 7, 2018
1 parent 53c046c commit b8950de
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -20,7 +20,7 @@ https://github.com/MikeDacre/fyrd
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.2a1 |
| Version | 0.6.2b1 |
+---------+----------------------------------------------------+


Expand Down Expand Up @@ -238,7 +238,7 @@ like this::
Author Michael D Dacre <mike.dacre@gmail.com>
Organization Stanford University
License MIT License, use as you wish
Version 0.6.2-beta2
Version 0.6.2-beta1
============ ======================================

positional arguments:
Expand Down
Binary file modified docs/fyrd_manual.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/sphinx/changelog.rst
@@ -1,6 +1,11 @@
Change Log
==========

Version 0.6.211
---------------

This version adds bugfixes and stability over version 0.6.2a1.

Version 0.6.2a1
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/index.rst
Expand Up @@ -8,7 +8,7 @@ Python job submission on torque and slurm clusters with dependency tracking.
+---------+----------------------------------------------------+
| License | MIT License, property of Stanford, use as you wish |
+---------+----------------------------------------------------+
| Version | 0.6.2a1 |
| Version | 0.6.2b1 |
+---------+----------------------------------------------------+

.. only:: html
Expand Down
1 change: 0 additions & 1 deletion docs/sphinx/keyword_list.rst
Expand Up @@ -11,7 +11,6 @@
outfile
errfile
imports
threads
nodes
features
qos
Expand Down
12 changes: 2 additions & 10 deletions docs/sphinx/keyword_table.rst
Expand Up @@ -41,16 +41,6 @@ Func: Used for function calls
+----------+-----------------------------------------------------+--------+-----------+


Local: Used only in local mode
------------------------------

+----------+-----------------------------------------------+--------+-----------+
| Option | Description | Type | Default |
+==========+===============================================+========+===========+
| threads | Number of threads to use on the local machine | int | 4 |
+----------+-----------------------------------------------+--------+-----------+


Cluster: Options that work in both slurm and torque
---------------------------------------------------

Expand Down Expand Up @@ -107,6 +97,8 @@ Synonyms
+----------------+---------------+
| cpus | cores |
+----------------+---------------+
| threads | cores |
+----------------+---------------+
| walltime | time |
+----------------+---------------+
| delete_files | clean_files |
Expand Down
1 change: 1 addition & 0 deletions fyrd/helpers.py
Expand Up @@ -56,6 +56,7 @@ def jobify(name=None, profile=None, qtype=None, submit=True, **kwds):
Usage:
.. code:: python
@fyrd.jobify(name='my_job', profile='small', mem='8GB',
time='00:10:00', imports=['from time import sleep'])
def do_something(file_path, iteration_count=24):
Expand Down

0 comments on commit b8950de

Please sign in to comment.