From 9fe5b202d51294bfcc7b0d20d560eea49b2c344b Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sun, 8 Sep 2024 14:26:58 +0200 Subject: [PATCH] Bump to Version 1.5.0. --- AUTHORS | 1 + CHANGELOG.rst | 6 +++--- conda/cyipopt-dev.yml | 4 ++-- cyipopt/version.py | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 528683c..10e70c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,3 +22,4 @@ Polina Lakrisenko Christoph Hansknecht Markus Zimmer Thomas Lynn +avdudchenko diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 892f58f..c099223 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -36,13 +36,13 @@ Include sections: Version History --------------- -[1.5.0.dev0] - XXXX-XX-XX -~~~~~~~~~~~~~~~~~~~~~~~~~ +[1.5.0] - 2024-09-08 +~~~~~~~~~~~~~~~~~~~~ Added +++++ -- Added instructions for using the HSL solvers on Windows. +- Added instructions for using the HSL solvers on Windows. #254 Changed +++++++ diff --git a/conda/cyipopt-dev.yml b/conda/cyipopt-dev.yml index 24e304b..2b40bb4 100644 --- a/conda/cyipopt-dev.yml +++ b/conda/cyipopt-dev.yml @@ -5,11 +5,11 @@ dependencies: - cython >=0.29.28 - ipopt >=3.12 - libblas * *netlib - - numpy >=1.21.5 + - numpy >=1.25 - numpydoc >=1.2 - pkg-config >=0.29.2 - pytest >=6.2.5 - - python >=3.6 + - python >=3.9 - scipy >=1.8 - setuptools >=44.1.1 - sphinx >=4.3.2 diff --git a/cyipopt/version.py b/cyipopt/version.py index 792e99a..c8501be 100644 --- a/cyipopt/version.py +++ b/cyipopt/version.py @@ -9,4 +9,4 @@ License: EPL 2.0 """ -__version__ = '1.5.0.dev0' +__version__ = '1.5.0'