No project description provided
Project description
babyyoda
Differences to yoda
babyyoda has the advantages
- works with just Python 3 and can be installed with pip.
- makes it easy to manipulate the bin contents (compared to YODA-1).
- tries to adhere to the UHI standard.
- is easy to plot in a Jupyter notebook.
- keeps data representation close to the yoda file format.
and the disadvantages to yoda are that it
- is slower.
- is not as feature complete.
- is not as well tested.
- only has histogram support.
Installation
pip install babyyoda
Design
babyyoda is designed to be a drop-in replacement for yoda with a few key differences:
import babyyoda as yoda
with UHI support.
It can use either yoda (C++) or babyyoda.grogu (Python) as backend.
At some point the UHI support might be adapted by the original yoda package.
For a less feature complete version, babyyoda.grogu is a simpler python drop-in replacement for yoda without UHI:
import babyyoda.grogu as yoda
or force yoda use with
import babyyoda.yoda as yoda
License
babyyoda is distributed under the terms of the MIT license.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file babyyoda-0.0.5.tar.gz.
File metadata
- Download URL: babyyoda-0.0.5.tar.gz
- Upload date:
- Size: 247.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eee63181c4efd60f22304320b4e4439e6643bf9e96e82f31f0b8ba7dcc9b28ab
|
|
| MD5 |
341d371a339ff1546900dfc10f0bcb9e
|
|
| BLAKE2b-256 |
019c1a0588916c5550cd7d234bb54345101d937791d1958e95179bab1cbb7055
|
File details
Details for the file babyyoda-0.0.5-py3-none-any.whl.
File metadata
- Download URL: babyyoda-0.0.5-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2702e04d97bbf65e9100c776f558e7fce805863d8107ae4169ef0f9254ff5cd8
|
|
| MD5 |
3a20e8dccad77bd1dc189bb3df161edf
|
|
| BLAKE2b-256 |
81c2aced3232c6a6777f444f3ea86b9b1c3d861ddcfc5c44df5879ed3312c453
|