Skip to content

Commit 9ca15c3

Browse files
authored
Merge pull request #1820 from boutproject/v4.2.3-rc
V4.2.3 Release Candidate
2 parents 8f7a69c + 11dc146 commit 9ca15c3

File tree

8 files changed

+32
-19
lines changed

8 files changed

+32
-19
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ matrix:
6666
- *default_env
6767
- CONFIGURE_OPTIONS='--enable-shared --with-petsc --with-slepc'
6868
- SCRIPT_FLAGS="-uim -t python -t shared"
69-
- PIP_PACKAGES='netcdf4 cython'
7069
- env:
7170
- *default_env
7271
- CONFIGURE_OPTIONS='--enable-openmp --with-petsc --with-slepc'

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [v4.2.3](https://github.com/boutproject/BOUT-dev/tree/v4.2.3) (2019-10-23)
4+
[Full Changelog](https://github.com/boutproject/BOUT-dev/compare/v4.2.2...v4.2.3)
5+
6+
**Merged pull requests:**
7+
8+
- Add counters to Timers to avoid double-counting sections [\#1817](https://github.com/boutproject/BOUT-dev/pull/1817) ([ZedThree](https://github.com/ZedThree))
9+
- Bugfix: cyclic parallel derivative inversion done in wrong space [\#1807](https://github.com/boutproject/BOUT-dev/pull/1807) ([ZedThree](https://github.com/ZedThree))
10+
- Add instructions for Ubuntu 16.04 [\#1690](https://github.com/boutproject/BOUT-dev/pull/1690) ([dschwoerer](https://github.com/dschwoerer))
11+
- Allow relative paths to be followed when making [\#1670](https://github.com/boutproject/BOUT-dev/pull/1670) ([johnomotani](https://github.com/johnomotani))
12+
- Update examples/staggered\_grid for v4.2 [\#1645](https://github.com/boutproject/BOUT-dev/pull/1645) ([johnomotani](https://github.com/johnomotani))
13+
- Add EXTRA\_LIBS to LIBS when searching for libraries [\#1632](https://github.com/boutproject/BOUT-dev/pull/1632) ([ZedThree](https://github.com/ZedThree))
14+
- Recent fixes/improvements for Travis into master [\#1627](https://github.com/boutproject/BOUT-dev/pull/1627) ([ZedThree](https://github.com/ZedThree))
15+
- Bug in calculation of ShiftAngle \(qloop\) [\#1626](https://github.com/boutproject/BOUT-dev/pull/1626) ([bendudson](https://github.com/bendudson))
16+
317
## [v4.2.2](https://github.com/boutproject/BOUT-dev/tree/v4.2.2) (2019-02-27)
418

519
[Full Changelog](https://github.com/boutproject/BOUT-dev/compare/v4.2.1...v4.2.2)

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ authors:
142142

143143
- family-names: Wang
144144
given-names: Zhanhui
145-
version: 4.2.2
146-
date-released: 2019-03-01
145+
version: 4.2.3
146+
date-released: 2019-10-23
147147
repository-code: https://github.com/boutproject/BOUT-dev
148148
url: http://boutproject.github.io/
149-
doi: 10.5281/zenodo.2579077
149+
doi: 10.5281/zenodo.3242507
150150
license: 'LGPL-3.0-or-later'
151151
references:
152152
- type: article

configure

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for BOUT++ 4.2.2.
3+
# Generated by GNU Autoconf 2.69 for BOUT++ 4.2.3.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='BOUT++'
582582
PACKAGE_TARNAME='bout--'
583-
PACKAGE_VERSION='4.2.2'
584-
PACKAGE_STRING='BOUT++ 4.2.2'
583+
PACKAGE_VERSION='4.2.3'
584+
PACKAGE_STRING='BOUT++ 4.2.3'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1359,7 +1359,7 @@ if test "$ac_init_help" = "long"; then
13591359
# Omit some internal or obsolete options to make the list less imposing.
13601360
# This message is too long to be a string in the A/UX 3.1 sh.
13611361
cat <<_ACEOF
1362-
\`configure' configures BOUT++ 4.2.2 to adapt to many kinds of systems.
1362+
\`configure' configures BOUT++ 4.2.3 to adapt to many kinds of systems.
13631363
13641364
Usage: $0 [OPTION]... [VAR=VALUE]...
13651365
@@ -1421,7 +1421,7 @@ fi
14211421

14221422
if test -n "$ac_init_help"; then
14231423
case $ac_init_help in
1424-
short | recursive ) echo "Configuration of BOUT++ 4.2.2:";;
1424+
short | recursive ) echo "Configuration of BOUT++ 4.2.3:";;
14251425
esac
14261426
cat <<\_ACEOF
14271427
@@ -1550,7 +1550,7 @@ fi
15501550
test -n "$ac_init_help" && exit $ac_status
15511551
if $ac_init_version; then
15521552
cat <<\_ACEOF
1553-
BOUT++ configure 4.2.2
1553+
BOUT++ configure 4.2.3
15541554
generated by GNU Autoconf 2.69
15551555
15561556
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2131,7 +2131,7 @@ cat >config.log <<_ACEOF
21312131
This file contains any messages produced by compilers while
21322132
running configure, to aid debugging if configure makes a mistake.
21332133
2134-
It was created by BOUT++ $as_me 4.2.2, which was
2134+
It was created by BOUT++ $as_me 4.2.3, which was
21352135
generated by GNU Autoconf 2.69. Invocation command line was
21362136
21372137
$ $0 $@
@@ -12860,7 +12860,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1286012860
# report actual input values of CONFIG_FILES etc. instead of their
1286112861
# values after options handling.
1286212862
ac_log="
12863-
This file was extended by BOUT++ $as_me 4.2.2, which was
12863+
This file was extended by BOUT++ $as_me 4.2.3, which was
1286412864
generated by GNU Autoconf 2.69. Invocation command line was
1286512865
1286612866
CONFIG_FILES = $CONFIG_FILES
@@ -12913,7 +12913,7 @@ _ACEOF
1291312913
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1291412914
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1291512915
ac_cs_version="\\
12916-
BOUT++ config.status 4.2.2
12916+
BOUT++ config.status 4.2.3
1291712917
configured by $0, generated by GNU Autoconf 2.69,
1291812918
with options \\"\$ac_cs_config\\"
1291912919
@@ -14088,7 +14088,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1408814088
# report actual input values of CONFIG_FILES etc. instead of their
1408914089
# values after options handling.
1409014090
ac_log="
14091-
This file was extended by BOUT++ $as_me 4.2.2, which was
14091+
This file was extended by BOUT++ $as_me 4.2.3, which was
1409214092
generated by GNU Autoconf 2.69. Invocation command line was
1409314093
1409414094
CONFIG_FILES = $CONFIG_FILES
@@ -14141,7 +14141,7 @@ _ACEOF
1414114141
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1414214142
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1414314143
ac_cs_version="\\
14144-
BOUT++ config.status 4.2.2
14144+
BOUT++ config.status 4.2.3
1414514145
configured by $0, generated by GNU Autoconf 2.69,
1414614146
with options \\"\$ac_cs_config\\"
1414714147

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333

3434
AC_PREREQ([2.69])
35-
AC_INIT([BOUT++],[4.2.2],[[email protected]])
35+
AC_INIT([BOUT++],[4.2.3],[[email protected]])
3636
AC_CONFIG_AUX_DIR([build-aux])
3737
AC_CONFIG_MACRO_DIR([m4])
3838

manual/doxygen/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = BOUT++
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.2.2
41+
PROJECT_NUMBER = 4.2.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

manual/doxygen/Doxyfile_readthedocs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = BOUT++
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.2.2
41+
PROJECT_NUMBER = 4.2.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

manual/sphinx/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __getattr__(cls, name):
133133
# The short X.Y version.
134134
version = '4.2'
135135
# The full version, including alpha/beta/rc tags.
136-
release = '4.2.2'
136+
release = '4.2.3'
137137

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

0 commit comments

Comments
 (0)