Skip to content

Commit

Permalink
#2499 Update changelog, increase version, and fix nemo passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Feb 27, 2025
1 parent 12835bf commit c28fea6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nemo_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
module load perl/${PERL_VERSION}
make -j 4 passthrough
make -j 4 compile-passthrough
make run-passthrough |& tee output.txt
make run-passthrough
# Check for full numerical reproducibility with KGO results
diff <(make -s output-passthrough) KGOs/run.stat.nemo4.splitz12.nvhpc.10steps
Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1) PR #2563 for #2499. Adds ScalarizationTrans.

release 3.1.0 26th of February 2025

1) PR #2827. Update Zenodo with release 3.0.0 and update link in
README.md.

Expand Down
2 changes: 1 addition & 1 deletion examples/nemo/scripts/passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
FILES_TO_SKIP = []


def trans():
def trans(_):
''' Don't do any changes. '''
2 changes: 1 addition & 1 deletion src/psyclone/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

__MAJOR__ = 3
__MINOR__ = 1
__MICRO__ = 0
__MICRO__ = 1

__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}-dev"
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}-dev"

0 comments on commit c28fea6

Please sign in to comment.