Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uproot3-methods

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uproot3-methods

Pythonic mix-ins for ROOT classes.

  • 0.10.1
  • PyPI
  • Socket score

Maintainers
1

.. inclusion-marker-1-5-do-not-remove

This package is typically used as a dependency for uproot 3.x <https://github.com/scikit-hep/uproot3>__, to define methods on the classes that are automatically generated from ROOT files. This includes histograms (TH*) and physics objects like TLorentzVectors. The reason it's a separate library is so that we can add physics-specific functionality on a shorter timescale than we can update Uproot 3 itself, which is purely an I/O package.

Occasionally, this library is used without Uproot 3, as a way to make arrays of TLorentzVectors.

Note: this package is incompatible with awkward>=1.0 and uproot>=4.0! For Lorentz vectors, use vector <https://github.com/scikit-hep/vector>__. Since the versions of Awkward Array and Uproot that this is compatible with are deprecated, this library is deprecated as well.

.. inclusion-marker-2-do-not-remove

Installation

Install uproot3-methods like any other Python package:

.. code-block:: bash

pip install uproot3-methods               # maybe with sudo or --user, or in virtualenv

Dependencies:

  • numpy <https://scipy.org/install.html>__ (1.13.1+)
  • Awkward Array 0.x <https://github.com/scikit-hep/awkward-0.x>__

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc