Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A curated list of awesome scientific Python resources.
* [Compilation](#compilation)
* [Parallel computing](#parallel-computing)
* [GPU computing](#gpu-computing)
* [Units and dimensional analysis](#units-and-dimensional-analysis)
* [Domain-specific libraries](#domain-specific-libraries)
* [Geospatial data](#geospatial-data)
* [Astrophysics](#astrophysics)
Expand Down Expand Up @@ -168,6 +169,12 @@ A curated list of awesome scientific Python resources.
* [CuPy](https://cupy.chainer.org/) - NumPy-like library with CUDA.
* [PyCUDA](https://developer.nvidia.com/pycuda) - Use CUDA with Python.

### Units and dimensional analysis

* [dimtensor](https://github.com/marcoloco23/dimtensor) - Unit-aware tensors for physics with NumPy, PyTorch, and JAX support.
* [Pint](https://pint.readthedocs.io/) - Physical quantities and unit conversion.
* [unyt](https://unyt.readthedocs.io/) - Unit handling from the yt project.


## Domain-specific libraries

Expand Down