Skip to content

Commit

Permalink
towards 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Gerber committed Jun 10, 2020
1 parent 774d436 commit 32f2883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ o1 = minimize_parallel(fun=f, x0=x0, args=.5, parallel={'loginfo': True})
print(o1.loginfo)
```

More examples are given in [example.py](https://github.com/florafauna/optimParallel-python/blob/master/example.py) and [example_extended.ipynb](https://github.com/florafauna/optimParallel-python/blob/master/example_extended.ipynb)
More examples are given in [example.py](https://github.com/florafauna/optimParallel-python/blob/master/example.py) and [example_extended.ipynb](https://github.com/florafauna/optimParallel-python/blob/master/example_extended.ipynb).

**Note for Windows users**: It may be necessary to run `minimize_parallel()` in the main scope. See [example_windows_os.py](https://github.com/florafauna/optimParallel-python/blob/master/example_windows_os.py).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="optimparallel",
version="0.0.5",
version="0.0.6",
description="A parallel version of the L-BFGS-B optimizer of scipy.optimize.minimize().",
py_modules=["optimparallel"],
package_dir={"": "src"},
Expand Down

0 comments on commit 32f2883

Please sign in to comment.