Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.12.0 #1036

Merged
merged 2 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: v2.11.0
placeholder: v2.12.0
validations:
required: true
- type: input
Expand Down
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Jiwoong Yu <jiwoongs0510@gmail.com> yjw0510 <jiwoongs0510@gmail.com>
Kelly Wang <kelwang@umich.edu> Kelly Wang <47036428+klywang@users.noreply.github.com>
Michael Stryk <mstryk@umich.edu> mstryk <60406122+mstryk@users.noreply.github.com>
Tommy Waltmann <tomwalt@umich.edu> tommy-waltmann <53307607+tommy-waltmann@users.noreply.github.com>
Tommy Waltmann <tomwalt@umich.edu> Tommy Waltmann <53307607+tommy-waltmann@users.noreply.github.com>
Patrick Lawton <plawton@umich.edu> patricklawton <plawton@umich.edu>
dependabot <dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pavel Buslaev <pbuslaev@gmail.com> pbuslaev <pbuslaev@gmail.com>
Expand All @@ -59,3 +60,4 @@ DomFijan <domagoj.fijan@gmail.com> domagoj <domagoj.fijan@gmail.com>
DomFijan <domagoj.fijan@gmail.com> Domagoj Fijan <50439291+DomFijan@users.noreply.github.com>
DomFijan <domagoj.fijan@gmail.com> Domagoj Fijan <domagoj.fijan@gmail.com>
Dylan Marx <marxd1@umich.edu> marxd1 <93282247+marxd1@users.noreply.github.com>
Alain Kadar <alaink@umich.edu> AlainKadar <73320455+AlainKadar@users.noreply.github.com>
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.38.2'
rev: 'v3.2.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '22.8.0'
rev: '22.10.0'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## vX.Y.Z -- YYYY-MM-DD
## v2.12.0 -- 2022-11-09

### Added
* Mass dependence in `freud.cluster.ClusterProperties` and calculation of inertia tensor and center of mass.
* Mass dependence in `freud.cluster.ClusterProperties`.
* Inertia tensor calculation in `freud.cluster.ClusterProperties`.

### Fixed
* Compatibility with new namespace for `MDAnalysis.coordinates.timestep.Timestep`.
Expand Down
9 changes: 5 additions & 4 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
2356 Bradley Dice <bdice@bradleydice.com>
2357 Bradley Dice <bdice@bradleydice.com>
2146 Vyas Ramasubramani <vramasub@umich.edu>
1030 Eric Harper <harperic@umich.edu>
462 Tommy Waltmann <tomwalt@umich.edu>
456 Jin Soo Ihm <jinihm@umich.edu>
379 Tommy Waltmann <tomwalt@umich.edu>
316 Joshua A. Anderson <joaander@umich.edu>
240 Matthew Spellings <mspells@umich.edu>
167 Kelly Wang <kelwang@umich.edu>
138 dependabot <dependabot[bot]@users.noreply.github.com>
163 dependabot <dependabot[bot]@users.noreply.github.com>
137 DomFijan <domagoj.fijan@gmail.com>
110 Erin Teich <erteich@umich.edu>
97 Brandon Butler <butlerbr@umich.edu>
89 Charlotte Shiqi Zhao <zshiqi@umich.edu>
66 M. Eric Irrgang <eirrgang@umich.edu>
54 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
53 Chrisy Du <xiyudu@umich.edu>
52 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
41 Yezhi Jin <jinyezhi@umich.edu>
40 Antonio Osorio <aosorio@umich.edu>
35 Michael Stryk <mstryk@umich.edu>
Expand All @@ -22,6 +22,7 @@
25 Andrew Kerr <andrewghkerr@gmail.com>
25 Carl Simon Adorf <csadorf@umich.edu>
22 Jens Glaser <jsglaser@umich.edu>
21 Alain Kadar <alaink@umich.edu>
20 Tim Moore <mtimc@umich.edu>
18 Kody Takada <ktakada@umich.edu>
13 Pavel Buslaev <pbuslaev@gmail.com>
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
# built documents.
#
# version and release are set the same for this package.
version = "2.11.0"
release = "2.11.0"
version = "2.12.0"
release = "2.12.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__ = "2.11.0"
__version__ = "2.12.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 = 2.11.0
current_version = 2.12.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 = "2.11.0"
version = "2.12.0"

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