Skip to content

Commit ed23f62

Browse files
committed
Updated version number and documentation. Bugfix for auto-detecting restart (avoid warning)
1 parent 3d9674b commit ed23f62

File tree

101 files changed

+22058
-2145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+22058
-2145
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Additionally, the following python packages should be installed (these will be i
5757
* SciPy 0.18 or higher (http://www.scipy.org/)
5858
* Pandas 0.17 or higher (http://pandas.pydata.org/)
5959

60+
**Optional package:** Py-BOBYQA versions 1.2 and higher also support the `trustregion <https://github.com/lindonroberts/trust-region>`_ package for fast trust-region subproblem solutions. To install this, make sure you have a Fortran compiler (e.g. `gfortran <https://gcc.gnu.org/wiki/GFortran>`_) and NumPy installed, then run :code:`pip install trustregion`. You do not have to have trustregion installed for Py-BOBYQA to work, and it is not installed by default.
61+
6062
Installation using pip
6163
----------------------
6264
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root:

docs/build/doctrees/advanced.doctree

54.8 KB
Binary file not shown.
21 KB
Binary file not shown.
30 KB
Binary file not shown.

docs/build/doctrees/history.doctree

12.4 KB
Binary file not shown.

docs/build/doctrees/index.doctree

17.9 KB
Binary file not shown.

docs/build/doctrees/info.doctree

21.4 KB
Binary file not shown.

docs/build/doctrees/install.doctree

17.8 KB
Binary file not shown.

docs/build/doctrees/userguide.doctree

85.9 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d43f685d9691e4e32916b1166fef01dd
3+
config: 2f9ae8a9ee55c554092f8148691bface
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)