Skip to main content

MUSICA

GitHub Releases License docker macOS ubuntu windows Python Javascript tests Julia tests DOI PyPI version FAIR checklist badge codecov Binder

Multi-Scale Infrastructure for Chemistry and Aerosols

MUSICA is a collection of modeling software, tools, and grids, that allow for robust modeling of chemistry in Earth's atmosphere.

At present the project encompasses these core components

  • TUV-x

    • A photolysis rate calculator
  • MICM

    • Model Independent Chemical Module
  • CARMA

    • Community Aerosol and Radiation Model for Atmospheres (integration in development)
  • Mechanism Configuration

    • The standardized format to describe atmospheric chemistry

These components are used to drive the MUSICA software ecosystem. This is a snapshot of how MUSICA can be used with different models.

MUSICA Ecosystem

Installation

MUSICA provides interfaces for multiple programming languages. Choose the installation method that best fits your needs:

Python

Most scientific users may prefer our python interface. It can be installed with pip:

pip install musica

For detailed Python installation instructions, usage examples, and development information, see the Python README.

JavaScript

The JavaScript interface uses WebAssembly to run MUSICA components. This interface is most for tools developed for web browsers and only supports the C++ components of MUSICA. It can be installed from npm

npm install @ncar/musica

For detailed JavaScript installation instructions, usage examples, and development information, see the JavaScript README.

Fortran

The Fortran interface is designed for integration with Fortran-based atmospheric models. You can install this from spack

spack install musica

For detailed Fortran installation instructions, usage examples, and development information, see the Fortran README.

C++ / CMake

For C++ development or building from source with full control over options:

Prerequisites

Minimum required packages:

  • cmake (>= 3.21)
  • pkg-config
  • netcdf
  • netcdf-fortran
  • blas
  • lapack

Building from Source

git clone https://github.com/NCAR/musica.git
cd musica
mkdir build
cd build
ccmake ..
make
make install

MUSICA automatically downloads and builds additional dependencies (pybind11, googletest, MICM, TUV-x, Mechanism Configuration, CARMA) using CMake's FetchContent. If you have these packages already installed where CMake can find them, they will be used instead of being downloaded.

Quick Start

Documentation and Resources

Official Documentation

Available grids

Pre-made grids for use in MUSICA are available here.

Developer Options

Specifying dependency versions via parameterization at configure time

Introduced in Pull Request #124, it is possible for developers to specify which versions of various dependencies should be used. These options are currently limited to those dependencies managed via FetchContent. This change allows for more easily testing musica against changes committed in different repositories and branches. The environmental variables introduced are outlined in the following table.

CMake Dependency Variables

Musica Dependency Repository Branch, Tag or Hash
Google Test GOOGLETEST_GIT_REPOSITORY GOOGLETEST_GIT_TAG
MICM MICM_GIT_REPOSITORY MICM_GIT_TAG
TUV-X TUVX_GIT_REPOSITORY TUVX_GIT_TAG
PyBind11 PYBIND11_GIT_REPOSITORY PYBIND11_GIT_TAG
Mechanism Configuration MECH_CONFIG_GIT_REPOSITORY MECH_CONFIG_GIT_TAG

Example Usage

The following examples assume the working directory is a build/ directory inside the musica source directory.

Specifying a different version of tuv-x, to ensure a change won't break anything.

$ cmake .. \
    -DTUVX_GIT_REPOSITORY="https://github.com/WardF/tuv-x.git" \
    -DTUVX_GIT_TAG=test-fix

Specifying a specific version of tuv-x by has, but using the official repository.

$ cmake .. \
    -DTUVX_GIT_TAG=a6b2c4d8745

Contributing

We welcome contributions from the community! Please see our Contributing Guide for information on how to get involved.

For a complete list of contributors and authors, see AUTHORS.md.

Citations

MUSICA can be cited in at least two ways:

  1. Cite the foundational paper that defines the vision of the MUSICA software:

    • Pfister et al., 2020, Bulletin of the American Meteorological Society
    • Use the following BibTeX entry:
      @Article { acom.software.musica-vision,
          author = "Gabriele G. Pfister and Sebastian D. Eastham and Avelino F. Arellano and Bernard Aumont and Kelley C. Barsanti and Mary C. Barth and Andrew Conley and Nicholas A. Davis and Louisa K. Emmons and Jerome D. Fast and Arlene M. Fiore and Benjamin Gaubert and Steve Goldhaber and Claire Granier and Georg A. Grell and Marc Guevara and Daven K. Henze and Alma Hodzic and Xiaohong Liu and Daniel R. Marsh and John J. Orlando and John M. C. Plane and Lorenzo M. Polvani and Karen H. Rosenlof and Allison L. Steiner and Daniel J. Jacob and Guy P. Brasseur",
          title = "The Multi-Scale Infrastructure for Chemistry and Aerosols (MUSICA)",
          journal = "Bulletin of the American Meteorological Society",
          year = "2020",
          publisher = "American Meteorological Society",
          address = "Boston MA, USA",
          volume = "101",
          number = "10",
          doi = "10.1175/BAMS-D-19-0331.1",
          pages= "E1743 - E1760",
          url = "https://journals.ametsoc.org/view/journals/bams/101/10/bamsD190331.xml"
      }
      
  2. Cite the MUSICA software and its evaluation (MUSICAv0):

    • Schwantes et al., 2022, Journal of Advances in Modeling Earth Systems
    • Use the following BibTeX entry:
      @Article{acom.software.musica,
          author = {Schwantes, Rebecca H. and Lacey, Forrest G. and Tilmes, Simone and Emmons, Louisa K. and Lauritzen, Peter H. and Walters, Stacy and Callaghan, Patrick and Zarzycki, Colin M. and Barth, Mary C. and Jo, Duseong S. and Bacmeister, Julio T. and Neale, Richard B. and Vitt, Francis and Kluzek, Erik and Roozitalab, Behrooz and Hall, Samuel R. and Ullmann, Kirk and Warneke, Carsten and Peischl, Jeff and Pollack, Ilana B. and Flocke, Frank and Wolfe, Glenn M. and Hanisco, Thomas F. and Keutsch, Frank N. and Kaiser, Jennifer and Bui, Thao Paul V. and Jimenez, Jose L. and Campuzano-Jost, Pedro and Apel, Eric C. and Hornbrook, Rebecca S. and Hills, Alan J. and Yuan, Bin and Wisthaler, Armin},
          title = {Evaluating the Impact of Chemical Complexity and Horizontal Resolution on Tropospheric Ozone Over the Conterminous US With a Global Variable Resolution Chemistry Model},
          journal = {Journal of Advances in Modeling Earth Systems},
          volume = {14},
          number = {6},
          pages = {e2021MS002889},
          doi = {https://doi.org/10.1029/2021MS002889},
          url = {https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2021MS002889},
          eprint = {https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/2021MS002889},
          year = {2022}
      }
      

Download files

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

Source Distribution

musica-0.16.7.tar.gz (10.8 MB view details)

Uploaded Source

Built Distributions

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

musica-0.16.7-cp314-cp314-win_arm64.whl (26.0 MB view details)

Uploaded CPython 3.14Windows ARM64

musica-0.16.7-cp314-cp314-win_amd64.whl (45.5 MB view details)

Uploaded CPython 3.14Windows x86-64

musica-0.16.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (29.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

musica-0.16.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

musica-0.16.7-cp314-cp314-macosx_15_0_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

musica-0.16.7-cp314-cp314-macosx_15_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

musica-0.16.7-cp313-cp313-win_arm64.whl (25.2 MB view details)

Uploaded CPython 3.13Windows ARM64

musica-0.16.7-cp313-cp313-win_amd64.whl (44.5 MB view details)

Uploaded CPython 3.13Windows x86-64

musica-0.16.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (29.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

musica-0.16.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

musica-0.16.7-cp313-cp313-macosx_15_0_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

musica-0.16.7-cp313-cp313-macosx_15_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

musica-0.16.7-cp312-cp312-win_arm64.whl (25.2 MB view details)

Uploaded CPython 3.12Windows ARM64

musica-0.16.7-cp312-cp312-win_amd64.whl (44.5 MB view details)

Uploaded CPython 3.12Windows x86-64

musica-0.16.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (29.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

musica-0.16.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

musica-0.16.7-cp312-cp312-macosx_15_0_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

musica-0.16.7-cp312-cp312-macosx_15_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

musica-0.16.7-cp311-cp311-win_arm64.whl (25.2 MB view details)

Uploaded CPython 3.11Windows ARM64

musica-0.16.7-cp311-cp311-win_amd64.whl (44.4 MB view details)

Uploaded CPython 3.11Windows x86-64

musica-0.16.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (29.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

musica-0.16.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

musica-0.16.7-cp311-cp311-macosx_15_0_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

musica-0.16.7-cp311-cp311-macosx_15_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

musica-0.16.7-cp310-cp310-win_amd64.whl (44.4 MB view details)

Uploaded CPython 3.10Windows x86-64

musica-0.16.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (29.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

musica-0.16.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

musica-0.16.7-cp310-cp310-macosx_15_0_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

musica-0.16.7-cp310-cp310-macosx_15_0_arm64.whl (30.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file musica-0.16.7.tar.gz.

File metadata

  • Download URL: musica-0.16.7.tar.gz
  • Upload date:
  • Size: 10.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7.tar.gz
Algorithm Hash digest
SHA256 be2a82ef92c3509e6bd272711a6d0962f07082d0d5cb22f199489946f5d23dc8
MD5 13f5e8fae7096a6d87f2b82262c2b278
BLAKE2b-256 c5639c5607932f28c8e4afc1c3e8bad90acfc541fd86300450b8dcd7a25312a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7.tar.gz:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: musica-0.16.7-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 26.0 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1e08c0f52c66bfdc9934931a7bf76350a8b926a4b5482a990f9ebe354a525ba4
MD5 6c2149e9d696ef3bb4e7f3ea43b9702a
BLAKE2b-256 80c5eefe8ad34301b370ae02bc2a3ea542a60ff93820877ed0ca90a652a26c0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-win_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: musica-0.16.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 45.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4130e8a333843393fa932250b3a43c5883e282f1049fee574144ceab3146def6
MD5 0532210e226bbc16768984e0eb8f5ae4
BLAKE2b-256 0265c096d2a5326714d6ab8b860044eba3aff6015d5bc79e8a4317b76fab5ae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-win_amd64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bebbe9580dacdea94a2ef980a8f63495a669bc44768a65bea46927395638e8b3
MD5 cf04718cecbfe08e723c57f668606b86
BLAKE2b-256 2131b74f33ee3b032633f9384541d9a9114fa5d99c7b2c13767ad8d414091613

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 579315079f5539935b938f7b0fb0b54a859d353cff0ef5f8028690b04f428a10
MD5 a5cc5ed2e292a0f3c81eb9fcbfa69b4e
BLAKE2b-256 245dc2de6d707c41b891122b719d478643e948b14a3ac9280859f6d9a13fd6c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2c9543ac7759a27edf70e841e12bb0eb303ee0378d03ac3fecfe2183c8ea0f77
MD5 7385403bb7d495a05e9b5ea258f05a34
BLAKE2b-256 c5e77ef47f9405cfc7e6ae6acb5c6c3c6c87a1f2514ed328a435d6817b810d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 05e043cbda5618b68763a39621158080fbaa61d98ad5b034babbacbbde7faec6
MD5 4b40c3af758e4799953e7ba822cab541
BLAKE2b-256 b533642df32a6f130e091bbd71987736a93a8149a3d61b78991b254ada627e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: musica-0.16.7-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 25.2 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d6167b9f73e332f44a566ba79540b80b9f8478d945aabf8165014bd70f619a37
MD5 f8a02e9dbc37c1b2fa8a10b467ec6df4
BLAKE2b-256 3de964da02837fc55a33a23dd091e622263b0e9e0099caa09c0b1191ddc8eaf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-win_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: musica-0.16.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 44.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 26199d2e2b1b1cdbff93745d29f63ad71a1af6c67f1883296c579ac11b0b6c33
MD5 1b188ab98e11765adc326f55ec6b6519
BLAKE2b-256 7b9f9ba9185900e04a0a9bdbd46a08d55a4fdf1a1c1fbdd64ed323bea2c1c1ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-win_amd64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2e3203484cedc41f286dd3b9f41f3c5cf7214fdd1ce9102cbc889e9378e6bd3
MD5 90e004d25f988f0b783783aac8e385fc
BLAKE2b-256 e9d4151f252f0ce87c4e3a2a5ae24da5d56d09bfdec1127cdec90d3fd3aa6bcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed0b61d6c00a27184751531a9e98fb5497ea895231adb0dde4c3854bbb6ba309
MD5 5963a9416c38debb098693fb6023847e
BLAKE2b-256 f62bc7ec893d7ac44ec5cb3e85b357b2f5e6cb3b33c6df0f8e94c837cadd9926

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e50011e78e22d5a093016d89c412440afc9f790c1c49161d5819db0a4b92d2bc
MD5 8cf3b35839fd6094159cda61919cc44c
BLAKE2b-256 4437ac40ac640a234522da573c41e6744bca8a27b45e6fd99d5a3c5633fff449

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 678809446eb889862c65b6ab4778ca927b00a3daf408b4db172bbc7b020b3806
MD5 73923c344ef844ad05afe355f24bf148
BLAKE2b-256 363c3e84452d14b55da0fd20aeade70963f39437f39934374cd7a9007be1f164

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: musica-0.16.7-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 25.2 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 501349974111980bfb47756e85d1daa73a7b836ea87f2f665864c10988c53119
MD5 4ec845ed6c5ed6eca8898a4fe0520f34
BLAKE2b-256 0ec12fe639ed5ac435ba45959de76122f24ac90bd216d2381fd7533e978ba46f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-win_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: musica-0.16.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 44.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7bfcf275b3fb596506697d27bb305283b9a95843b415bc3d1b85567d15fa8502
MD5 40073582be272f5ce4250f1bc1979068
BLAKE2b-256 c44b8b644c6109b1ab1fd7a8a75ff99434b9db5ea9a3b9de938e3d902b1cae89

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-win_amd64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb0b2d057c53fc6fcbbb2f92de597fba7efd10f28c78b5a4c1f35b3a2c5e9c5d
MD5 375ba2195180f8907fbdaef5cb4942a7
BLAKE2b-256 34c4b607b557963f0da9388d87b770992f455641a375f5d72a25fd9116b7080d

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99f44817194c97515601315f11ccc11915cf255e58a9ccdf1b8e86f2a33aaa6d
MD5 d25210fc2d159d0e6b38e99464b042ec
BLAKE2b-256 7322f82b3d834db581a8fc20e506d0c4726f73e83859385c8b97c044895c861f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4654943bc68ae759d4f74a1e36287f96e4dfaa91a9a2d30ff21657af6149866e
MD5 e071a2b371cf7a90b8c0f1b466cae7d3
BLAKE2b-256 09b9faaf7ca7152bafe05ce7352d413c424018add2b2e126ee77e0983ff568b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c0f0360d494bd0384bf6b7a18b7a36eea2b8b9e38f42d690e54281f6da248d41
MD5 479489320d1cc40b713637d5a63723a2
BLAKE2b-256 e50f901b3532531b5d3cbdab0a5ee6877ec52736bb7f752fb30604b72123a76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: musica-0.16.7-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 25.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a0e2d7a6526b4c7c3c00c8f18390f641e078786f5b6a3de72fe0df6b03f70142
MD5 412f5b7ee7fb87a8f00943f917cd1271
BLAKE2b-256 c665051f0a5f3e5d57fcc558f24dd2cd16b85d9e3f3448440e610505797a1b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-win_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: musica-0.16.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 44.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 70e57d102e096880057ddc82905b514c955fdfc71b5a99ad2a9860bc7981488d
MD5 6df64fa7888fce3945598f3d73a655e2
BLAKE2b-256 feb9ed47a43c7e49fa5c2cc547e314fb927ad851348224196542cd30fc8e7c2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-win_amd64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fff1312438bd10484daa165e0429c888c2111f7c2ce0019678010dd52b85177d
MD5 571e0d2695cb9a42e9836a0269b4ccc3
BLAKE2b-256 6f8b159f9ee65ae57f47d47d6be5bede2202b62463e2cffe795b433a863288d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec18d0f5b3698759f64579d77b2a0acd2d59bd0ee55d77b44e1cf1756965996e
MD5 67bbafd7b4f9525f7724fa3a6f685973
BLAKE2b-256 0e94637e100258d3d565c14619307a8634c58d1e97fe10b5579bed966b95efda

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d0dacda871cc70628aa50347b0b0dba30df85ee6bbdece43f2e44e94894d4d6d
MD5 db256610db2b85ca56bc74cadb451ceb
BLAKE2b-256 1390aa1a317097f4866d16e4aa26d375504cb158101635f9ef66ed0954d499c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 46f1d920b56fc9f5172e128671fe13b5ffe9398acc02ef065cf47004458bfbcb
MD5 531659509b1d9ab72c7cd1f0c18b9277
BLAKE2b-256 4030eb39bff1acba024c93c3f687d9a3d5805ef01f1315b62fdbbea03f347ad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: musica-0.16.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 44.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for musica-0.16.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 515ba4438b96f24e829d66b08a55084ea0b5230472937211f019b0f2e7c10c1d
MD5 9cc90a4edc00c52e8352421bbc234ea0
BLAKE2b-256 a506c5b642d11259eb0215de5d710cd42f0f046a9d0b66b6d90888432a23ea54

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp310-cp310-win_amd64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad3c2fe553ae34735d2e9763157bb664672aa4a4481ccea42bd04c0bed873f1e
MD5 dce899e78fce5180e0eb1e23184767e7
BLAKE2b-256 7ceaf96569b425e204bbff733ed9422d101afd8ba1be1c4069c29396699aa562

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b94d6ceb6d019a148c8ad650cca5121aa4d30638ebd3a2118b272f2711d3ec97
MD5 2b7038dc04123963165102c317711cab
BLAKE2b-256 6e2b001673a4f2baf7342aba530b39545a4506657e764cdefd56faf2920defdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cfa531f3e39c873418e45885b602abc855b4a44045db99b41907e2a30722ce8d
MD5 1981cffce1d5714e9bed62826c062391
BLAKE2b-256 d7b1b945d547e50446f7bfe3773f0c6e8b5369e80709988b94d89a5f97adddec

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

File details

Details for the file musica-0.16.7-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.7-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 280ca987527a9859b451bb1e1e96ec350254fd074b3f085df644a979704e3241
MD5 6082d8f2cf58e7f9dccb63f7acf9e6ff
BLAKE2b-256 74fdb54040f61f33163e9fbb1f69aaf00735f6539df5bf49dd631570b849b550

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.7-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: python-wheels.yml on NCAR/musica

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

Release history Release notifications | RSS feed

This release

0.16.7 This release

30 files

0.16.5

30 files

0.16.4

30 files

0.16.3

30 files

0.16.2

30 files

0.16.1

30 files

0.16.0

30 files

0.15.0

35 files

0.14.5

35 files

0.14.4

35 files

0.14.2

35 files

0.14.1

31 files

0.13.0

41 files

0.12.2

41 files

0.12.1

33 files

0.12.0

21 files

0.11.1.4

21 files

0.11.1.3

21 files

0.11.1.2

21 files

0.11.1.1

30 files

0.11.1

65 files

0.10.1

36 files

0.10.0

36 files

0.9.0

36 files

0.8.1

36 files

0.8.0

36 files

0.7.3

36 files

0.7.1

1 file

0.7.0

1 file

0.6.1

1 file

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