Skip to content
Snippets Groups Projects
Commit 0fb215c8 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

new version info for v3.6.0

parent 0ea3ab4a
No related branches found
No related tags found
No related merge requests found
Pipeline #98715 passed
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause
m4_define([yac_version], [3, 5, 2])
m4_define([yac_version], [3, 6, 0])
AC_PREREQ([2.69])
AC_INIT([yac],
......
......@@ -52,7 +52,7 @@ PROJECT_NAME = YAC
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.5.2
PROJECT_NUMBER = 3.6.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
......@@ -7,6 +7,17 @@
\tableofcontents
\section version_360 Version 3.6.0 (Feb 2025)
- adds new feature: \ref page_raw_exchange
- new improved design and layout o
<a href="https://dkrz-sw.gitlab-pages.dkrz.de/yac/">documenation</a>
- improves performance of \ref phase_enddef
- removes unneccessary computations
- makes use of OpenMP
- adds specialised optimisation for vector machines
(compile with \c -DYAC_NEC_EXPERIMENTAL to enable this)
\section version_352 Version 3.5.2 (Dec 2024)
- fixes installation of Python bindings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment