Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
eviatarbach committed Sep 2, 2020
1 parent baa220c commit 226d17b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

2020.09 (2020-09-02)
--------------------

* Incorporating sweep_id into SequentialNamer (thanks to danielphili)

2020.02 (2020-02-17)
--------------------

Expand Down
13 changes: 9 additions & 4 deletions parasweep.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: parasweep
Version: 2020.2
Version: 2020.9
Summary: Utility for facilitating parallel parameter sweeps.
Home-page: https://github.com/eviatarbach/parasweep
Author: Eviatar Bach
Expand All @@ -26,7 +26,7 @@ Description: =========
high-performance computing job schedulers. Post-processing is facilitated by
providing a mapping between the parameter sets and the simulations.

The following paper gives a description as well as a simple example to get started: https://arxiv.org/pdf/1905.03448.pdf
**The following paper gives a description as well as a simple example to get started: https://arxiv.org/pdf/1905.03448.pdf. Please cite it if you find parasweep useful for your project!**

* Free software: MIT license
* Documentation: http://www.parasweep.io
Expand All @@ -45,7 +45,7 @@ Description: =========
Credits
-------

Developed by `Eviatar Bach <http://eviatarbach.com/>`_ <[email protected]>.
Developed by `Eviatar Bach <http://eviatarbach.com/>`_ <[email protected]>. Special thanks to Daniel Philipps (danielphili) for a bug fix and feature suggestion.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

Expand All @@ -57,6 +57,11 @@ Description: =========
History
=======

2020.09 (2020-09-02)
--------------------

* Incorporating sweep_id into SequentialNamer (thanks to danielphili)

2020.02 (2020-02-17)
--------------------

Expand Down Expand Up @@ -97,5 +102,5 @@ Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: Mako templates
Provides-Extra: DRMAA support
Provides-Extra: Mako templates
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
tests_require=test_requirements,
extras_require={'DRMAA support': ['drmaa'], 'Mako templates': ['mako']},
url='https://github.com/eviatarbach/parasweep',
version='2020.02',
version='2020.09',
zip_safe=False,
)

0 comments on commit 226d17b

Please sign in to comment.