This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Releases: MiraGeoscience/param-sweeps
Releases · MiraGeoscience/param-sweeps
param-sweeps v0.1.2
param-sweeps v0.1.2
Release 0.1.1
Minor patch to fix dependency specifications for PyPI.
Release 0.1.0
This is the initial release of the param-sweeps package.
The goal for this package is to help users run any of our ui.json powered applications for a range of parameter values. Some useful features for this release include:
- The initial design of the sweep driver that will run a worker over a range of float and integer parameter values.
- A file organization scheme uses UUID naming with an accompanying lookup.json file to connect each result with the parameter set used to generate it
- A 'generate' module that simplifies the creation of the sweep file containing start/stop/n samples for all the integer and float parameters.