Skip to content

Commit 7ae5f33

Browse files
authored
Merge pull request #2056 from glotzerlab/release-5.2.0
Release 5.2.0
2 parents 5d0a1ea + 5ce970a commit 7ae5f33

File tree

10 files changed

+18
-13
lines changed

10 files changed

+18
-13
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 = 5.1.1
2+
current_version = 5.2.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: 5.1.1
63+
placeholder: 5.2.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 5.1.1'
4+
title: 'Release 5.2.0'
55
labels: ''
66
assignees: 'joaander'
77

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,4 @@ baho-cb <bargun2@illinois.edu> baho-cb <72244147+baho-cb@users.noreply.github.co
189189
Suraj Kannur <surajka@umich.edu> surajkannur <surajka@umich.edu>
190190
Suraj Kannur <surajka@umich.edu> SURAJ KANNUR <surajka@gl-login2.arc-ts.umich.edu>
191191
W. Kwabena Darko <qwabena17@gmail.com> W. Kwabena Darko <84714936+wkdarko@users.noreply.github.com>
192+
mzbush <mzb0108@auburn.edu> mzbush <107584654+mzbush@users.noreply.github.com>

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ Change Log
44
5.x
55
---
66

7-
<<<<<<< HEAD
8-
5.2.0 (not yet released)
9-
^^^^^^^^^^^^^^^^^^^^^^^^
7+
5.2.0 (2025-05-06)
8+
^^^^^^^^^^^^^^^^^^
109

1110
*Added*
1211

1312
* Set constituent particle velocities for rigid bodies
1413
(`#2024 <https://github.com/glotzerlab/hoomd-blue/pull/2024>`__).
14+
* Mesh tutorial
15+
(`hoomd-examples#160 <https://github.com/glotzerlab/hoomd-examples/pull/160>`__).
1516

1617
*Changed*
1718

1819
* Use KaTeX to render math equations in the documentation
1920
(`#2053 <https://github.com/glotzerlab/hoomd-blue/pull/2053>`__).
21+
* The "Organizing and Executing Simulations" tutorial now demonstrates the use of **row**
22+
(`hoomd-examples#155 <https://github.com/glotzerlab/hoomd-examples/pull/155>`__).
2023

2124
*Fixed*
2225

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 "5.1.1")
19+
set(HOOMD_VERSION_RAW "5.2.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: 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=5.1.1
25+
micromamba install hoomd=5.2.0
2626
2727
.. _conda-forge: https://conda-forge.org/docs/user/introduction.html
2828

@@ -32,7 +32,7 @@ appropriate package. Override this and force the GPU enabled package installatio
3232
.. code-block:: bash
3333
3434
export CONDA_OVERRIDE_CUDA="12.6"
35-
micromamba install "hoomd=5.1.1=*gpu*" "cuda-version=12.6"
35+
micromamba install "hoomd=5.2.0=*gpu*" "cuda-version=12.6"
3636
3737
.. note::
3838

@@ -43,7 +43,7 @@ Similarly, you can force CPU-only package installation with:
4343

4444
.. code-block:: bash
4545
46-
micromamba install "hoomd=5.1.1=*cpu*"
46+
micromamba install "hoomd=5.2.0=*cpu*"
4747
4848
.. note::
4949

sphinx-doc/conf.py

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

88-
version = "5.1.1"
89-
release = "5.1.1"
88+
version = "5.2.0"
89+
release = "5.2.0"
9090

9191
language = "en"
9292

sphinx-doc/tutorial

Submodule tutorial updated 29 files

sphinx-doc/tutorials.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Tutorials
1414
tutorial/07-Modelling-Patchy-Particles/00-index
1515
tutorial/08-Placing-Barriers-in-the-Simulation-Box/00-index
1616
tutorial/09-Multiparticle-Collision-Dynamics/00-index
17+
tutorial/10-Modelling-Flexible-Active-Interfaces/00-index

0 commit comments

Comments
 (0)