Pybnb Versions Save

A parallel branch-and-bound engine for Python. (https://pybnb.readthedocs.io/)

0.6.2

4 years ago

This is a minor release for tagging explicit support of Python 3.8 on PyPI.

0.6.1

5 years ago

This is a minor release that includes changes that improve log formatting.

0.6.0

5 years ago

This is a major release that changes default optimality and tolerance settings to make solver behavior more intuitive. It also includes a new option for reducing dispatcher overhead for non-default queue strategies.

0.5.2

5 years ago

This is a minor release that adds a configuration option to enable compression and fixes a serialization issues when the bound or objective Problem methods return NumPy scalar types.

0.5.1

5 years ago

This is a minor release that includes some improvements to the documentation as well as fixes for some edge case behavior for unbounded problems.

0.5.0

5 years ago

This is a major release that includes some backward incompatible changes. Major changes include:

  • automatically saving the best node (rather than just the best objective)
  • changing the signature of the branch method so that it has more clear semantics
  • removing / renaming some of the optional problem callbacks
  • adding built-in support for nested solver implementations

0.4.0

5 years ago

This is a major release that includes backward incompatible changes to how node serialization works.

0.3.0

5 years ago

This is a major release that includes some backward incompatible changes. Major changes include

  • renaming of a few solver options
  • addition of options for early termination of a solve
  • new queue management strategies
  • improvements to the online documentation

0.2.9

5 years ago

This minor release tags the project with explicit support for Python 3.7 on PyPI.

0.2.8

5 years ago

This minor release includes changes that improve compatibility with future changes in Python.