Skip to content

Commit

Permalink
Merge pull request #1309 from glotzerlab/release-3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0.
  • Loading branch information
joaander authored Apr 27, 2022
2 parents 0dd11a9 + 5740780 commit 736deec
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.1.0
commit = False
tag = False
parse = ^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))(?:\.(?P<number>0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)))?$
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
submodules: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/templates/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env:
<% endmacro %>
<% set build_steps %>
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: code
submodules: true
Expand Down Expand Up @@ -250,10 +250,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
path: code
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-openstacksdk==0.61.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: rm -rf ./*

- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: code
submodules: true
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
run: rm -rf ./*

- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: code
submodules: true
Expand Down Expand Up @@ -464,10 +464,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
path: code
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-openstacksdk==0.61.0
Expand Down
4 changes: 2 additions & 2 deletions BUILDING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Clone using Git_::

$ git clone --recursive https://github.com/glotzerlab/hoomd-blue

Release tarballs are also available as `GitHub release`_ assets: `Download hoomd-v3.0.1.tar.gz`_.
Release tarballs are also available as `GitHub release`_ assets: `Download hoomd-v3.1.0.tar.gz`_.

.. seealso::

Expand All @@ -151,7 +151,7 @@ Release tarballs are also available as `GitHub release`_ assets: `Download hoomd
Execute ``git submodule update --init`` to fetch the submodules each time you switch branches
and the submodules show as modified.

.. _Download hoomd-v3.0.1.tar.gz: https://github.com/glotzerlab/hoomd-blue/releases/download/v3.0.1/hoomd-v3.0.1.tar.gz
.. _Download hoomd-v3.1.0.tar.gz: https://github.com/glotzerlab/hoomd-blue/releases/download/v3.1.0/hoomd-v3.1.0.tar.gz
.. _GitHub release: https://github.com/glotzerlab/hoomd-blue/releases
.. _git book: https://git-scm.com/book
.. _Git: https://git-scm.com/
Expand Down
18 changes: 11 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@ Change Log
v3.x
----

v3.1.0 (not yet released)
^^^^^^^^^^^^^^^^^^^^^^^^^
v3.1.0 (2022-04-27)
^^^^^^^^^^^^^^^^^^^

*Added*

* Support LLVM 13 when ``ENABLE_LLVM=on``.
* ``hoomd.md.pair.LJGauss`` Lennard-Jones-Gaussian pair potential.
* ``hoomd.md.alchemy.methods.NVT`` Alchemical molecular dynamics integration method.
* ``hoomd.md.alchemy.pair.LJGauss`` Lennard-Jones-Gaussian pair potential with alchemical degrees of
freedom.
* ``hoomd.md.pair.LJGauss`` - Lennard-Jones-Gaussian pair potential.
* ``hoomd.md.alchemy.methods.NVT`` - Alchemical molecular dynamics integration method.
* ``hoomd.md.alchemy.pair.LJGauss`` - Lennard-Jones-Gaussian pair potential with alchemical degrees
of freedom.
* ``hoomd.hpmc.update.Shape`` - Alchemical hard particle Monte Carlo through shape change moves.
* ``hoomd.hpmc.shape_move.Elastic`` - Shape move with elastic potential energy penalty.
* ``hoomd.hpmc.shape_move.ShapeSpace`` - Moves in a user defined shape space.
* ``hoomd.hpmc.shape_move.Vertex`` - Translate shape vertices.

*Changed*

* Change HPMC fugacity to a per-type quantity.
* HPMC fugacity is now a per-type quantity.
* Improved documentation.
* [developers] Reduced the time needed for incremental builds.
* [developers] Reduced memory needed to compile HOOMD.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_subdirectory (CMake)

################################
## Version information
set(HOOMD_VERSION_RAW "3.0.1")
set(HOOMD_VERSION_RAW "3.1.0")
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})
Expand Down
4 changes: 2 additions & 2 deletions hoomd/hpmc/external/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class CPPExternalPotential(ExternalField):
Your code *must* return a value.
.. _VectorMath.h: https://github.com/glotzerlab/hoomd-blue/blob/\
v3.0.1/hoomd/VectorMath.h
v3.1.0/hoomd/VectorMath.h
.. _BoxDim.h: https://github.com/glotzerlab/hoomd-blue/blob/\
v3.0.1/hoomd/BoxDim.h
v3.1.0/hoomd/BoxDim.h
Example:
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion hoomd/hpmc/pair/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CPPPotentialBase(_HOOMDBaseObject):
HOOMD-blue source code.
.. _VectorMath.h: https://github.com/glotzerlab/hoomd-blue/blob/\
v3.0.1/hoomd/VectorMath.h
v3.1.0/hoomd/VectorMath.h
Note:
Your code *must* return a value.
Expand Down
4 changes: 2 additions & 2 deletions sphinx-doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
copyright = f'2009-{ year } The Regents of the University of Michigan'
author = 'The Regents of the University of Michigan'

version = '3.0.1'
release = '3.0.1'
version = '3.1.0'
release = '3.1.0'

language = None

Expand Down

0 comments on commit 736deec

Please sign in to comment.