Skip to content

Release-20211206

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 16:04
· 0 commits to 8e8ce4ed18bf470881c9105633cc92268384640a since this release

Bug fixes

  • Fixed syntax inconsistency affecting legacy versions
  • Fixed bug in ExcelReference; caused a crash in ExcelSheet when reading row-oriented data

New features

  • New specialized method Model/assignFromModel to assign parameters and steady states between two model objects.
  • New option nonstationaryLevel=true in Model/table; control the appearance of s/s levels for nonstationary variables; if false, NaN is displayed instead.
  • New function +mdown/fromTable. Create markdown document from a table object.
  • New queries name-positions and name-types in Model/access. The queries return the positions of the model names in internal data arrays, and the types of names, respectively.
  • New table column in Model/table: "alias" displays the alias text from the model file
  • New option SourceNames= in +databank/toCSV; specify only a subset of series to be saved.
  • New option SourceNames= in +databank/toCSV; specify only a subset of series to be saved.