What’s new#
Version 0.1.4 (30/10/2024)#
Improved example Using moocore with Pandas to work in Pandas version >= 2.
Changed behavior of
apply_within_sets()
. The previous behavior could lead to subtle bugs.
Version 0.1.3 (28/10/2024)#
New:
Hypervolume
: Object-oriented API for hypervolume indicator.New:
apply_within_sets()
: Utility function to apply operations to individual datasets.New:
is_nondominated_within_sets()
: Utility function to identify nondominated points within sets.New example using
pandas.DataFrame
in Using moocore with Pandas.Fix bug in
normalise()
when the input ispandas.DataFrame
or some other non-contiguous array.
Version 0.1.2 (18/09/2024)#
New:
hv_approx()
Documentation improvements.
New gallery examples.