Skip to content

Commit 8be3e90

Browse files
authoredJan 5, 2024
docs: Bump version: 0.7.5 → 0.7.6 (#2433)
* Forward port the version bump information from release v0.7.6 on the release/v0.7.x branch.
1 parent f2ce224 commit 8be3e90

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed
 

‎.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.5",
5-
"version": "v0.7.5",
4+
"title": "scikit-hep/pyhf: v0.7.6",
5+
"version": "v0.7.6",
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.5",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.7.6",
4040
"relation": "isSupplementTo"
4141
}
4242
]

‎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.5"
18-
version: 0.7.5
17+
title: "pyhf: v0.7.6"
18+
version: 0.7.6
1919
doi: 10.5281/zenodo.1169739
20-
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.5"
21-
url: "https://pyhf.readthedocs.io/en/v0.7.5/"
20+
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6"
21+
url: "https://pyhf.readthedocs.io/en/v0.7.6/"
2222
keywords:
2323
- python
2424
- physics

‎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.5}",
313-
version = {0.7.5},
312+
title = "{pyhf: v0.7.6}",
313+
version = {0.7.6},
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.5}
316+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6}
317317
}
318318
319319
@article{pyhf_joss,
@@ -368,7 +368,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
368368
:target: https://nsf.gov/awardsearch/showAward?AWD_ID=2323298
369369
.. |NumFOCUS Affiliated Project| image:: https://img.shields.io/badge/NumFOCUS-Affiliated%20Project-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
370370
:target: https://numfocus.org/sponsored-projects/affiliated-projects
371-
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.7.5-blue.svg
371+
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.7.6-blue.svg
372372
:target: https://pyhf.readthedocs.io/
373373
.. |Docs from main| image:: https://img.shields.io/badge/docs-main-blue.svg
374374
:target: https://scikit-hep.github.io/pyhf
@@ -383,7 +383,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
383383
:target: https://prefix.dev/channels/conda-forge/packages/pyhf
384384
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/pyhf.svg
385385
:target: https://pypi.org/project/pyhf/
386-
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.7.5-blue?logo=Docker
386+
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.7.6-blue?logo=Docker
387387
:target: https://hub.docker.com/r/pyhf/pyhf/tags
388388
.. |Docker Hub pyhf CUDA| image:: https://img.shields.io/badge/pyhf-CUDA-blue?logo=Docker
389389
:target: https://hub.docker.com/r/pyhf/cuda/tags

‎codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@
122122
"runtimePlatform": "Python 3"
123123
},
124124
"url": "https://github.com/scikit-hep/pyhf",
125-
"version": "0.7.5"
125+
"version": "0.7.6"
126126
}

‎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.5", "matplotlib>=3.0.0"])
23+
await piplite.install(["pyhf==0.7.6", "matplotlib>=3.0.0"])
2424
# %matplotlib inline
2525
import pyhf
2626

‎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.5}",
4-
version = {0.7.5},
3+
title = "{pyhf: v0.7.6}",
4+
version = {0.7.6},
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.5}
7+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6}
88
}
99

1010
@article{pyhf_joss,

‎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.5}", version = {0.7.5}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.5}}@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.6}", version = {0.7.6}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6}}@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.

‎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.5"
4+
current = "0.7.6"
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.5 → {new_version}"
22+
message_template = "Bump version: 0.7.6 → {new_version}"
2323
tag_template = "v{new_version}"
2424

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

0 commit comments

Comments
 (0)
Please sign in to comment.