* add time_index_step kwarg to preload_SAM to allow for temporal upscaling
Features
* Time index step (45) MRossol
0.2.22
What’s Changed
Updated the SLURM job manager to cache results and to be more performant. Note that most SLURM methods are now instance methods and not static/class methods.
* move MultiFile classes to new module * MultiH5 takes list of files * MultiH5Path sub-class takes a path * Add check_files option to MultiH5 * Update MultiFile Classes to take path or list and check_files
Features
* Allow MultiH5 handling from path or list of files (35) MRossol