Skip to content

Commit 86b73af

Browse files
committed
2.5.0 release
1 parent 4b3e02b commit 86b73af

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Diff for: sphinx/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u'2.4'
70+
version = u'2.5'
7171
# The full version, including alpha/beta/rc tags.
72-
release = u'2.4.0'
72+
release = u'2.5.0'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

Diff for: sphinx/source/releasenotes.rst

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Introduction
1010
|devsim| download and installation instructions are located in :ref:`sec__installation`. The following sections list bug fixes and enhancements over time. Contact information is listed in :ref:`Contact`.
1111
A file named ``CHANGES.md`` is now distributed with |devsim|, which can contain additional details concerning a new release.
1212

13+
Version 2.5.0
14+
~~~~~~~~~~~~~
15+
16+
UMFPACK 5.1 is the new default when the Intel MKL is not available, making this the default for the macOS arm64 platform.
17+
18+
SuperLU is removed and no longer available as a solver.
19+
20+
Regression scripts were passing when there were numerical differences in the data diff comparison. This is now corrected and the regression results have been updated on all platforms.
21+
22+
For those building the software, the ``EXPLICIT_MATH_LOAD`` CMAKE option has been removed, so that the software is not directly linked to any math library.
23+
24+
The license text for the Apache 2.0 license has been replaced with the SPDX format of the license string. This ensures that the text can be used in a consistent manner across all source files.
25+
1326
Version 2.4.0
1427
~~~~~~~~~~~~~
1528

0 commit comments

Comments
 (0)