From 10b17dd404ca2a0d7b109caaa806c72725ff61c2 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 15 Sep 2023 10:07:12 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20Bump=20version:=200.7.3=20=E2=86=92=200?= =?UTF-8?q?.7.4=20(#2331)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Forward port the version bump information from release v0.7.4 on the release/v0.7.x branch. --- .zenodo.json | 6 +++--- CITATION.cff | 8 ++++---- README.rst | 10 +++++----- codemeta.json | 2 +- docs/lite/jupyterlite.py | 2 +- src/pyhf/data/citation.bib | 6 +++--- src/pyhf/utils.py | 2 +- tbump.toml | 4 ++-- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 4b6a6dd2a7..e1ede5548b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "pure-Python HistFactory implementation with tensors and autodiff", "license": "Apache-2.0", - "title": "scikit-hep/pyhf: v0.7.3", - "version": "v0.7.3", + "title": "scikit-hep/pyhf: v0.7.4", + "version": "v0.7.4", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.7.3", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.7.4", "relation": "isSupplementTo" } ] diff --git a/CITATION.cff b/CITATION.cff index 85180666c9..32128c124b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,11 +14,11 @@ authors: given-names: "Giordon" orcid: "https://orcid.org/0000-0001-6616-3433" affiliation: "SCIPP, University of California, Santa Cruz" -title: "pyhf: v0.7.3" -version: 0.7.3 +title: "pyhf: v0.7.4" +version: 0.7.4 doi: 10.5281/zenodo.1169739 -repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.3" -url: "https://pyhf.readthedocs.io/en/v0.7.3/" +repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.7.4" +url: "https://pyhf.readthedocs.io/en/v0.7.4/" keywords: - python - physics diff --git a/README.rst b/README.rst index e4c8fa7038..b536b9a08c 100644 --- a/README.rst +++ b/README.rst @@ -309,11 +309,11 @@ the preferred BibTeX entry for citation of ``pyhf`` includes both the @software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, - title = "{pyhf: v0.7.3}", - version = {0.7.3}, + title = "{pyhf: v0.7.4}", + version = {0.7.4}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, - note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.3} + note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.4} } @article{pyhf_joss, @@ -365,7 +365,7 @@ and grant `OAC-1450377 =3.0.0"]) +await piplite.install(["pyhf==0.7.4", "matplotlib>=3.0.0"]) # %matplotlib inline import pyhf diff --git a/src/pyhf/data/citation.bib b/src/pyhf/data/citation.bib index d238c3f7a6..ea49d8f090 100644 --- a/src/pyhf/data/citation.bib +++ b/src/pyhf/data/citation.bib @@ -1,10 +1,10 @@ @software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, - title = "{pyhf: v0.7.3}", - version = {0.7.3}, + title = "{pyhf: v0.7.4}", + version = {0.7.4}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, - note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.3} + note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.4} } @article{pyhf_joss, diff --git a/src/pyhf/utils.py b/src/pyhf/utils.py index 74e6e0fbee..45f3d89f3e 100644 --- a/src/pyhf/utils.py +++ b/src/pyhf/utils.py @@ -111,7 +111,7 @@ def citation(oneline=False): >>> import pyhf >>> pyhf.utils.citation(oneline=True) - '@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.7.3}", version = {0.7.3}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.3}}@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}}' + '@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.7.4}", version = {0.7.4}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.7.4}}@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}}' Keyword Args: oneline (:obj:`bool`): Whether to provide citation with new lines (default) or as a one-liner. diff --git a/tbump.toml b/tbump.toml index 011f1fe977..34a0361310 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/scikit-hep/pyhf/" [version] -current = "0.7.3" +current = "0.7.4" # Example of a semver regexp. # Make sure this matches current_version before @@ -19,7 +19,7 @@ regex = ''' [git] # The current version will get updated when tbump is run -message_template = "Bump version: 0.7.3 → {new_version}" +message_template = "Bump version: 0.7.4 → {new_version}" tag_template = "v{new_version}" # For each file to patch, add a [[file]] config