Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

SciHist

Batch execution utilities for data pipelines.

Provides utilities for running functions over combinations of metadata, automatically loading inputs and saving outputs.

Usage

from scihist import for_each, Fixed

for_each(
    process_data,
    inputs={"raw": RawData, "calibration": Fixed(Calibration, session="baseline")},
    outputs=[ProcessedData],
    subject=[1, 2, 3],
    session=["A", "B", "C"],
)

for_each

Executes a function for all combinations of metadata, loading inputs and saving outputs automatically.

Fixed

Wrapper to specify fixed metadata overrides for an input. Use when an input should be loaded with different metadata than the current iteration.

# Always load baseline from session="BL", regardless of current session
for_each(
    compare_to_baseline,
    inputs={
        "baseline": Fixed(StepLength, session="BL"),
        "current": StepLength,
    },
    outputs=[Delta],
    subject=[1, 2, 3],
    session=["A", "B", "C"],
)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scihist-0.1.9.dev0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scihist-0.1.9.dev0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file scihist-0.1.9.dev0.tar.gz.

File metadata

  • Download URL: scihist-0.1.9.dev0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for scihist-0.1.9.dev0.tar.gz
Algorithm Hash digest
SHA256 3cee7eba3f55f5cbde3bf1eaba7a6fc0fa6ec6a801240a403828dec44d8ed5c4
MD5 284c9136e04978713d94aaa27be263e0
BLAKE2b-256 b137efe7aa3fd70ca3ed839122bc612b0a0f7f1d45a3d25309b673ef3c601b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for scihist-0.1.9.dev0.tar.gz:

Publisher: publish.yml on mtillman14/scistack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scihist-0.1.9.dev0-py3-none-any.whl.

File metadata

  • Download URL: scihist-0.1.9.dev0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for scihist-0.1.9.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 5717614b884df46c3c60c1a83b2d86f45813d39677c69dad322d0cb5c91cdbbf
MD5 511d0315367a0f8ac561c71dcf04b960
BLAKE2b-256 8ee2e34093909b24bef9b9cc5a24a3c4879e90a6fae5d81aa660f271a8b247f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for scihist-0.1.9.dev0-py3-none-any.whl:

Publisher: publish.yml on mtillman14/scistack

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.1.29

2 files

0.1.28

2 files

0.1.26

2 files

0.1.21

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.14

2 files

0.1.13

2 files

0.1.11

2 files

0.1.10

2 files

This release

0.1.9.dev0 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page