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.5.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.5-cp314-cp314-win_arm64.whl (21.9 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

musica-0.16.5-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.5-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.5-cp314-cp314-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

musica-0.16.5-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.5-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.5-cp313-cp313-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

musica-0.16.5-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.5-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.5-cp312-cp312-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

musica-0.16.5-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.5-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.5-cp311-cp311-macosx_15_0_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

musica-0.16.5-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.5-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.5-cp310-cp310-macosx_15_0_x86_64.whl (25.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

musica-0.16.5-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.5.tar.gz.

File metadata

  • Download URL: musica-0.16.5.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.5.tar.gz
Algorithm Hash digest
SHA256 55701900fb10b4bb68e6aeafa7bb9d9737ab91d9a01856e7969bcc983e9b570e
MD5 715c1e9e30e5d7e5a55fc23bc70ef2fa
BLAKE2b-256 028fb17177ecf686d98a2f5a68a922b3e702923c7b3d7ad80b9c7fe53075a320

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3fac45a44a1acf25a9dba9dab6e472d800f122c0403910ae975ff721d681937b
MD5 177670f6427135153e0fecdd4d2b0e90
BLAKE2b-256 be0bc46fcf5e7147956c961ab3d23b862fd6f52af7c284c746a073257b7d6761

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a88f0df28ce4336a41c81152f2a54fccfcbb39d3f6a14b18801d39b4ccf0bba7
MD5 60bdfca796ef41bbebb390d67dce1d90
BLAKE2b-256 5b65e8a72a894d8e31fe869d4b55ad7477aa820a82156e0036d6749ba233cb4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 20671ae2d1bd951b800a15e8ad06d43cad4fd0989141e51a70cc9b7194b1066b
MD5 6ec282774e6259dd7e36ec6284ce511e
BLAKE2b-256 698e23d0a6bf422605badbd1ae0f08f273f047163cddfd203321d539b431edec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 678f11ab2a551e9d3529737e19040c3b22c9325a1f8f8a37d8888c38a840ab8d
MD5 a914ac714a1e30805ddd88413334667b
BLAKE2b-256 f992ce172a52edb3c27886f623fd956615902b176552f19683f4b24330465572

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 6d4156b550ccbca9b72fa766c29b4aadf8ce17ae3475291ba9d040f42ce715ce
MD5 c25f95907fb13971cbef648e49bb0f0f
BLAKE2b-256 202d4547fbada72eb1711e4666e84f88d6ddd03281d54d77b4a143fafbe076c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 81b742b3a4958b856cd0696cb40f57a23bb47dd83fee52234b7c53b45a914c78
MD5 56dce9ec3cb9b0322e3365c49067440b
BLAKE2b-256 45e329f6b283b0a8845b2eb5a363aeff86581c07570ba35c165e2ed7a943d15d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 413f4b7184e099c5660667de8b2e80de23cce5cc984e72d58cceb770c06a9c2d
MD5 3131567657baa7415dbfcf2a754f773c
BLAKE2b-256 7ab8f7b10968ab62036c4b61ac8fce15298b5f719f2a203083bcf9ac0dab84fd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 db682595d1477541af64cbf9c0299c0d42f9f1fce254bc0adc76e0b81c302b24
MD5 c6cd67541784f04bea48bd086f390911
BLAKE2b-256 2661b726b0e71b56031c48bcf90ebce2ed86ce96e313872a30c95522e1038cc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81a80499349d1f780911dbd88ce1e80eb2bae0313a3983a22f66c02fdd9fe071
MD5 fff53eb7bab5226720a5a0450c0f494a
BLAKE2b-256 7fba609d7b52e8649d477d18a3b06150eb5e27d980c035e4032c07173643196d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 214fc8167fedc67eb89ea264c15b102574d1fe54b599dc74eb3bbc8e90de5c36
MD5 b2784a4575f5fb8bbeb3ab9b8cc9e3df
BLAKE2b-256 af5a901846e30597fea30ab20c061f4ba5bc2188921146e9f55fd8f051831ebd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d70ef18ad676a2668c3f7c9dca24058ffea6cb4e356309aab4f480b57240c623
MD5 3894a404b795f2428680edbe335b1f7f
BLAKE2b-256 7a0cca093fb94e90294025f213fe7607c0d44f66a58747e856447674cbd4d0d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b6d8f299738be9cb78444e5675a7965be8ad98fc518054d8bbeeeb235afedc21
MD5 ef2dc21f6f72bc2fd2925b3b01669b61
BLAKE2b-256 308b66574333b00c2d4a40d2750a0cbaf52942665e4403570d060d1811934393

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8579ba7aa21d2cbb84ab4b72dea96de81b2fba2e1ce9f6a582786859ff9b6b4e
MD5 77eb29237c6cd170e07b801d6e6e77cd
BLAKE2b-256 bfcec6e0cc7320a0ab17aad5ffc60a6dc00b58ffa7ff823cbfff676117ab33ab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e1438eb7947d6abba33f3daf54142e71178edca850a924489e19dc82f29a3466
MD5 4777036247de2518c3c5347dd1e493e0
BLAKE2b-256 980873b1bef59d800ec170595e23ed1e6a612b92f4c8d52af89de8cacc49be67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d761e911db82771e41372799d30c631d63fedbdf3c0e96309a5206beb05ee322
MD5 b652bfeb7ffe724b6b644f0a4da432a1
BLAKE2b-256 151c5a217c41a2f238207665b29a9c209c728591e887e7b0bd49d993f2691d4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 884944e03f62bb47c1abb4b9da532b7dc1c0c95bba48af6077ff9800f913c98a
MD5 602dd50e9a8c35aecf572c9939b9fcb9
BLAKE2b-256 c25bb220246a7cc9651cc9af3654d223a024d69118afe16c6cb4d9e360c7dceb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 fee65c4286467b0777e3242755d749abdb305c959038028ceac046f4501c1800
MD5 60aff1447d641a5fec8160c079961578
BLAKE2b-256 ecb4ea548da7afc847dc4271db835fd695b456d82a196ce716c1fdee8644439c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dc5f0f67aa06e6482fa99b06f255f9b1c6675c6aa4eaa88a40fc7a70ce54a94a
MD5 c19b3e7ec4047e50d7e3a5ed68cd4975
BLAKE2b-256 ea5dfe87987b03126193aa0a90012d4b1d91f944a26fb67ac4158f0a0b835213

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 442be5435aa420fe419f010b9ff5bf05118a489b49347464095062c0b0f66954
MD5 78693404589a3b9396851bfd56f4b903
BLAKE2b-256 3821ddf3a6a588daaa54b2366f9d668d6263de5148756681c26195f8775b9ca2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67ca13be52af5ec88a2532e090c11088a2a531ece6b3cb8d3b4736071cc62e82
MD5 23397bd82e30ef543fffc25678e2ce11
BLAKE2b-256 015ee5ab808ad5c115445c7fbbc48f31c416566306ea3754cd4e1bea5a6c2e96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c61d9466f350390149ad51fdc688b486efcd0f3c8291398237029169e1068704
MD5 203c4ac72a2ca3424d601d1159cc374d
BLAKE2b-256 6da1256b479a0753d8f340c1f8c27784f85c1bd4255ec1b57520ea7c547732e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ad6e8379dc0cd1a2c426ccd5be39c513e2df3b0eeda3f18ff7510073eb57f0e
MD5 0c10113024fb8fc7c97a6d205f5bc43b
BLAKE2b-256 adac4ad923085f5c9e5b3f4f0d4874eb3515e88f044a5651a4f52ae6ce909db7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 dd71a81ff20e5eb4a408d0ee74d9687dd066b3e5e71b8a2bd855cc6ba88619e7
MD5 c205f960dee2d5b8abbbaa0c24bfd26f
BLAKE2b-256 13531f8b66c91cb857c4d7ba9912386069e7174ccbebc09294f1748466387012

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 5949be387439538da17a90c04c468fdaee1e3d2e500a1dd1cb698d957ed151ab
MD5 0ba5bc475edcaf3cb1d01e9ae7287f8b
BLAKE2b-256 d01c2e9b58865fcf4ffce511df3a7bd230e6705cc0eb5d8e4c751cd88c983e7f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: musica-0.16.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5f3e67b882a6b2deaba8ed52be208b04aae5d51c87c9dde4e8131cca4ce2ceba
MD5 280d795e3ae3ca7be0b6927239e79953
BLAKE2b-256 6ae98379e92b71bbf43f676b2a8fff9fb6d65d866c059e9da164883a99518af2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 142ac78c9102b85653bd7916474501d94ea9d53d46a604c0d35cc3d76ae810d0
MD5 61c6642b6ba7e45d0302bc1e0ce19d1d
BLAKE2b-256 3a71706528eb3969b8553fa3821eae9e94719576599b6b49577608932b71d737

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63945ba1694eb48c437299ca8a341b1f752cd0aaf02307432506c54cc335191f
MD5 9f956cb9275ac848873f32a0d705b790
BLAKE2b-256 b8484b9f4d988154db3fa846f309220ca2380d8d731200841b53e5aaa8c52bb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 da49a8d81777afafe16822cbe4061fb0a3966d96f54521addea87e5023695abd
MD5 f5bcf9946b61e104e120a217f6608792
BLAKE2b-256 f577db3bda8b514e8fa8258dbee33e50c196199d45fe2e30a211819563e4683d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for musica-0.16.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 74171059cb434f858e0b76d7936ec928bf0da3aaf4e9d75e7445f0a233250572
MD5 0f9c82717179fc43930e96b9690d628f
BLAKE2b-256 0b706a4443e735c09bba65a6b6f2dfffd862f99ff060f6de2c1e904c75c95575

See more details on using hashes here.

Provenance

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

This release

0.16.5 This release

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