Skip to content

Commit e93861a

Browse files
authored
Merge pull request #1917 from glotzerlab/release-4.9.0
Release 4.9.0
2 parents 5d17895 + 9b6abda commit e93861a

File tree

18 files changed

+78
-42
lines changed

18 files changed

+78
-42
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.8.2
2+
current_version = 4.9.0
33
commit = False
44
tag = False
55
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-]*)))?$

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body:
6060
attributes:
6161
label: HOOMD-blue version
6262
description: What version of HOOMD-blue are you using?
63-
placeholder: 4.8.2
63+
placeholder: 4.9.0
6464
validations:
6565
required: true
6666
- type: markdown

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Release checklist
33
about: '[for maintainer use]'
4-
title: 'Release 4.8.2'
4+
title: 'Release 4.9.0'
55
labels: ''
66
assignees: 'joaander'
77

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ Resolves #???
2121
<!--- Please build the sphinx documentation and check that any changes to
2222
documentation display properly. -->
2323

24-
## Change log
25-
26-
<!-- Propose a change log entry. -->
27-
```
28-
29-
```
30-
3124
## Checklist:
3225

3326
- [ ] I have reviewed the [**Contributor Guidelines**](https://github.com/glotzerlab/hoomd-blue/blob/trunk-minor/CONTRIBUTING.rst).
3427
- [ ] I agree with the terms of the [**HOOMD-blue Contributor Agreement**](https://github.com/glotzerlab/hoomd-blue/blob/trunk-minor/ContributorAgreement.md).
3528
- [ ] My name is on the list of contributors (`sphinx-doc/credits.rst`) in the pull request source branch.
29+
- [ ] I have summarized these changes in `CHANGELOG.rst` following the established format.

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Joshua A. Anderson <[email protected]> Joshua Anderson <[email protected]>
33
Joshua A. Anderson <[email protected]> joaander <[email protected]>
44
Joshua A. Anderson <[email protected]> test <test>
5+
Joshua A. Anderson <[email protected]> joaander <[email protected]>
56
Jens Glaser <[email protected]> Jens Glaser <[email protected]>
67
Jens Glaser <[email protected]> Jens Glaser <[email protected]>
78
Jens Glaser <[email protected]> Jens Glaser <[email protected]>
@@ -183,3 +184,5 @@ Kieran Nehil-Puleo <[email protected]> kierannp <[email protected]>
183184
Cristina Butu <[email protected]> crisbutu <[email protected]>
184185
Joseph Burkhart <[email protected]> josephburkhart <[email protected]>
185186
Joseph Burkhart <[email protected]> Joseph Burkhart <[email protected]>
187+
Calvin Condon <[email protected]> Calvin Condon <[email protected]>
188+

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Change Log
1919
``hoomd.md.pair.aniso.PatchyGaussian``, ``hoomd.md.pair.aniso.PatchyLJ``,
2020
``hoomd.md.pair.aniso.PatchyMie``, and ``hoomd.md.pair.aniso.PatchyYukawa``
2121
(`#1412 <https://github.com/glotzerlab/hoomd-blue/pull/1412>`__).
22-
* ``hoomd.hpmc.pair.LJGauss`` and ``hoomd.hpmc.pair.OPP``
22+
* Double-well potentials in HPMC: ``hoomd.hpmc.pair.LJGauss`` and ``hoomd.hpmc.pair.OPP``
2323
(`#1889 <https://github.com/glotzerlab/hoomd-blue/pull/1889>`__).
2424
* Mesh potentials: ``hoomd.md.mesh.bending.BendingRigidity``, ``hoomd.md.mesh.bending.Helfrich``,
2525
``hoomd.md.mesh.conservation.Area``, ``hoomd.md.mesh.conservation.TriangleArea``, and

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_subdirectory (CMake)
1616

1717
################################
1818
## Version information
19-
set(HOOMD_VERSION_RAW "4.8.2")
19+
set(HOOMD_VERSION_RAW "4.9.0")
2020
string(REGEX MATCH "(.*)\\.(.*)\\.(.*)$" _hoomd_version_match ${HOOMD_VERSION_RAW})
2121
set(HOOMD_VERSION_MAJOR ${CMAKE_MATCH_1})
2222
set(HOOMD_VERSION_MINOR ${CMAKE_MATCH_2})

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ contributed to the code.
107107
Propose a change log entry
108108
__________________________
109109

110-
Propose a short concise entry describing the change in the pull request description.
110+
Propose a concise entry describing the change in ``CHANGELOG.rst``.

INSTALLING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ channel:
2222

2323
.. code-block:: bash
2424
25-
micromamba install hoomd=4.8.2
25+
micromamba install hoomd=4.9.0
2626
2727
.. _conda-forge: https://conda-forge.org/docs/user/introduction.html
2828

@@ -32,13 +32,13 @@ appropriate package. Override this and force the GPU enabled package installatio
3232
.. code-block:: bash
3333
3434
export CONDA_OVERRIDE_CUDA="12.0"
35-
micromamba install "hoomd=4.8.2=*gpu*" "cuda-version=12.0"
35+
micromamba install "hoomd=4.9.0=*gpu*" "cuda-version=12.0"
3636
3737
Similarly, you can force CPU-only package installation with:
3838

3939
.. code-block:: bash
4040
41-
micromamba install "hoomd=4.8.2=*cpu*"
41+
micromamba install "hoomd=4.9.0=*cpu*"
4242
4343
.. note::
4444

hoomd/hpmc/external/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ class CPPExternalPotential(ExternalField):
8585
Your code *must* return a value.
8686
8787
.. _VectorMath.h: https://github.com/glotzerlab/hoomd-blue/blob/\
88-
v4.8.2/hoomd/VectorMath.h
88+
v4.9.0/hoomd/VectorMath.h
8989
.. _BoxDim.h: https://github.com/glotzerlab/hoomd-blue/blob/\
90-
v4.8.2/hoomd/BoxDim.h
90+
v4.9.0/hoomd/BoxDim.h
9191
9292
.. rubric:: Example:
9393

0 commit comments

Comments
 (0)