Skip to content

ospsuite 12.4.0

Choose a tag to compare

@Felixmil Felixmil released this 21 Nov 13:23

Major changes

  • Added support for macOS (both Intel and Apple Silicon architectures). (#1621)

Minor improvements and bug fixes

  • Added optional names parameter to dataSetToTibble() function to support custom naming of datasets.
    This is particularly useful when multiple datasets have the same original name.
    The naming logic has been moved from the private .dataSetToDataFrame() method in DataCombined
    to dataSetToTibble() for better code reuse and maintainability. (#1627)