File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ Version History
2
2
===============
3
3
This section lists the different versions of PyCUTEst and the updates between them.
4
4
5
+ Version 1.7.2 (10 Dec 2024)
6
+ ---------------------------
7
+ * Handle Fortran D exponents in SIF files
8
+
5
9
Version 1.7.1 (15 Aug 2024)
6
10
---------------------------
7
11
* Fix incorrect time array size in report function
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Python interface to the CUTEst optimization test environment
10
10
11
11
**Release: ** |version |
12
12
13
- **Date: ** 15 August 2024
13
+ **Date: ** 10 December 2024
14
14
15
15
**Author: ** `Jaroslav Fowkes <jaroslav.fowkes@maths.ox.ac.uk >`_ and `Lindon Roberts <https://lindonroberts.github.io/ >`_
16
16
Original file line number Diff line number Diff line change 1
1
# Set PyCUTEst version number
2
- __version__ = '1.7.1 '
2
+ __version__ = '1.7.2 '
3
3
4
4
# Define submodules to expose on wildcard imports
5
5
__all__ = []
You can’t perform that action at this time.
0 commit comments