SHA256
1
0
forked from pool/python-cma

Accepting request 1055966 from devel:languages:python:numeric

- update to r3.2.2:
  * Smallish fixes and improvements and a constraints use case notebook.
  * fixes plot of principal axes which were shown squared by mistake
- update to r3.2.0:
  * constraints handling via a dynamic unconstrained function instantiated
    from cma.ConstrainedFitnessAL.
  * many small improvements and fixes
- update to r3.1.0:
  * fix return value of fmin_con and make it more usable, added attribute
    best_feasible
  * polish evolution_strategy.py
  * fix a few smallish bugs

OBS-URL: https://build.opensuse.org/request/show/1055966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cma?expand=0&rev=3
This commit is contained in:
2023-01-04 19:18:35 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d0fa84cff3eb0b743e7b4d75a876e37561c1da337655cca7219c7a1eb5f12af
size 219969

3
cma-3.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b4e7ac37c27dce32c18bbfe2653c7378d27609d5a47f9fbf494d4d56fdc9db1
size 538458

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jan 4 16:50:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to r3.2.2:
* Smallish fixes and improvements and a constraints use case notebook.
* fixes plot of principal axes which were shown squared by mistake
- update to r3.2.0:
* constraints handling via a dynamic unconstrained function instantiated
from cma.ConstrainedFitnessAL.
* many small improvements and fixes
- update to r3.1.0:
* fix return value of fmin_con and make it more usable, added attribute
best_feasible
* polish evolution_strategy.py
* fix a few smallish bugs
-------------------------------------------------------------------
Fri Apr 16 11:30:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cma
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2020 Christoph Junghans
#
# All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
# No numpy on 3.6
%define skip_python36 1
Name: python-cma
Version: 3.0.3
Version: 3.2.2
Release: 0
Summary: Covariance Matrix Adaptation Evolution Strategy numerical optimizer
License: BSD-3-Clause