All Projects → scikit-hep → Scikit Hep

scikit-hep / Scikit Hep

Licence: bsd-3-clause
Metapackage of Scikit-HEP project data analysis packages for Particle Physics.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Scikit Hep

particle
Package to deal with particles, the PDG particle data table, PDGIDs, etc.
Stars: ✭ 113 (-13.74%)
Mutual labels:  analysis, hep
Corpuscles.jl
Julia package for particle physics
Stars: ✭ 25 (-80.92%)
Mutual labels:  analysis, hep
Uproot3
ROOT I/O in pure Python and NumPy.
Stars: ✭ 312 (+138.17%)
Mutual labels:  analysis, hep
decaylanguage
Package to parse decay files, describe and convert particle decays between digital representations.
Stars: ✭ 34 (-74.05%)
Mutual labels:  analysis, hep
UnROOT.jl
Native Julia I/O package to work with CERN ROOT files
Stars: ✭ 52 (-60.31%)
Mutual labels:  analysis, hep
root pandas
A Python module for conveniently loading/saving ROOT files as pandas DataFrames
Stars: ✭ 108 (-17.56%)
Mutual labels:  analysis, hep
Uproot4
ROOT I/O in pure Python and NumPy.
Stars: ✭ 80 (-38.93%)
Mutual labels:  analysis, hep
Trading Signals
Technical indicators to run technical analysis with JavaScript / TypeScript. 📈
Stars: ✭ 118 (-9.92%)
Mutual labels:  analysis
Mwdb Core
Malware repository component for samples & static configuration with REST API interface.
Stars: ✭ 125 (-4.58%)
Mutual labels:  analysis
Git Repo Analysis
Scripts to analyse large Git repositories.
Stars: ✭ 117 (-10.69%)
Mutual labels:  analysis
Flashmingo
Automatic analysis of SWF files based on some heuristics. Extensible via plugins.
Stars: ✭ 115 (-12.21%)
Mutual labels:  analysis
Analysis
A tool helping you to extract useful information from strings.
Stars: ✭ 118 (-9.92%)
Mutual labels:  analysis
Tybalt
Training and evaluating a variational autoencoder for pan-cancer gene expression data
Stars: ✭ 126 (-3.82%)
Mutual labels:  analysis
Analyzing neural time series
python implementations of Analyzing Neural Time Series Textbook
Stars: ✭ 117 (-10.69%)
Mutual labels:  analysis
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-1.53%)
Mutual labels:  analysis
Captagent
100% Open-Source Packet Capture Agent for HEP
Stars: ✭ 116 (-11.45%)
Mutual labels:  hep
Easynmon
jmeter和Loadrunner性能测试过程,通过接口启动/关闭服务器资源监控任务(nmon),并生成html图表!
Stars: ✭ 130 (-0.76%)
Mutual labels:  analysis
Wxconn
统计你的微信连接多少人,包括好友、群聊人数,并提供去重后的长图结果
Stars: ✭ 128 (-2.29%)
Mutual labels:  analysis
Zpa
A parser and source code analyzer for PL/SQL and Oracle SQL.
Stars: ✭ 124 (-5.34%)
Mutual labels:  analysis
Codetective
a tool to determine the crypto/encoding algorithm used according to traces from its representation
Stars: ✭ 121 (-7.63%)
Mutual labels:  analysis

scikit-hep: metapackage for Scikit-HEP

.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg :target: https://scikit-hep.org

.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg :target: https://gitter.im/Scikit-HEP/community

.. image:: https://img.shields.io/pypi/v/scikit-hep.svg :target: https://pypi.python.org/pypi/scikit-hep

.. image:: https://img.shields.io/conda/vn/conda-forge/scikit-hep.svg :target: https://anaconda.org/conda-forge/scikit-hep

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1043949.svg :target: https://doi.org/10.5281/zenodo.1043949

.. image:: https://github.com/scikit-hep/scikit-hep/workflows/CI/badge.svg :target: https://github.com/scikit-hep/scikit-hep/actions?query=workflow%3ACI+branch%3Amaster

.. image:: https://coveralls.io/repos/github/scikit-hep/scikit-hep/badge.svg?branch=master :target: https://coveralls.io/github/scikit-hep/scikit-hep?branch=master

Project info

The Scikit-HEP project <http://scikit-hep.org/>_ is a community-driven and community-oriented project with the aim of providing Particle Physics at large with an ecosystem for data analysis in Python embracing all major topics involved in a physicist's work. The project started in Autumn 2016 and its packages are actively developed and maintained.

It is not just about providing core and common tools for the community. It is also about improving the interoperability between HEP tools and the Big Data scientific ecosystem in Python, and about improving on discoverability of utility packages and projects.

For what concerns the project grand structure, it should be seen as a toolset rather than a toolkit.

Getting in touch

There are various ways to get in touch <http://scikit-hep.org/get-in-touch.html>_ with project admins and/or users and developers.

scikit-hep package

scikit-hep is a metapackage for the Scikit-HEP project.

Installation .............

You can install this metapackage from PyPI with pip:

.. code-block:: bash

python -m pip install scikit-hep

or you can use Conda through conda-forge:

.. code-block:: bash

conda install -c conda-forge scikit-hep

All the normal best-practices for Python apply; you should be in a virtual environment, etc.

Package version and dependencies ................................

Please check the setup.py and requirements.txt files for the list of Python versions supported and the list of Scikit-HEP project packages and dependencies included, respectively.

For any installed scikit-hep the following displays the actual versions of all Scikit-HEP dependent packages installed, for example:

.. code-block:: python

>>> import skhep
>>> skhep.show_versions()

System:
    python: 3.8.6 (default, Sep 24 2020, 21:45:12)  [GCC 8.3.0]
executable: /usr/local/bin/python
   machine: Linux-4.19.104-microsoft-standard-x86_64-with-glibc2.2.5

Python dependencies:
       pip: 21.0.1
setuptools: 54.1.2
     numpy: 1.20.1
     scipy: 1.6.1
    pandas: 1.2.3
matplotlib: 3.3.4

Scikit-HEP package version and dependencies:
       awkward0: 0.15.5
        awkward: 1.1.2
boost_histogram: 1.0.0
  decaylanguage: 0.10.2
       hepstats: 0.3.1
       hepunits: 2.1.0
           hist: 2.2.0
     histoprint: 2.0.0
        iminuit: 2.4.0+ROOT-v6-23-01-RF-binSampling-685-ga642cc22e3
         mplhep: 0.2.17
       particle: 0.14.0
          skhep: 3.0.0
uproot3_methods: 0.10.0
        uproot3: 3.14.4
         uproot: 4.0.6

Note on the versioning system:

  • A version scikit-hep x.y`` is compatible with the releases of all package dependents versionsa.b.cfor allc``.
  • Major version updates are prepared every time (at least) a "package component" does the same.
  • Typical updates go with a minor version, so when (at least) a package goes from version a.b to ```x.(y+1)``.
  • Patch version updates are only done if there is some reason on the side of the metapackage itself.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].