Skip to content

Commit

Permalink
Bump version to v21.1 for release
Browse files Browse the repository at this point in the history
Summary:
  * Change memory per node for `sbatch` runs to 0 to ensure that jobs go on to
    the "by-node" queue on `graham`.
  * Rename Git default branch from `master` to `main`.
  * Change continuous integration from Bitbucket pipeline to GitHub Actions
    workflow.
  * Migrate from Mercurial on Bitbucket to Git on GitHub due to Bitbucket's
    decision to terminate support for Mercurial.
  * Expose `nemo_cmd.prepare.record_vcs_revisions()`` function for use by
    packages like MOHID-Cmd that extend NEMO-Cmd.
  * Enable version control system (VCS) revision recording for Git repositories.
  * Replace `namelist.py` module with `f90nml` package.
  * Change to new MOAD package layout.

Please see docs/CHANGES.rst for more details.
  • Loading branch information
douglatornell committed Oct 21, 2021
1 parent 603a118 commit 8e3c21f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
Change Log
**********

v21.1 (2021-10-21)
==================

v21.1.dev0 (unreleased)
=======================

* Change memory per node for `sbatch` runs to 0 to ensure that jobs go on to the "by-node"
queue on `graham`.
The queue selection algorithm in the scheduler on `graham` appears to have changed
* Change memory per node for ``sbatch`` runs to 0 to ensure that jobs go on to the "by-node"
queue on ``graham``.
The queue selection algorithm in the scheduler on ``graham`` appears to have changed
(without announcement) on 13-Jul-2021 so that the previous memory per node of 125G
now sends jobs to the "by-core" queue which is generally more crowded.

* Rename Git default branch from `master` to `main`.
* Rename Git default branch from ``master`` to ``main``.

* Change continuous integration from Bitbucket pipeline to GitHub Actions workflow.
CI reports are at https://github.com/SalishSeaCast/NEMO-Cmd/actions
Expand Down
2 changes: 1 addition & 1 deletion nemo_cmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "21.1.dev0"
__version__ = "21.1"


# Make fspath.fspath() and fspath.resolved_path() available in the nemo_cmd
Expand Down

0 comments on commit 8e3c21f

Please sign in to comment.