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: Stencil convolutions, a hard-coded Laplacian, and FEM gradient/divergence operators for linear simplex (P1) and multilinear (Q1) elements
  • Fused matrix-free operators: Problem-specific kernels that apply an operator, assemble its diagonal, or contract a sensitivity without ever forming a matrix or storing an intermediate field — for example isotropic linear elasticity on a regular grid
  • Iterative solvers: Preconditioned conjugate gradients, in a standard and a pipelined variant that overlaps its reductions
  • Preconditioners: Jacobi, Fourier (reference-stiffness/Green), its per-mode block form, and the combined Green-Jacobi preconditioner
  • Vector algebra: BLAS-like kernels on host and device (dot products, norms, axpy, scaling), including fused variants that return a reduction and update a vector in one pass
  • 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. Fields, operators, solvers and preconditioners all run on device, so a solve need not return to the host; on unified-memory accelerators the allocator can be routed through managed memory
  • 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 Forschungsgemeinschaft.

Release files for muGrid 1.3.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.3.0
File Size Uploaded
mugrid-1.3.0.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for muGrid 1.3.0
File
mugrid-1.3.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
mugrid-1.3.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
mugrid-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
mugrid-1.3.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.3.0-cp314-cp314-macosx_14_0_arm64.whl CPython 3.14 CPython 3.14 macOS 14.0+ ARM64 Details
mugrid-1.3.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
mugrid-1.3.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
mugrid-1.3.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.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
mugrid-1.3.0-cp313-cp313-macosx_14_0_arm64.whl CPython 3.13 CPython 3.13 macOS 14.0+ ARM64 Details
mugrid-1.3.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
mugrid-1.3.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
mugrid-1.3.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.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
mugrid-1.3.0-cp312-cp312-macosx_14_0_arm64.whl CPython 3.12 CPython 3.12 macOS 14.0+ ARM64 Details
mugrid-1.3.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
mugrid-1.3.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
mugrid-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
mugrid-1.3.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.3.0-cp311-cp311-macosx_14_0_arm64.whl CPython 3.11 CPython 3.11 macOS 14.0+ ARM64 Details
mugrid-1.3.0-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
mugrid-1.3.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
mugrid-1.3.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.3.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.3.0-cp310-cp310-macosx_14_0_arm64.whl CPython 3.10 CPython 3.10 macOS 14.0+ ARM64 Details

Total release size: 132.2 MB

Release files / mugrid-1.3.0.tar.gz

Download URL mugrid-1.3.0.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
8d298c4d0fb567a54d100d9a19d508cbbaeb41b81370bb6749fe3c326a2de645
BLAKE2b-256 checksum
How to use checksums
7f2c994131022e0251e19cac1a051e3450831d5231ef12ce4b13b1e57c82ff44
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.3.0-cp314-cp314-win_arm64.whl

Download URL mugrid-1.3.0-cp314-cp314-win_arm64.whl
Size 5.5 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
bfb5862aacdb9ada9601392573b6377c35426720f338e71b6b16fc0e265f5cbc
BLAKE2b-256 checksum
How to use checksums
437ac5c92e34c051070c3a9e42c7cb1935a45b8cfa1f49f29a71d7c9e864eb5b
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.3.0-cp314-cp314-win_amd64.whl

Download URL mugrid-1.3.0-cp314-cp314-win_amd64.whl
Size 5.5 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
e3db93590bc318d0f3c4160b2aafda4555b0fadaa081df785d8800325aefc11d
BLAKE2b-256 checksum
How to use checksums
89495aad11c1bd1bc79c923b9fc09b956fe037989849f93e11224a10fd396ddf
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.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.3 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
15ef12459bfb186628e71528b38be71cd2a0dd06a38ffbbb75f2724309de2f81
BLAKE2b-256 checksum
How to use checksums
3eed422fb2d782cf62588b712f84f047d5270db209c30f246f80fd250fea8acd
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.3.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.3.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
3d5366f9ff0318687b654b01ee94eb5610a855e56b646978a8293e2be35addbe
BLAKE2b-256 checksum
How to use checksums
f3b416714e86420e540de1d634e2f194c1cd1abfc1d4283fa6d3ba2e6ebe61d7
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.3.0-cp314-cp314-macosx_14_0_arm64.whl

Download URL mugrid-1.3.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
41aecae2a6bcbc1a14de5e0bafb774280e7a989368107f86bc0731ae2412a3d5
BLAKE2b-256 checksum
How to use checksums
0dda92126cebedc34c619c2e0819485f808bf38fb0ded777ce86787cbcd687fa
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.3.0-cp313-cp313-win_arm64.whl

Download URL mugrid-1.3.0-cp313-cp313-win_arm64.whl
Size 5.4 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
a967ca111cea5e0f7f1fec17e5b1c1bdf0c39c24e01dfbcb9b816beec1433245
BLAKE2b-256 checksum
How to use checksums
7f277fad58bcd98d682f90e7824e4568d55b446c2c945ca55265bc4df30e44b5
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.3.0-cp313-cp313-win_amd64.whl

Download URL mugrid-1.3.0-cp313-cp313-win_amd64.whl
Size 5.5 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
f190affdd51bb38996ba6542e2490f2db060aff481feede0467d807a290a2bb5
BLAKE2b-256 checksum
How to use checksums
d5f95a7f54e4221de9ff1f17caa479012fd4867c48fd31852effc0b3609df490
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.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.3 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d677c2967dcf5874733ce83c470a48e9b0427ed51aef8b1bfbc73b452d00f01c
BLAKE2b-256 checksum
How to use checksums
5b575990e066b12baf85095a44914ea30d96716dc0af8bcc601d1853ffac9dce
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.3.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.3.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
58a827d3c955ba33d958bde30e50bb758826e8b249d464c871e739e046a9f3b1
BLAKE2b-256 checksum
How to use checksums
295ddd36dc5cb58862ea66c9fb1eb90a44c8f4ec762239b30c336311da4fc065
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.3.0-cp313-cp313-macosx_14_0_arm64.whl

Download URL mugrid-1.3.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
60e9d000fc0d17fb4a4516eacb7126ba4329cf5ce668ab2f8364baf0020c96bf
BLAKE2b-256 checksum
How to use checksums
ef79c8a65b25cebce010d4a3b5ab19f9c00eb85baada67b1a3320938b02ff293
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.3.0-cp312-cp312-win_arm64.whl

Download URL mugrid-1.3.0-cp312-cp312-win_arm64.whl
Size 5.4 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
ab9af3dc01236c336f1d586fff8b883cac99697a703594c523791ce1458c5b5f
BLAKE2b-256 checksum
How to use checksums
9e307bb5bdedbf5b3b43aa588f4d8fa571b312d81d4f9d82b2bf8ed75ff66135
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.3.0-cp312-cp312-win_amd64.whl

Download URL mugrid-1.3.0-cp312-cp312-win_amd64.whl
Size 5.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
f6e33068040b839b6d136e4d70653f9101a121db771ea7c61ad261d039605b72
BLAKE2b-256 checksum
How to use checksums
f895d563c71c1d6a58dfea58840ee9ddc3d01bcd02c503713e3fdcb2270d1fb8
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.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.3 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
eb6106f0f9d4349bdb2258df5fbf41838068239b637aea5dc47966f7456f404a
BLAKE2b-256 checksum
How to use checksums
152455ccdee949d9ac031187b5bd419f24283b4e4bdeafea28d338a362a5fe55
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.3.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.3.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
eafedee7cf2f2e97aa4ff4f1aa657c6631315559cc6481dce6d14cb4a590cd06
BLAKE2b-256 checksum
How to use checksums
4e2d8c8112af5d15aca4d4d5120c378f821396b2ea76b302d66d59c0056e2f73
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.3.0-cp312-cp312-macosx_14_0_arm64.whl

Download URL mugrid-1.3.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
dfcb015e3e533094d3b40f3f07e25296bf029e4c65c3f08d1a61eca2b78eeb50
BLAKE2b-256 checksum
How to use checksums
f664eb283b8544c9eca137308f913c0be00b801aba51404e1c6bb17ac09558aa
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.3.0-cp311-cp311-win_arm64.whl

Download URL mugrid-1.3.0-cp311-cp311-win_arm64.whl
Size 5.4 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
49fa9ea0412cefd2d1f2adbb672ca59365103ffba8588e83fbb67ad5c8f28ab6
BLAKE2b-256 checksum
How to use checksums
af0a978731bb7c508e40621b0de755c50649f99f65444394a7bb425ffe489482
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.3.0-cp311-cp311-win_amd64.whl

Download URL mugrid-1.3.0-cp311-cp311-win_amd64.whl
Size 5.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
eb50ea287312cfd3b11e717aad3bac83f996acda105b13ad310165a85ba3a4e7
BLAKE2b-256 checksum
How to use checksums
f1addb2f3c6c4c70821f805fedaad0d8511d9dd80fdb72c4109a053234106081
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.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.3 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a317a87c144a09b3b294f31dfe9f43baef1074a4e0e7cbafbb43f495f4cacbb7
BLAKE2b-256 checksum
How to use checksums
49a630a0b9ec2f3f4d8bf71c01df1893ab14cba7be94cabf1b4178be546c5d9b
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.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.3.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.1 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
78db109c170e798c0f33399e74a94710e2166d0cd3cd302bd3b0230b4bcb9535
BLAKE2b-256 checksum
How to use checksums
8d5bf0e5d27270eae6d4ac8e843b3c1d67f83f3dac5c7ae68c1529389aa76847
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.3.0-cp311-cp311-macosx_14_0_arm64.whl

Download URL mugrid-1.3.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
6cf3f9a9b1728f20343aa80762c98007e50f7ab62c930ed7c6f22b74164703e5
BLAKE2b-256 checksum
How to use checksums
5f9ad730012f3fc232f9d70636e72c2628481fdb7b990b98aa146105508ff742
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.3.0-cp310-cp310-win_arm64.whl

Download URL mugrid-1.3.0-cp310-cp310-win_arm64.whl
Size 5.4 MB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
d38f7d541dd798f2dd5e026134d84ae8c5c6a5011a349b04d414280ab1c15881
BLAKE2b-256 checksum
How to use checksums
e5ef17a032221ab5a69cfe120c9b1f260a4c4a60bb9e0104a71636a7bf34d59f
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.3.0-cp310-cp310-win_amd64.whl

Download URL mugrid-1.3.0-cp310-cp310-win_amd64.whl
Size 5.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
bd2e73db843c976f1f96629727639961f31604c83060242545f880b545a2463c
BLAKE2b-256 checksum
How to use checksums
0cb233d3433d5afc0a54f500500530e00087ac78f65a91842ce927641d2297ff
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.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL mugrid-1.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 5.3 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
767895e3da49de9ad51c5b2e4e44e7b24a201e0a959b11e48ad9df12cba1c006
BLAKE2b-256 checksum
How to use checksums
7fae4666ed37de46cd81dfa555b3f62931e43730592ab15ddd43c368af0aea80
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.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL mugrid-1.3.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 5.1 MB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
2f79a946159e6f88d2dcae887352824180acab5d0ee12f02a0005147fbb5d219
BLAKE2b-256 checksum
How to use checksums
880a94216b5eac1b00a362d2246ffb64ae01575614e7547a07f3d7591db4bc2a
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.3.0-cp310-cp310-macosx_14_0_arm64.whl

Download URL mugrid-1.3.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
740467477d9ec0ac53ee874bc2e4c43f2c2518df584ff6605e377d8536cec977
BLAKE2b-256 checksum
How to use checksums
587f973bf43fdf9416a48e89440e0cccfdce955609267721d07da361b517e739
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

This release

1.3.0 This release

26 release files

1.2.0

24 release files

1.1.1

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