Skip to content

Commit dacdb02

Browse files
committed
Release version 0.1.1
1 parent c740c45 commit dacdb02

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Release notes
22
=============
33

4+
0.1.1 - 2024-05-02
5+
------------------
6+
7+
*Added*
8+
9+
* freud 3 is now supported (#239).
10+
11+
*Fixed*
12+
13+
* :math:`L_z` for 2D boxes is set correctly in both HOOMD 2 and HOOMD 3 (#232).
14+
* For mixtures, :math:`g_{ij}` is now calculated using both type *i* and type
15+
*j* as centers. In general, the RDF now uses the standard statistical mechanics
16+
definition, i.e., for an ideal gas :math:`g(r) = 1-1/N` and **not** 1 (#246).
17+
18+
*Changed*
19+
20+
* GitHub Actions versions are now current and will be automatically updated
21+
moving forward (#240).
22+
423
0.1.0 - 2023-11-15
524
------------------
625
Initial release.

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
year = datetime.date.today().year
1919
copyright = f"2021-{year}, Auburn University"
2020
author = "Michael P. Howard"
21-
version = "0.1.0"
22-
release = "0.1.0"
21+
version = "0.1.1"
22+
release = "0.1.1"
2323

2424
# -- General configuration ---------------------------------------------------
2525

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = False
44
tag = False
55

src/relentless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from . import model, mpi, optimize, simulate
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)