From 9b8f2cf0eab30132a7d1ef0af769f83f6a94621d13f7d582caaee54c8b49737b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 14:36:12 +0000 Subject: [PATCH] - update to 3.3.0: * Diagonal decoding, fmin functions with surrogate and more. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cma?expand=0&rev=10 --- cma-3.2.2.tar.gz | 3 --- cma-3.3.0.tar.gz | 3 +++ python-cma.changes | 6 ++++++ python-cma.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cma-3.2.2.tar.gz create mode 100644 cma-3.3.0.tar.gz diff --git a/cma-3.2.2.tar.gz b/cma-3.2.2.tar.gz deleted file mode 100644 index c71f4f9..0000000 --- a/cma-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b4e7ac37c27dce32c18bbfe2653c7378d27609d5a47f9fbf494d4d56fdc9db1 -size 538458 diff --git a/cma-3.3.0.tar.gz b/cma-3.3.0.tar.gz new file mode 100644 index 0000000..17305dc --- /dev/null +++ b/cma-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a061296bfca4eb979ed471e0c5acf40fc69345c13d4522ac6ed62a50d864bcf +size 776265 diff --git a/python-cma.changes b/python-cma.changes index 35b8969..9b96159 100644 --- a/python-cma.changes +++ b/python-cma.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 28 14:35:51 UTC 2023 - Dirk Müller + +- update to 3.3.0: + * Diagonal decoding, fmin functions with surrogate and more. + ------------------------------------------------------------------- Wed Jan 4 16:50:24 UTC 2023 - Dirk Müller diff --git a/python-cma.spec b/python-cma.spec index 46ff103..087b44b 100644 --- a/python-cma.spec +++ b/python-cma.spec @@ -21,7 +21,7 @@ # No numpy on 3.6 %define skip_python36 1 Name: python-cma -Version: 3.2.2 +Version: 3.3.0 Release: 0 Summary: Covariance Matrix Adaptation Evolution Strategy numerical optimizer License: BSD-3-Clause