Skip to content
Snippets Groups Projects
CHANGES.rst 1019 B
Newer Older
FORCE BDSS Changelog
--------------------

Release 0.3.0
-------------

Backward incompatible changes that require rework of the plugins:

Stefano Borini's avatar
Stefano Borini committed
- Design change of the notification infrastructure in MCO (#187):
    - the started and finished events do not need to be triggered anymore.
    - the new_data method is now obsolete and must be removed.
    - the notify_new_point() method must be called to inform of a new optimal
      point found. The routine accepts list of DataValue objects, not plain
      floats as before. The weights must also be passed.
    - A more generic notify() method is available to send arbitrary events
      (currently only MCOProgressEvent)

Stefano Borini's avatar
Stefano Borini committed
- Installation now requires two separate steps to build the environment
  and to install the BDSS (#180)
Stefano Borini's avatar
Stefano Borini committed
- Removed support for python2 (#179)
Release 0.2.0
-------------

- Development of infrastructure to support ITWM example code.

Release 0.1.0
-------------

- Initial release. Implements basic functionality of the BDSS and its plugin system.