Releases: stcorp/pvml
Releases · stcorp/pvml
Release list
4.2.1
📅 2026-09-17
- Determining inputs for MMFI backend is now performed in the order of the
alternatives. Specifically, a predefined input product that would match
and alternative is now only used if the alternatives before it could not
be assigned.
4.2.0
📅 2026-08-25
-
Added JobOrderFileId job config option.
-
Added alternateListOfDynProcParamName option for MMFI backend.
4.1.2
📅 2024-11-06
- Fixed issue in type checking of path arguments when calling pvml as a
command line script.
4.1.1
📅 2024-05-01
- Fixed issue where exit codes from the pvml job config file were not taken
into account.
4.1
📅 2024-03-14
-
Added taskTableUrl job configuration option.
-
taskTablePath and workingDirectory options in global configuration file are
now optional. -
Added update() method to pvml.Config.
-
Added support for optionally passing 'inputs' parameter to resolve_mmfi()
method of archive backend. -
Several minor tweaks and fixes.