Skip to content

v1.3.3 patch

Compare
Choose a tag to compare
@hulsed hulsed released this 19 Jan 05:40
· 834 commits to main since this release

Fixes a few bugs:

  • process.phases now returns times of phases instead of indices (which we need when using a changeable timestep)
  • plot.phases now properly scales to a given timestep dt
  • SampleApproach now sorts times to sample after being made a list (so it doesn't get unsorted)
  • Nominal history now fully copied using proc.copy_hist (rather than referenced) when needed--fixes many bugs in prop.approach where an end_condition is being used
  • local component names now properly used in prop.create_single_fault_scen

Added feature:

  • mdl.get_vars can now send values to dictionaries