Skip to content

v1.3.1

Compare
Choose a tag to compare
@dhadka dhadka released this 09 Sep 14:09
· 66 commits to master since this release

Restores the default_variator, default_mutator, and nondominated_cmp methods that were removed in 1.3.0, potentially breaking any code directly calling these methods. These methods are deprecated and will be removed in a future release, so we strongly recommend updating affected code.

  1. Replace default_variator(...) with PlatypusConfig.default_variator(...)
  2. Replace default_mutator(...) with PlatypusConfig.default_mutator(...)
  3. Replace nondominated_cmp with nondominated_sort_cmp