Skip to content

Commit

Permalink
Merge pull request #1258 from glotzerlab/release/v3.1.0
Browse files Browse the repository at this point in the history
Release/v3.1.0
  • Loading branch information
tommy-waltmann authored Jun 17, 2024
2 parents 658493e + 979ff76 commit ba5998e
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
attributes:
label: freud Version
description: What version of freud are you using?
placeholder: v3.0.0
placeholder: v3.1.0
validations:
required: true
- type: input
Expand Down
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ Alain Kadar <alaink@umich.edu> AlainKadar <73320455+AlainKadar@users.noreply.git
Alain Kadar <alaink@umich.edu> AlainKadar <alaink@umich.edu>
Melody Zhang <yiyuanmz@umich.edu> Melody Zhang <114299909+melodyyzh@users.noreply.github.com>
Melody Zhang <yiyuanmz@umich.edu> yiyuanmz <yiyuanmz@cheme-rivian.engin.umich.edu>
Jen Bradley <55467578+janbridley@users.noreply.github.com> janbridley <bradleyjenj@gmail.com>
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: (?:^extern/)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.5.0'
rev: 'v4.6.0'
hooks:
- id: end-of-file-fixer
exclude: |
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
- --add=This file is from the freud project, released under the BSD 3-Clause License.
- --comment-prefix=//
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.2'
rev: 'v3.16.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '24.3.0'
rev: '24.4.2'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -83,7 +83,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v18.1.2'
rev: 'v18.1.6'
hooks:
- id: clang-format
types_or: [c, c++]
Expand Down
6 changes: 2 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v3.1.0 -- 20xx-xx-xx
## v3.1.0 -- 2024-06-17

### Added
* New continuous coordination number compute `freud.order.ContinuousCoordination`.
* New methods for conversion of box lengths and angles to/from `freud.box.Box`.
* Support Numpy 2.0.

### Changed
* Add copy button to documentation code snippets.
* Support Numpy 2.0.

### Fixed
* Default value for `terminate_after_blocked` in `FilterRAD`.
Expand Down
13 changes: 7 additions & 6 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
2373 Bradley Dice <bdice@bradleydice.com>
2148 Vyas Ramasubramani <vramasub@umich.edu>
1030 Eric Harper <harperic@umich.edu>
1000 Tommy Waltmann <tomwalt@umich.edu>
1030 Tommy Waltmann <tomwalt@umich.edu>
456 Jin Soo Ihm <jinihm@umich.edu>
328 Joshua A. Anderson <joaander@umich.edu>
275 dependabot <dependabot[bot]@users.noreply.github.com>
366 Joshua A. Anderson <joaander@umich.edu>
294 dependabot <dependabot[bot]@users.noreply.github.com>
240 Matthew Spellings <mspells@umich.edu>
202 DomFijan <domagoj.fijan@gmail.com>
230 DomFijan <domagoj.fijan@gmail.com>
167 Kelly Wang <kelwang@umich.edu>
126 Brandon Butler <butlerbr@umich.edu>
110 Erin Teich <erteich@umich.edu>
98 Brandon Butler <butlerbr@umich.edu>
105 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
94 Charlotte Shiqi Zhao <zshiqi@umich.edu>
94 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
66 M. Eric Irrgang <eirrgang@umich.edu>
53 Chrisy Du <xiyudu@umich.edu>
41 Yezhi Jin <jinyezhi@umich.edu>
Expand Down Expand Up @@ -47,6 +47,7 @@
4 Mayank Agrawal <amayank@umich.edu>
4 William Zygmunt <wzygmunt@umich.edu>
3 Greg van Anders <grva@umich.edu>
3 Jen Bradley <55467578+janbridley@users.noreply.github.com>
3 Rose Cersonsky <rosecers@umich.edu>
3 Wenbo Shen <shenwb@umich.edu>
2 Emily Siew <esiew@umich.edu>
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
# built documents.
#
# version and release are set the same for this package.
version = "3.0.0"
release = "3.0.0"
version = "3.1.0"
release = "3.1.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion freud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# automatic selection runs, the user cannot change it.
set_num_threads(0)

__version__ = "3.0.0"
__version__ = "3.1.0"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.1.0
commit = True
tag = False
message = Bump up to version {new_version}.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from skbuild import setup

version = "3.0.0"
version = "3.1.0"

# Read README for PyPI, fallback to short description if it fails.
description = "Powerful, efficient trajectory analysis in scientific Python."
Expand Down

0 comments on commit ba5998e

Please sign in to comment.