Skip to content

Commit b35b863

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent f7f1000 commit b35b863

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

Diff for: .zenodo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "pure-Python HistFactory implementation with tensors and autodiff",
33
"license": "Apache-2.0",
4-
"title": "scikit-hep/pyhf: v0.7.1",
5-
"version": "v0.7.1",
4+
"title": "scikit-hep/pyhf: v0.7.2",
5+
"version": "v0.7.2",
66
"upload_type": "software",
77
"creators": [
88
{
@@ -36,7 +36,7 @@
3636
"related_identifiers": [
3737
{
3838
"scheme": "url",
39-
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.7.1",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.7.2",
4040
"relation": "isSupplementTo"
4141
}
4242
]

Diff for: CITATION.cff

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ authors:
1414
given-names: "Giordon"
1515
orcid: "https://orcid.org/0000-0001-6616-3433"
1616
affiliation: "SCIPP, University of California, Santa Cruz"
17-
title: "pyhf: v0.7.1"
18-
version: 0.7.1
17+
title: "pyhf: v0.7.2"
18+
version: 0.7.2
1919
doi: 10.5281/zenodo.1169739
20-
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.1"
21-
url: "https://pyhf.readthedocs.io/en/v0.7.1/"
20+
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.2"
21+
url: "https://pyhf.readthedocs.io/en/v0.7.2/"
2222
keywords:
2323
- python
2424
- physics

Diff for: README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ the preferred BibTeX entry for citation of ``pyhf`` includes both the
309309
310310
@software{pyhf,
311311
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark},
312-
title = "{pyhf: v0.7.1}",
313-
version = {0.7.1},
312+
title = "{pyhf: v0.7.2}",
313+
version = {0.7.2},
314314
doi = {10.5281/zenodo.1169739},
315315
url = {https://doi.org/10.5281/zenodo.1169739},
316-
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.1}
316+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.2}
317317
}
318318
319319
@article{pyhf_joss,
@@ -365,7 +365,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
365365
:target: https://nsf.gov/awardsearch/showAward?AWD_ID=1836650
366366
.. |NumFOCUS Affiliated Project| image:: https://img.shields.io/badge/NumFOCUS-Affiliated%20Project-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
367367
:target: https://numfocus.org/sponsored-projects/affiliated-projects
368-
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.7.1-blue.svg
368+
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.7.2-blue.svg
369369
:target: https://pyhf.readthedocs.io/
370370
.. |Docs from main| image:: https://img.shields.io/badge/docs-main-blue.svg
371371
:target: https://scikit-hep.github.io/pyhf
@@ -380,7 +380,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
380380
:target: https://prefix.dev/channels/conda-forge/packages/pyhf
381381
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/pyhf.svg
382382
:target: https://pypi.org/project/pyhf/
383-
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.7.1-blue?logo=Docker
383+
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.7.2-blue?logo=Docker
384384
:target: https://hub.docker.com/r/pyhf/pyhf/tags
385385
.. |Docker Hub pyhf CUDA| image:: https://img.shields.io/badge/pyhf-CUDA-blue?logo=Docker
386386
:target: https://hub.docker.com/r/pyhf/cuda/tags

Diff for: codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@
138138
"runtimePlatform": "Python 3"
139139
},
140140
"url": "https://github.com/scikit-hep/pyhf",
141-
"version": "0.7.1"
141+
"version": "0.7.2"
142142
}

Diff for: docs/lite/jupyterlite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import piplite
2121

2222
# Install pyhf in the browser
23-
await piplite.install(["pyhf==0.7.1", "matplotlib>=3.0.0"])
23+
await piplite.install(["pyhf==0.7.2", "matplotlib>=3.0.0"])
2424
# %matplotlib inline
2525
import pyhf
2626

Diff for: src/pyhf/data/citation.bib

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@software{pyhf,
22
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark},
3-
title = "{pyhf: v0.7.1}",
4-
version = {0.7.1},
3+
title = "{pyhf: v0.7.2}",
4+
version = {0.7.2},
55
doi = {10.5281/zenodo.1169739},
66
url = {https://doi.org/10.5281/zenodo.1169739},
7-
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.1}
7+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.2}
88
}
99

1010
@article{pyhf_joss,

Diff for: src/pyhf/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def citation(oneline=False):
111111
112112
>>> import pyhf
113113
>>> pyhf.utils.citation(oneline=True)
114-
'@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.7.1}", version = {0.7.1}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.1}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}'
114+
'@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.7.2}", version = {0.7.2}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.2}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}'
115115
116116
Keyword Args:
117117
oneline (:obj:`bool`): Whether to provide citation with new lines (default) or as a one-liner.

Diff for: tbump.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/scikit-hep/pyhf/"
22

33
[version]
4-
current = "0.7.1"
4+
current = "0.7.2"
55

66
# Example of a semver regexp.
77
# Make sure this matches current_version before
@@ -19,7 +19,7 @@ regex = '''
1919

2020
[git]
2121
# The current version will get updated when tbump is run
22-
message_template = "Bump version: 0.7.1 → {new_version}"
22+
message_template = "Bump version: 0.7.2 → {new_version}"
2323
tag_template = "v{new_version}"
2424

2525
# For each file to patch, add a [[file]] config

0 commit comments

Comments
 (0)