Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"description": "pyhf plug-in for spey package",
"license": "MIT",
"title": "SpeysideHEP/spey-pyhf: v0.2.0",
"version": "v0.2.0",
"title": "SpeysideHEP/spey-pyhf: v0.2.1",
"version": "v0.2.1",
"upload_type": "software",
"creators": [
{
"affiliation": "Stony Brook University",
"affiliation": "University College London, City St George's, University of London",
"name": "Araz, Jack Y.",
"orcid": "0000-0001-8721-8042"
}
Expand All @@ -29,7 +29,7 @@
},
{
"scheme": "url",
"identifier": "https://github.com/SpeysideHEP/spey-pyhf/tree/v0.2.0",
"identifier": "https://github.com/SpeysideHEP/spey-pyhf/tree/v0.2.1",
"relation": "isSupplementTo"
},
{
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
[![Documentation Status](https://readthedocs.org/projects/spey-pyhf/badge/?version=main&style=plastic)](https://spey-pyhf.readthedocs.io)
[![GitHub License](https://img.shields.io/github/license/SpeysideHEP/spey-pyhf?style=plastic)](https://github.com/SpeysideHEP/spey-pyhf/blob/main/LICENSE)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/spey-pyhf?style=plastic)

``pyhf`` plugin for spey interface can be found in [PyPi library](https://pypi.org/project/spey-pyhf/) and can be downloaded using

```bash
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
download_url=f"https://github.com/SpeysideHEP/spey-pyhf/archive/refs/tags/v{version}.tar.gz",
author="Jack Y. Araz",
author_email=("jack.araz@stonybrook.edu"),
author_email=("j.araz@ucl.ac.uk"),
license="MIT",
package_dir={"": "src"},
packages=find_packages(where="src"),
Expand All @@ -49,7 +49,7 @@
]
},
install_requires=requirements,
python_requires=">=3.8, <3.13",
python_requires=">=3.8, <3.14",
classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand All @@ -62,6 +62,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
extras_require={
"dev": ["pytest>=7.1.2", "pytest-cov>=3.0.0", "twine>=3.7.1", "wheel>=0.37.1"],
Expand Down
2 changes: 1 addition & 1 deletion src/spey_pyhf/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the spey - pyhf plugin"""

__version__ = "0.2.0"
__version__ = "0.2.1"