Skip to content

Commit 1b8fcfe

Browse files
authored
Merge pull request #2305 from glotzerlab/release-7.1.0
Release 7.1.0
2 parents e15bb9a + 78fbd96 commit 1b8fcfe

9 files changed

Lines changed: 22 additions & 28 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "7.0.1"
2+
current_version = "7.1.0"
33

44
[[tool.bumpversion.files]]
55
filename = "INSTALLING.rst"

.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: 7.0.1
63+
placeholder: 7.1.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 7.0.1'
4+
title: 'Release 7.1.0'
55
labels: ''
66

77
---

CHANGELOG.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
Change Log
22
==========
33

4-
Next release
4+
7.1.0 (2026-06-24)
55
^^^^^^^^^^^^^^^^^^^^
66

77
*Added*
88

99
* Added additional mesh exclusion 'meshbond_dynamic' for dynamical bond updater (#2297).
1010

11-
*Changed*
12-
13-
*Deprecated*
14-
15-
*Removed*
16-
1711
*Fixed*
1812

1913
* Fixed incorrect smart default behavior for sequences and numpy arrays (#2292).

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 "7.0.1")
19+
set(HOOMD_VERSION_RAW "7.1.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})

INSTALLING.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ channel:
2424

2525
.. code-block:: bash
2626
27-
pixi add hoomd=7.0.1
27+
pixi add hoomd=7.1.0
2828
2929
.. tab:: Micromamba
3030

3131
.. code-block:: bash
3232
33-
micromamba install hoomd=7.0.1
33+
micromamba install hoomd=7.1.0
3434
3535
.. tab:: Mamba
3636

3737
.. code-block:: bash
3838
39-
mamba install hoomd=7.0.1
39+
mamba install hoomd=7.1.0
4040
4141
.. _conda-forge: https://conda-forge.org/docs/user/introduction.html
4242

@@ -56,22 +56,22 @@ appropriate package. Override this and force the GPU enabled package installatio
5656

5757
.. code-block:: bash
5858
59-
pixi add "hoomd=7.0.1=*gpu*"
59+
pixi add "hoomd=7.1.0=*gpu*"
6060
6161
6262
.. tab:: Micromamba
6363

6464
.. code-block:: bash
6565
6666
export CONDA_OVERRIDE_CUDA="12.9"
67-
micromamba install "hoomd=7.0.1=*gpu*" "cuda-version=12.9"
67+
micromamba install "hoomd=7.1.0=*gpu*" "cuda-version=12.9"
6868
6969
.. tab:: Mamba
7070

7171
.. code-block:: bash
7272
7373
export CONDA_OVERRIDE_CUDA="12.9"
74-
mamba install "hoomd=7.0.1=*gpu*" "cuda-version=12.9"
74+
mamba install "hoomd=7.1.0=*gpu*" "cuda-version=12.9"
7575
7676
.. note::
7777

@@ -85,16 +85,16 @@ Similarly, you can force CPU-only package installation with:
8585

8686
.. code-block:: bash
8787
88-
pixi add "hoomd=7.0.1=*cpu*"
88+
pixi add "hoomd=7.1.0=*cpu*"
8989
9090
.. tab:: Micromamba
9191

9292
.. code-block:: bash
9393
94-
micromamba install "hoomd=7.0.1=*cpu*"
94+
micromamba install "hoomd=7.1.0=*cpu*"
9595
9696
.. tab:: Mamba
9797

9898
.. code-block:: bash
9999
100-
mamba install "hoomd=7.0.1=*cpu*"
100+
mamba install "hoomd=7.1.0=*cpu*"

prek.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ hooks = [
7777

7878
[[repos]]
7979
repo = "https://github.com/glotzerlab/fix-license-header"
80-
rev = "v0.4.1"
80+
rev = "96a6da2d22354ecb4dbc50809e9455c7f1e20fe8" # frozen: v0.4.1
8181
hooks = [
8282
{
8383
id = "fix-license-header",
@@ -107,14 +107,14 @@ hooks = [
107107

108108
[[repos]]
109109
repo = "https://github.com/kynan/nbstripout"
110-
rev = "0.9.1"
110+
rev = "34071b78c181af3bf5af955c1426466e096fc3db" # frozen: 0.9.1
111111
hooks = [
112112
{ id = "nbstripout" }
113113
]
114114

115115
[[repos]]
116116
repo = "https://github.com/astral-sh/ruff-pre-commit"
117-
rev = "v0.15.9"
117+
rev = "745be0411e3c150e246d527e531e5a221b8c3462" # frozen: v0.15.19
118118
hooks = [
119119
{
120120
id = "ruff-format",
@@ -128,7 +128,7 @@ hooks = [
128128

129129
[[repos]]
130130
repo = "https://github.com/pre-commit/mirrors-clang-format"
131-
rev = "v22.1.2"
131+
rev = "dd18dad857d6133e90bbe478f4f2f22ec0030269" # frozen: v22.1.5
132132
hooks = [
133133
{
134134
id = "clang-format",
@@ -149,7 +149,7 @@ hooks = [
149149

150150
[[repos]]
151151
repo = "https://github.com/mit-d/check-unicode"
152-
rev = "v0.6.0"
152+
rev = "9d217f6f91d9e2de6bc31b54575ff35e595173f5" # frozen: v0.6.0
153153
hooks = [
154154
{ id = "check-unicode",
155155
args = [

sphinx-doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
copyright = f"2009-{year} The Regents of the University of Michigan"
9191
author = "The Regents of the University of Michigan"
9292

93-
version = "7.0.1"
94-
release = "7.0.1"
93+
version = "7.1.0"
94+
release = "7.1.0"
9595

9696
language = "en"
9797

0 commit comments

Comments
 (0)