Skip to content

Commit

Permalink
Merge pull request #946 from glotzerlab/release/v2.9.0
Browse files Browse the repository at this point in the history
Release/v2.9.0
  • Loading branch information
tommy-waltmann authored Apr 19, 2022
2 parents b11763c + ff31054 commit e3d738c
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 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.1.0'
rev: 'v4.2.0'
hooks:
- id: end-of-file-fixer
exclude: |
Expand All @@ -29,7 +29,7 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.31.1'
rev: 'v2.32.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -56,7 +56,7 @@ repos:
hooks:
- id: cmake-format
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v13.0.1'
rev: 'v14.0.1'
hooks:
- id: clang-format
types_or: [c, c++]
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## vX.Y.Z -- XXXX-XX-XX
## v2.9.0 -- 2022-04-19

### Added
* (breaking) Some `freud.diffraction.StaticStructureFactorDebye` property names changed to be more descriptive.
Expand Down
39 changes: 20 additions & 19 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
2332 Bradley Dice <[email protected]>
2135 Vyas Ramasubramani <[email protected]>
2355 Bradley Dice <[email protected]>
2143 Vyas Ramasubramani <[email protected]>
1030 Eric Harper <[email protected]>
456 Jin Soo Ihm <[email protected]>
294 Joshua A. Anderson <[email protected]>
240 Matthew Spellings <[email protected]>
180 Tommy Waltmann <[email protected]>
167 Kelly Wang <[email protected]>
118 DomFijan <[email protected]>
111 Tommy Waltmann <[email protected]>
126 DomFijan <[email protected]>
119 dependabot <dependabot[bot]@users.noreply.github.com>
110 Erin Teich <[email protected]>
97 dependabot <dependabot[bot]@users.noreply.github.com>
86 Brandon Butler <[email protected]>
66 M. Eric Irrgang <[email protected]>
62 Charlotte Shiqi Zhao <[email protected]>
53 Chrisy Du <[email protected]>
41 Yezhi Jin <[email protected]>
40 Antonio Osorio <[email protected]>
37 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
35 Michael Stryk <[email protected]>
34 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
31 Richmond Newman <[email protected]>
26 Andrew Kerr <[email protected]>
25 Andrew Kerr <[email protected]>
25 Carl Simon Adorf <[email protected]>
25 Andrew Kerr <[email protected]>
22 Jens Glaser <[email protected]>
20 Tim Moore <[email protected]>
13 Pavel Buslaev <[email protected]>
10 Matt Palathingal <[email protected]>
10 Benjamin Schultz <[email protected]>
10 Bryan VanSaders <[email protected]>
10 Matt Palathingal <[email protected]>
9 Andrew Karas <[email protected]>
9 Mike Henry <[email protected]>
9 SyedZiaul <[email protected]>
8 Fengyi Gao <[email protected]>
8 Ryan Marson <[email protected]>
6 Allen LaCour <[email protected]>
6 James Proctor <[email protected]>
6 Pengji Zhou <[email protected]>
8 Fengyi Gao <[email protected]>
6 Tom Grubb <[email protected]>
6 James Proctor <[email protected]>
6 Allen LaCour <[email protected]>
6 Yina Geng <[email protected]>
6 Pengji Zhou <[email protected]>
5 Alex Dutton <[email protected]>
5 Carolyn Phillips <[email protected]>
4 Ben Swerdlow <[email protected]>
4 James Antonaglia <[email protected]>
4 Mayank Agrawal <[email protected]>
4 William Zygmunt <[email protected]>
3 Greg van Anders <[email protected]>
4 Ben Swerdlow <[email protected]>
4 James Antonaglia <[email protected]>
3 Rose Cersonsky <[email protected]>
3 Greg van Anders <[email protected]>
3 Wenbo Shen <[email protected]>
2 Emily Siew <[email protected]>
2 Maya Martirossyan <[email protected]>
1 Dylan Marx <[email protected]>
1 Jiwoong Yu <[email protected]>
1 Patrick Lawton <[email protected]>
1 Paul Dodd <[email protected]>
1 Roy Kid <[email protected]>
1 Paul Dodd <[email protected]>
1 Patrick Lawton <[email protected]>
1 Luis Y. Rivera-Rivera <[email protected]>
1 Jiwoong Yu <[email protected]>
1 Dylan Marx <[email protected]>
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.8.0"
release = "2.8.0"
version = "2.9.0"
release = "2.9.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 doc/source/gettingstarted/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The code below will install **freud** from `PyPI <https://pypi.org/project/freud
Compile from source
-------------------

The following are **required** for installing **freud**:
The following are **required** for building and installing **freud** from source:

- A C++14-compliant compiler
- `Python <https://www.python.org/>`__ (>=3.6)
Expand Down
2 changes: 1 addition & 1 deletion extern/voro++
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.8.0"
__version__ = "2.9.0"

__all__ = [
"__version__",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cython>=0.29.14
numpy>=1.14
rowan>=1.2.1
scipy>=1.1
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.8.0
current_version = 2.9.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.8.0"
version = "2.9.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 e3d738c

Please sign in to comment.