Skip to content

Commit 7dedc82

Browse files
committed
Bump to version 1.7.2 and update release history
1 parent 86108f2 commit 7dedc82

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/history.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Version History
22
===============
33
This section lists the different versions of PyCUTEst and the updates between them.
44

5+
Version 1.7.2 (10 Dec 2024)
6+
---------------------------
7+
* Handle Fortran D exponents in SIF files
8+
59
Version 1.7.1 (15 Aug 2024)
610
---------------------------
711
* Fix incorrect time array size in report function

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python interface to the CUTEst optimization test environment
1010

1111
**Release:** |version|
1212

13-
**Date:** 15 August 2024
13+
**Date:** 10 December 2024
1414

1515
**Author:** `Jaroslav Fowkes <jaroslav.fowkes@maths.ox.ac.uk>`_ and `Lindon Roberts <https://lindonroberts.github.io/>`_
1616

pycutest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set PyCUTEst version number
2-
__version__ = '1.7.1'
2+
__version__ = '1.7.2'
33

44
# Define submodules to expose on wildcard imports
55
__all__ = []

0 commit comments

Comments
 (0)