As the name suggests, this is a collection of different thins, all python based:
- Fitting with tensorflow or jax
- Custom pickling h5py objects
- Plotting functionality
The wums package can be pip installed with minimal dependencies:
pip install wumsDifferent dependencies can be added with plotting, fitting, pickling to use the corresponding scripts.
For example, one can install with
pip install wums[plotting,fitting]Or all dependencies with
pip install wums[all]