Plotting API for HEP flavour tagging plots.
Project description
puma - Plotting UMami Api
The Python package puma
provides a plotting API for commonly used plots in flavour tagging.
ROC curves | Histogram plots | Variable vs efficiency |
---|---|---|
Installation
puma
can be installed from PyPI or using the latest code from this repository.
Install latest release from PyPI
pip install puma-hep
The installation from PyPI only allows to install tagged releases, meaning you can not
install the latest code from this repo using the above command.
If you just want to use a stable release of puma
, this is the way to go.
Install latest version from GitHub
pip install https://github.com/umami-hep/puma/archive/main.tar.gz
This will install the latest version of puma
, i.e. the current version
from the main
branch (no matter if it is a release/tagged commit).
If you plan on contributing to puma
and/or want the latest version possible, this
is what you want.
Docker images
The Docker images are built on GitHub and contain the latest version from the main
branch.
The container registry with all available tags can be found here.
The puma:latest
image is based on python:3.8.15-slim
and is meant for users who want to use the latest version of puma
. For each release, there is a corresponding tagged image.
You can start an interactive shell in a container with your current working directory
mounted into the container by using one of the commands provided below.
On a machine with Docker installed:
docker run -it --rm -v $PWD:/puma_container -w /puma_container gitlab-registry.cern.ch/atlas-flavor-tagging-tools/training-images/puma-images/puma:latest bash
On a machine/cluster with singularity installed:
singularity shell -B $PWD docker://gitlab-registry.cern.ch/atlas-flavor-tagging-tools/training-images/puma-images/puma:latest
Extended image for development
For development, just replace the tag of the image:
latest
-> latest-dev
In addition to the minimal requirements that are required to use puma
, the
puma:latest-dev
image has the requirements.txt
from the puma
repo installed as
well.
This means that packages like pytest
, black
, pylint
, etc. are installed as well.
However, note that puma
itself is not installed in that image such that the dev-version
on your machine can be used/tested.
The images are automatically updated via GitHub and pushed to this repository registry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file puma-hep-0.2.2.tar.gz
.
File metadata
- Download URL: puma-hep-0.2.2.tar.gz
- Upload date:
- Size: 61.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0aca93373eb98ee26db24a248dc585523e2c816a6b922062ad2ce76c9e345c7 |
|
MD5 | aef6b3acc0e18dbb9569ff48c666b006 |
|
BLAKE2b-256 | 3a571d14da4e0053efcc70772a02db3be1e960c04242d1e2f507ca4c3b088c50 |
File details
Details for the file puma_hep-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: puma_hep-0.2.2-py3-none-any.whl
- Upload date:
- Size: 73.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 589f8b5f0a6e87e3a04d95530f4c67da546faaad01ba8414b7acd64269bedad4 |
|
MD5 | ff8ac2886cb7da01b9e635d262b0560a |
|
BLAKE2b-256 | f54d120b402f9940ea08e1555294ff50febaf1a9416fda633d514d9d6f69d299 |