Please add thoughts below.
So far, we're considering:
- XArray (with Dask),
- attrs
- pint (only on ingest and final display)
- Numexpr for speed?
- PyTorch perhaps?
- Tiled
Uncertainties packages:
- uncertainties: linear, first-order propagation for quick estimates
- soerp: second-order for moderately accurate results
- mcerp: MC, LHC sampling for precise results at higher computational cost
Scipp was considered, but given the complexity of adapting it (core is written in C++) it may make life complicated very quickly.
Sciline... maybe?