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.4.tar.gz (6.7 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.4-cp314-cp314-win_arm64.whl (21.9 MB view details)

Uploaded CPython 3.14Windows ARM64

musica-0.16.4-cp314-cp314-win_amd64.whl (41.5 MB view details)

Uploaded CPython 3.14Windows x86-64

musica-0.16.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (25.0 MB view details)

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

musica-0.16.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

musica-0.16.4-cp314-cp314-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

musica-0.16.4-cp314-cp314-macosx_15_0_arm64.whl (22.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

musica-0.16.4-cp313-cp313-win_arm64.whl (21.2 MB view details)

Uploaded CPython 3.13Windows ARM64

musica-0.16.4-cp313-cp313-win_amd64.whl (40.4 MB view details)

Uploaded CPython 3.13Windows x86-64

musica-0.16.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (25.0 MB view details)

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

musica-0.16.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

musica-0.16.4-cp313-cp313-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

musica-0.16.4-cp313-cp313-macosx_15_0_arm64.whl (22.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

musica-0.16.4-cp312-cp312-win_arm64.whl (21.2 MB view details)

Uploaded CPython 3.12Windows ARM64

musica-0.16.4-cp312-cp312-win_amd64.whl (40.4 MB view details)

Uploaded CPython 3.12Windows x86-64

musica-0.16.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (25.0 MB view details)

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

musica-0.16.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

musica-0.16.4-cp312-cp312-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

musica-0.16.4-cp312-cp312-macosx_15_0_arm64.whl (22.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

musica-0.16.4-cp311-cp311-win_arm64.whl (21.2 MB view details)

Uploaded CPython 3.11Windows ARM64

musica-0.16.4-cp311-cp311-win_amd64.whl (40.4 MB view details)

Uploaded CPython 3.11Windows x86-64

musica-0.16.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (25.0 MB view details)

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

musica-0.16.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

musica-0.16.4-cp311-cp311-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

musica-0.16.4-cp311-cp311-macosx_15_0_arm64.whl (22.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

musica-0.16.4-cp310-cp310-win_amd64.whl (40.4 MB view details)

Uploaded CPython 3.10Windows x86-64

musica-0.16.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (25.0 MB view details)

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

musica-0.16.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (21.9 MB view details)

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

musica-0.16.4-cp310-cp310-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

musica-0.16.4-cp310-cp310-macosx_15_0_arm64.whl (22.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for musica-0.16.4.tar.gz
Algorithm Hash digest
SHA256 5e5c40d7eae25652abe3acb7f94fed66d86f723c4384f931f56379e7869cef63
MD5 cb9b82815d7b2c1a149d10801b8bcfaf
BLAKE2b-256 184ae45e8ac94843ef14d78cdd4e3927452d9ac2d6039b4f6850be12116fa3fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4.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.4-cp314-cp314-win_arm64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 14d36e56e5c2baaf36a86e5aa3274d2744b9759754f0c476e89c2f3521b8359d
MD5 6ee1ce1bdc813257da0a07ebe01786c4
BLAKE2b-256 3a3d704b9e9a5539f3aa33a47fda11dcdc698a278ccc8a51b4f236fb3009b263

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d2cac67102c1dd70d040bc9ba5257a7afc5227d613f838e67dd8cb66443e5f1e
MD5 beaec051ec9a4fce3bef6ed58cd0031a
BLAKE2b-256 429d36570c2bc0ba03201ac7b22b58fafc85889d52baf26091af7dba6b20dc5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0d23b05f9bfc2acb942883403847d3b0541f0e4d90986b3333729457ae867a8
MD5 25407d75af23fa43215cfff41ce5c908
BLAKE2b-256 86595ad37f99c8df2460d19357e99bd633fbe7ad654b6f49ecbe0fafeec1541b

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43df0b5c1392d333d4cf7175f5fd68858df0e48abd8894adb43ddfe9a8d60651
MD5 19bdcc2cc8ea4d9334f3c056008f18b4
BLAKE2b-256 3bbe6f01610fc64964e45cbce0d269abb86085fb2607b056ed63da1bbe75057f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ef428dbfa87ff76093d51a1bcd47b9f37d9bc19fda39c6e6b28314036ca3a1a4
MD5 a11936e7021b2a93b81b75505a761b11
BLAKE2b-256 d6e0b7b77c76ffe139069fbe0f91de906fcdb5242acc1bf2e81392bd52be39c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7ce1eabf70d307eff54a2a1e5ef923bc19e1dbc8a4295bffec02304ba44a3302
MD5 9583c387612b8680f3688e6cf0176bd0
BLAKE2b-256 04b2273e8107dfadb66043ad7ee0301d5e74f6f4722ffab410713092b22dcfe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b38c21a296fcd68ba7031c4679ac2d71e3a1f6ef05585c3e8ab451aaab86ee35
MD5 76369e33ae89ca5946f1f676af78461d
BLAKE2b-256 d744a4ce66de651251649fa2de4b69cc07e5a7da3c059a7bb9151c66013fb75d

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2684bcab053afbd877c5c281675efc302fde1addf9de885db5b052e11ad3b835
MD5 00b76fdfc1c04ade5c755bdd4337fe8e
BLAKE2b-256 1096bf42503e181b9776b6033ed6fd94df85764739a75a2ed84436c55a0feebd

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f722222897ac371219ac15425fcf6ff678ff6a8454784dbe56147e04933b07f
MD5 5d8c0fe836e267982676addda7b304de
BLAKE2b-256 1f42d9006dda3ae987ba7c7197911412483e506148fe391c7df4eb2e65962d31

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 503313ff97e2d5b15efd4c7b4bd0a13da353b4f993d5a146d14a60aff816de37
MD5 432a39d46eeec96112ab991a30963b50
BLAKE2b-256 d1945109c7c23e6ddf1ed909dd78e83cb4b75809d64a7d62b538a0bba58dded6

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 33304c3451582fe2c234fcb4f8ba7560f003b6e2f710e2c3091a99fdfc43f95a
MD5 a51440dfa3f4075307004e2aaa5fbb69
BLAKE2b-256 506440719f9f85f537d74429d54ff56ec3d8390e10c0024d7c6536c415ffd605

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d768142e773d71ffcb2a8e297d2629e2827ad2b7a55deee9e9621f694b9249d1
MD5 b81f441f4748763a5a10d12907e2aad8
BLAKE2b-256 c6e8e03c021ef350f74b4b713909f8563c24899e1f8f5d8a646e46e86fd4bbc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7b95aba0675d98240b4f062c86680af88c2a5eeb339ee07befa3586e0d5fd06a
MD5 e300b17dbb2f13aa4449312068b8a613
BLAKE2b-256 a1002d4d0dd27e613f869005dfb52e05a66eec534892da8897ada5932b6d8e95

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1fb9d104c9b3f17b99e6b87928425d0a8c3da48bbe595998aebd3ca0d28a8169
MD5 74586f12075890a6145e0b90300ebdcf
BLAKE2b-256 13c30f702d072fe5a1c4b435cff64ce4a43d299bed0fb01838c5b3f9093d15f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b591a5694362c5554ab0601f6657c5f399b7f81a9d8c7686688b27a3aa295510
MD5 6dabccf56427f229cb86aef6b047256a
BLAKE2b-256 20315bcd3f0252849a00dff23ce9c8afba8fe81c24cb68dd8a2a08ed6148407e

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47cfcc0c0238c115cb24334fab3cb5cedb5e320e126ef30b9724f4422f63af79
MD5 19fcb25a55de0313b0300074d4fe63a7
BLAKE2b-256 b9e2f14a676d5e80a18857c83b189fbc145d6ee99813ac51547b59fe7fc65bf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a7e3e169df70faaefe67fb91b72ea0879f0b3e6548b85ea844747879cde7f171
MD5 aebee587111aa007870f2a2600ff1211
BLAKE2b-256 6a82017bbe7bbca4ae9120cc5aa309cd82b2adf9b57bd93abd4fc81045752a67

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 86a240a96cebbb12de68f2e22135a502cc032be331612241694ac76be96150a0
MD5 bcf5f86f23448aa34c88b412f35705ac
BLAKE2b-256 3d044d949e28f12156d4610fefb51956f5365810b6363e17c47fd58b293c202f

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 50be0c9bf8c9e0381dd8c204e4d96f3fcf15a4fdb681651ab260aeb42a1fc497
MD5 18bdb904c1f351d19f20f703bd1fdc03
BLAKE2b-256 9f2a399afbe49deaded00a9cdbaa2d21b10b9bc649f5a1f7755ca58e6e78118d

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0d75155c0c39d81150804fd566651b8fb185c44c4e5be1a7aa3508ec1196044
MD5 2da88015982a82d0bef33e27f505d83f
BLAKE2b-256 aa48f170a77865d96608b7447fbc7e7dcd504ca36481c4a06ecc15143ce44656

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a36ca6ec07721fefc4408ce49c1da9a2dfe374c75d7f1d51269b7b68dc04abc
MD5 83ca6f1e150c953e26c6c9b26d685104
BLAKE2b-256 077803226683c4bbfce3cfe1d40a98ecde88893cf16ec53a88b33cf56dd2fd0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4cfb482764d6f53918ca85ad724c299f2b03156965ebb2edecd464818e12dc46
MD5 38a3c910274ea2264daeedbec3b003b1
BLAKE2b-256 74832aa6d1240bbc489f7255e3b85b67753ab48c752d6c7fd0d414b1fa290e5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 1982542408206d990413322303a4decfbcda171300a6d72a9b939d330f1c32cd
MD5 c641a0b5156b51ccec06635fb3fcd466
BLAKE2b-256 71f9b2f37151ce679bc6162490907b2d41e0379813e14459fa2d797021984738

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 768a81bec3b68ddea5204cf56c418da3db5df9eab0a517cc8f7f0111e4b69568
MD5 ba82537c23cda4449b95fb6bf48e875e
BLAKE2b-256 158356dff1b33ff5d4facafb144785f23ee8af9569c2dfe911a749afcfb9025e

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for musica-0.16.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 52a8c9331254401a33032d7690b983eb13458fff97ea968a27ee2f04b86677fc
MD5 38f0a17b54e234fd480c71b3dec8d956
BLAKE2b-256 b2c2135c7d1517fd5da0723b5ce44e14efc11b15b02060de91ec7bd12bd1b7b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc3b81567c3c7211189ac59beaab41eddc04853f48641219f7c54fe9234a0f62
MD5 a1b05c1064c50c86e8c06828cb0f8ab5
BLAKE2b-256 e836489a8469923b981d98543170ef312e1bcc386bed9f42d7afe601d14d4ef4

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cb370bacc29b073f4b3ebfb30045a3693998f1c50157ce8ef8e323cf94d4618
MD5 4f54dee36bc169331fbb35d4cd228fd2
BLAKE2b-256 312931ac0d670f6ca401aa120724947311b59958362c1876fcc94339c8b1181d

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 8a861bf6ea8f0ca68b0fd79ae0a947ed150196317c5cccc94af7e70298170719
MD5 08fe4b50384bad711c5a7a3eb07d4f52
BLAKE2b-256 6f9d84eab555b7b11926517314e1f2c55257c486d72946fc6db7ae3179fbbefb

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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.4-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for musica-0.16.4-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3be0d6c1b80b791d8a8dab683c62f19d8e0fbad22b81cc3ee20c73ba05ad68ec
MD5 e93c3bea990708ccc285bbb2b1f008fb
BLAKE2b-256 83ec0955afa4c3eea8932a2fd77eb17a77f82bcf1051218a1fb44361c54573cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for musica-0.16.4-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

0.16.7

30 files

0.16.5

30 files

This release

0.16.4 This release

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