mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-22 22:38:21 -05:00
[PR #2841] [CLOSED] Add dimtensor #4201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2841
Author: @marcoloco23
Created: 1/9/2026
Status: ❌ Closed
Base:
master← Head:add-dimtensor📝 Commits (1)
250777bAdd dimtensor📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
dimtensor is the only units library that provides native integration with PyTorch (autograd, GPU) and JAX (JIT, vmap, grad). It catches dimensional errors at operation time, preventing costly bugs in physics simulations and scientific ML. Built-in uncertainty propagation and support for 6+ I/O formats (HDF5, NetCDF, Parquet, etc.) make it production-ready for scientific workflows.
How It Differs
Unlike Pint or Astropy units, dimtensor:
It fills a gap for ML researchers and physicists who need dimensional safety in their PyTorch/JAX workflows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.