Skip to main content

µGrid

µGrid is a C++ library for discrete representation of fields on structured grids, with Python bindings. It provides efficient data structures and algorithms for solving partial differential equations on regular grids, with support for MPI parallelization and GPU acceleration.

Features

  • Field collections: Manage scalar, vector, and tensor fields on structured grids with flexible memory layouts
  • Domain decomposition: Cartesian decomposition with ghost cell communication for stencil operations
  • Linear operators: Discrete differential operators including Laplacian and FEM gradient operators for spectral methods
  • FFT engine: Built-in Fast Fourier Transform with MPI-parallel support (auto-selected slab or pencil decomposition) and native cuFFT/rocFFT N-D transforms on the GPU
  • GPU support: Optional CUDA and HIP backends for GPU-accelerated computation
  • NetCDF I/O: Serial and parallel file I/O for checkpointing and analysis

µGrid is written in C++20 and has language bindings for Python via pybind11.

This README contains only a small quick start guide. Please refer to the full documentation for more help.

Quick start

To install µGrid, run

pip install muGrid

Note that on most platforms this will install a binary wheel, that was compiled with a minimal configuration. To compile for your specific platform use

pip install -v --no-binary muGrid muGrid

which will compile the code. µGrid will autodetect MPI. GPU support (CUDA/ROCm) is off by default and must be enabled explicitly at build time (see the documentation); it is not autodetected. For I/O, it will try to use Unidata NetCDF for serial builds and PnetCDF for MPI-parallel builds. Monitor output to see which of these options were automatically detected.

Funding

This development has received funding from the Swiss National Science Foundation, the European Research Council, and the Deutsche Foschungsgemeinschaft.

Release files for muGrid 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for muGrid 1.1.0
File Size Uploaded
mugrid-1.1.0.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for muGrid 1.1.0
File
mugrid-1.1.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
mugrid-1.1.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
mugrid-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
mugrid-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
mugrid-1.1.0-cp314-cp314-macosx_14_0_arm64.whl CPython 3.14 CPython 3.14 macOS 14.0+ ARM64 Details
mugrid-1.1.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
mugrid-1.1.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
mugrid-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
mugrid-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
mugrid-1.1.0-cp313-cp313-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 macOS 14.0+ ARM64 Details
mugrid-1.1.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
mugrid-1.1.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
mugrid-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
mugrid-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
mugrid-1.1.0-cp312-cp312-macosx_14_0_arm64.whl CPython 3.12 CPython 3.12 macOS 14.0+ ARM64 Details
mugrid-1.1.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
mugrid-1.1.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
mugrid-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
mugrid-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
mugrid-1.1.0-cp311-cp311-macosx_14_0_arm64.whl CPython 3.11 CPython 3.11 macOS 14.0+ ARM64 Details
mugrid-1.1.0-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
mugrid-1.1.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
mugrid-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
mugrid-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
mugrid-1.1.0-cp310-cp310-macosx_14_0_arm64.whl CPython 3.10 CPython 3.10 macOS 14.0+ ARM64 Details

Total release size: 130.4 MB

Release files / mugrid-1.1.0.tar.gz

Download URL mugrid-1.1.0.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
42773a126d49b979b0b417d32a516b5ed51345bf14c9928e7fb4bcfe9a7b0325
BLAKE2b-256 checksum
How to use checksums
4ea08b948dba98f94821103a7304b6d5a50552d4ff0b7b7a26271f6edf3e407a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / mugrid-1.1.0-cp314-cp314-win_arm64.whl

Download URL mugrid-1.1.0-cp314-cp314-win_arm64.whl
Size 5.4 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
99435decb973ccbdf2337b818105b57ebca9f3e17108b2d7ad5ebbee16b3af7d
BLAKE2b-256 checksum
How to use checksums
2a85557cda3f1a46cc0132fbb634327a564b3cbe0636770c5bf127fa87ff2e37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp314-cp314-win_amd64.whl

Download URL mugrid-1.1.0-cp314-cp314-win_amd64.whl
Size 5.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
5e850cc95af402b037e90a467d828838d732835a154bcb086bf7f7920c89d540
BLAKE2b-256 checksum
How to use checksums
9ea05e2ce56182c6404ef4004f42237b3e088c41c831ee544a6f91ec3a7a1b28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.2 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
004f89d69a02dbac54c0583afd7e7874a41567369d4cb7c8c8ac97591b54fc18
BLAKE2b-256 checksum
How to use checksums
c51a147ac0f1b2003e86d5e40e570643aea9cf73a6252680ded7974bd164ed4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.1.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.1 MB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c743bebb006a0a6885316640c2b1b1d0b626475c55dbc06424e5b0ab610aea6e
BLAKE2b-256 checksum
How to use checksums
e780510828ef5ad98cffd3649ace408b16706def632c09bb8a8a71e89142e621
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp314-cp314-macosx_14_0_arm64.whl

Download URL mugrid-1.1.0-cp314-cp314-macosx_14_0_arm64.whl
Size 4.8 MB
Tags CPython 3.14 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
816b61473e132a7dfbe77ada08eee3cf07b1c7ab52ec50fc4d34ce6756c50155
BLAKE2b-256 checksum
How to use checksums
0c63dd4c9d3c4f4fc01040246be96b9de3ac7c6cd8cf4784b5cb6d29d83f9638
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp313-cp313-win_arm64.whl

Download URL mugrid-1.1.0-cp313-cp313-win_arm64.whl
Size 5.3 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
ce3a098eda014aa8a0f10daad72487205f6f053bfc6d0afdbb9211912fc40397
BLAKE2b-256 checksum
How to use checksums
ad166426bb6416fb93ab92fa955d23f487f084811bc13df066c38a9768a336dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp313-cp313-win_amd64.whl

Download URL mugrid-1.1.0-cp313-cp313-win_amd64.whl
Size 5.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
db07f3984d6e087c704c518d141af2dfa92ba020b075d8849f0226b6ac0ba1e0
BLAKE2b-256 checksum
How to use checksums
b56621508a6a721191b499e8212fb59e3b237433a77b5c753d770d429fe26629
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.2 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8ca52b7bb3c58ac2dd57f503a8dc056d4364e0d7ffc4e26c019f75fcc4470d92
BLAKE2b-256 checksum
How to use checksums
a750bf04d289dd0eca1760bb114cedc27b1fa6bdff5ac057fb850bdaec251a81
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.1.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.1 MB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
15dbf625873296fe2192cb18c11c1ce03d062097d3c7f5e38261535f00387c0c
BLAKE2b-256 checksum
How to use checksums
4b396283fdd4adb544869c1aa0ce383535a7ad20febbf65895ddbb684f0c9605
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp313-cp313-macosx_14_0_arm64.whl

Download URL mugrid-1.1.0-cp313-cp313-macosx_14_0_arm64.whl
Size 4.8 MB
Tags CPython 3.13 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
fe61ec830d3492435f1f6edc4bc6640ae88bd0e2f69d86da6a0a0fa0b3ca4eca
BLAKE2b-256 checksum
How to use checksums
5a63dbb18d8feacbf60b51229ac953aee4e660caf6b7d94c1f5059cfe38e93a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp312-cp312-win_arm64.whl

Download URL mugrid-1.1.0-cp312-cp312-win_arm64.whl
Size 5.3 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
fa647b1163539f865e79ff9f8d3613ff4bf6429ce5e761dcaa6ea64a509094d3
BLAKE2b-256 checksum
How to use checksums
e016cb6a090c0dfd4ef9fcf9ee06305c255159f81d73939d9fb78379a1b18c4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp312-cp312-win_amd64.whl

Download URL mugrid-1.1.0-cp312-cp312-win_amd64.whl
Size 5.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
b1c223973018b09f8af5f5c158c011c7a85b96bfd481cf79025692097c38fbf5
BLAKE2b-256 checksum
How to use checksums
2d0b7baa1dc235ed150267bae3624e9fab4bcc06d295dc61624d432d84689879
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.2 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
aeb762226bb596cd1c84b5b30a19bc4162f0d294adf002c286fd8710671abafa
BLAKE2b-256 checksum
How to use checksums
d90e0659d3a5ca9a9a018d6a671cbb11275f3afce9c113d323dfd588a5d0bfd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.1.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.1 MB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5f073c3a667fb43e2824007187a13b5facc15677550da6df038549ac9dccf07c
BLAKE2b-256 checksum
How to use checksums
2d5ff4ceb91aa9a8b0dc9d9d1d294b9be0d34b68127ac5263e0f061563db6227
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp312-cp312-macosx_14_0_arm64.whl

Download URL mugrid-1.1.0-cp312-cp312-macosx_14_0_arm64.whl
Size 4.8 MB
Tags CPython 3.12 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
4e4f6c1b806ea3d639f7078620def000c7e61c4980bdcad97fe4317a920540ce
BLAKE2b-256 checksum
How to use checksums
5aae086f571247ff525b45cf443e5ed464ca4c94ab7b53aa79f06256117e0a35
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp311-cp311-win_arm64.whl

Download URL mugrid-1.1.0-cp311-cp311-win_arm64.whl
Size 5.3 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
e9111e3fff10d63337f9f52de5dbfe13fbb340290df2cd88412c20c3eb105dde
BLAKE2b-256 checksum
How to use checksums
c5b54622db0c4d3dd57a7e78f9a7d9c76aad0a178947e5106344ba732c627b8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp311-cp311-win_amd64.whl

Download URL mugrid-1.1.0-cp311-cp311-win_amd64.whl
Size 5.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
bb5339880ccde96cf23e6cd0c2787d9699d133d8f320d720610b9fa2a5d1aba7
BLAKE2b-256 checksum
How to use checksums
771c5399be819827f02a65e1a5c4f9465f50bcf3a02ab08d640af28bf0493c8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.2 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ee94e5d22e9ca43f7ca9cfae6d8986dc955473643e9b206491223a7a9ec26b65
BLAKE2b-256 checksum
How to use checksums
5e49c575ef8d1f60962fa78fe39092ee7dd355558ffb89c808d12731663dc29e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.0 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
53e1d536afb94b462c3b842bb0771d18237f8351914a189aee0fdfb1e2f9b95f
BLAKE2b-256 checksum
How to use checksums
2f6ea964001ba46bfa2811757c1549df473954549739819067ad36953a5057b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp311-cp311-macosx_14_0_arm64.whl

Download URL mugrid-1.1.0-cp311-cp311-macosx_14_0_arm64.whl
Size 4.8 MB
Tags CPython 3.11 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
6772a6d555e39f623fb13bf2e87c5b4bfb9fe67c97ac8ba3fc6ca4e77a3b00e9
BLAKE2b-256 checksum
How to use checksums
f46237184a17ad1749a1a9ad7935683d87ceca8083166818ec8f239443da7bc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp310-cp310-win_arm64.whl

Download URL mugrid-1.1.0-cp310-cp310-win_arm64.whl
Size 5.3 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
4e0e2d707811912a80f528f024491ce7fd9d97a8fa6987835a85986b103e89e1
BLAKE2b-256 checksum
How to use checksums
864575953cb03e00bf0f11b21a7eee3534d0bc5a9ae3d19b55c3f98c263b91f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp310-cp310-win_amd64.whl

Download URL mugrid-1.1.0-cp310-cp310-win_amd64.whl
Size 5.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
cf3bdd0cc6c2dea0f1cbf524b4f9992ccc53c3575407ffacfd289ec9a99f666d
BLAKE2b-256 checksum
How to use checksums
642f141a5bb5fd74c8e532844add2395f6e8afba8bbdbb912fb79b3ca0d1ac1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.2 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8f0415f86a64b8c09468fac066f0c56aefb531e7dfa144eee1740f435cbd9227
BLAKE2b-256 checksum
How to use checksums
25f434a53627589b0f57ad9b37f29302365c7e29285501a159777cc9adce4d26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.0 MB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
56f02caeecf703f06ca760a359a444075bd2f4478876530d11ccb51d7e11f7bc
BLAKE2b-256 checksum
How to use checksums
a2ec974e595131f71f738655126960ac1d9c5a3a146863d5992f6913f0ab7fe9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / mugrid-1.1.0-cp310-cp310-macosx_14_0_arm64.whl

Download URL mugrid-1.1.0-cp310-cp310-macosx_14_0_arm64.whl
Size 4.8 MB
Tags CPython 3.10 macOS 14.0+ ARM64
SHA-256 checksum
How to use checksums
72f5eb262e2e248b90d5046b2d330d1d6a9f9365893544aac29e7b52c0fe6aa8
BLAKE2b-256 checksum
How to use checksums
bea11f8812cc9d61cf66079fb283fbba971306cb7a2429114f4204e49b9da2cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release history Release notifications | RSS feed

1.4.0

26 release files

1.3.0

26 release files

1.2.0

24 release files

1.1.1

26 release files

This release

1.1.0 This release

26 release files

1.0.0

26 release files

0.0.0

26 release files

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