Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
YAC
Commits
1ad8f7cb
Commit
1ad8f7cb
authored
1 year ago
by
Nils-Arne Dreier
Browse files
Options
Downloads
Patches
Plain Diff
new version info for v3.0.3
parent
fae8a862
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#46649
passed
1 year ago
Stage: build
Stage: tests
Stage: documentation
Stage: publish
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/Doxyfile
+1
-1
1 addition, 1 deletion
doc/Doxyfile
doc/src/version_info.dox
+13
-0
13 additions, 0 deletions
doc/src/version_info.dox
with
15 additions
and
2 deletions
configure.ac
+
1
−
1
View file @
1ad8f7cb
AC_PREREQ([2.69])
AC_INIT([yac], [3.0.
2
], [hanke@dkrz.de], [],
AC_INIT([yac], [3.0.
3
], [hanke@dkrz.de], [],
[https://dkrz-sw.gitlab-pages.dkrz.de/yac/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
...
...
This diff is collapsed.
Click to expand it.
doc/Doxyfile
+
1
−
1
View file @
1ad8f7cb
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = YetAnotherCoupler
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.0.
2
PROJECT_NUMBER = 3.0.
3
# 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
...
...
This diff is collapsed.
Click to expand it.
doc/src/version_info.dox
+
13
−
0
View file @
1ad8f7cb
/**
* \page version_info Condensed release information
\section version_303 Version 3.0.3 (Oct 2023)
- various fixes
- adds support for custom error handler
- \ref yac_set_abort_handler
- \ref yac_restore_default_abort_handler
- \ref yac_get_abort_handler
- \ref yac_get_default_abort_handler
- improve \ref plot_weights.py
- support for SCRIP formated grid files
- makes ranks doing I/O configurable (see \ref io_config_detail)
- add support for reading yaml configuration in python
\section version_302 Version 3.0.2 (Aug 2023)
- various fixes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment