Skip to content

Commit

Permalink
chore: bump boost-histogram version (#151)
Browse files Browse the repository at this point in the history
* chore: bump boost-histogram version

* ci: drop double checking pre-commits
  • Loading branch information
henryiii authored Mar 17, 2021
1 parent 62fdc1f commit 7efad07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual
extra_args: --hook-stage manual check-manifest

checks:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repos:
hooks:
- id: mypy
files: ^src
additional_dependencies: ["numpy>=1.20", "matplotlib>=3.3", "boost-histogram~=1.0.0"]
additional_dependencies: ["numpy>=1.20", "matplotlib>=3.3", "boost-histogram~=1.0.1"]

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Version 2.2.1
* Fix static typing with ellipses.
`#145 <https://github.com/scikit-hep/hist/pull/145>`_

* Require boost-histogram 1.0.1+, fixing typing related issues, allowing
subclassing Hist without a family and including a important Mean/WeighedMean
summing fix.
`#151 <https://github.com/scikit-hep/hist/pull/151>`_

Version 2.2.0
--------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords =
[options]
packages = find:
install_requires =
boost-histogram~=1.0.0
boost-histogram~=1.0.1
histoprint>=1.6
numpy>=1.13.3
typing_extensions;python_version<"3.8"
Expand Down

0 comments on commit 7efad07

Please sign in to comment.