Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Releases: MiraGeoscience/param-sweeps

param-sweeps v0.1.2

25 Nov 18:37
cdc6f2c

Choose a tag to compare

param-sweeps v0.1.2

Release 0.1.1

20 Oct 19:44

Choose a tag to compare

Minor patch to fix dependency specifications for PyPI.

Release 0.1.0

13 Oct 16:33
6e84078

Choose a tag to compare

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:

  1. The initial design of the sweep driver that will run a worker over a range of float and integer parameter values.
  2. 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
  3. A 'generate' module that simplifies the creation of the sweep file containing start/stop/n samples for all the integer and float parameters.