Skip to content

pmlugato/wums

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WUMS: Wremnants Utilities, Modules, and other Stuff

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

Install

The wums package can be pip installed with minimal dependencies:

pip install wums

Different 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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • PHP 2.5%
  • Shell 1.5%