Skip to content

Commit

Permalink
Merge pull request #996 from glotzerlab/release/2.11.0
Browse files Browse the repository at this point in the history
Release/2.11.0
  • Loading branch information
tommy-waltmann authored Aug 9, 2022
2 parents 856408a + 8f17bde commit b22b6ec
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 32 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Charlotte Shiqi Zhao <[email protected]> Charlotte Shiqi Zhao <56694726+Charlotte
Emily Siew <[email protected]> esiew <[email protected]>
DomFijan <[email protected]> domagoj <[email protected]>
DomFijan <[email protected]> Domagoj Fijan <[email protected]>
DomFijan <[email protected]> Domagoj Fijan <[email protected]>
Dylan Marx <[email protected]> marxd1 <[email protected]>
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.34.0'
rev: 'v2.37.3'
hooks:
- id: pyupgrade
args:
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: '4.0.1'
rev: '5.0.4'
hooks:
- id: flake8
types: ["file"]
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).

## v2.11.0 -- XXXX-XX-XX
## v2.11.0 -- 2022-08-09

### Added
* Support for 2D systems in `freud.diffraction.StaticStructureFactorDebye`.
Expand Down
45 changes: 23 additions & 22 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
2355 Bradley Dice <[email protected]>
2144 Vyas Ramasubramani <[email protected]>
2356 Bradley Dice <[email protected]>
2146 Vyas Ramasubramani <[email protected]>
1030 Eric Harper <[email protected]>
456 Jin Soo Ihm <[email protected]>
379 Tommy Waltmann <[email protected]>
316 Joshua A. Anderson <[email protected]>
240 Matthew Spellings <[email protected]>
196 Tommy Waltmann <[email protected]>
167 Kelly Wang <[email protected]>
126 DomFijan <domagoj.fijan@gmail.com>
126 dependabot <dependabot[bot]@users.noreply.github.com>
138 dependabot <dependabot[bot]@users.noreply.github.com>
137 DomFijan <domagoj.fijan@gmail.com>
110 Erin Teich <[email protected]>
92 Brandon Butler <[email protected]>
97 Brandon Butler <[email protected]>
89 Charlotte Shiqi Zhao <[email protected]>
66 M. Eric Irrgang <[email protected]>
62 Charlotte Shiqi Zhao <[email protected]>
53 Chrisy Du <[email protected]>
52 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
41 Yezhi Jin <[email protected]>
40 Antonio Osorio <[email protected]>
38 pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
35 Michael Stryk <[email protected]>
31 Richmond Newman <[email protected]>
26 Andrew Kerr <[email protected]>
25 Carl Simon Adorf <[email protected]>
25 Andrew Kerr <[email protected]>
25 Carl Simon Adorf <[email protected]>
22 Jens Glaser <[email protected]>
20 Tim Moore <[email protected]>
18 Kody Takada <[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 Ryan Marson <[email protected]>
8 Fengyi Gao <[email protected]>
6 Tom Grubb <[email protected]>
6 James Proctor <[email protected]>
8 Ryan Marson <[email protected]>
6 Allen LaCour <[email protected]>
6 Yina Geng <yinageng@umich.edu>
6 James Proctor <jproc@umich.edu>
6 Pengji Zhou <[email protected]>
6 Tom Grubb <[email protected]>
6 Yina Geng <[email protected]>
5 Alex Dutton <[email protected]>
5 Carolyn Phillips <[email protected]>
4 Mayank Agrawal <[email protected]>
4 William Zygmunt <[email protected]>
4 Ben Swerdlow <[email protected]>
4 James Antonaglia <[email protected]>
3 Rose Cersonsky <[email protected]>
4 Mayank Agrawal <[email protected]>
4 William Zygmunt <[email protected]>
3 Greg van Anders <[email protected]>
3 Rose Cersonsky <[email protected]>
3 Wenbo Shen <[email protected]>
2 Emily Siew <[email protected]>
2 Maya Martirossyan <[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]>
1 Jiwoong Yu <[email protected]>
1 Luis Y. Rivera-Rivera <[email protected]>
1 Patrick Lawton <[email protected]>
1 Paul Dodd <[email protected]>
1 Roy Kid <[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.10.0"
release = "2.10.0"
version = "2.11.0"
release = "2.11.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 @@ -32,7 +32,7 @@ Compile from source

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

- A C++14-compliant compiler
- A C++17-compliant compiler
- `Python <https://www.python.org/>`__ (>=3.6)
- `NumPy <https://www.numpy.org/>`__ (>=1.14)
- `Intel Threading Building Blocks <https://www.threadingbuildingblocks.org/>`__ (>=2019.7)
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.10.0"
__version__ = "2.11.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.10.0
current_version = 2.11.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.10.0"
version = "2.11.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 b22b6ec

Please sign in to comment.