.. highlightlang:: us .. _news-R2021: New in R2021 ============ This page describes the changes made to UniPlot R2021 since UniPlot version :ref:`R2020 `. .. _news-R2021-5: New in R2021.5 (2021-12-10) --------------------------- Enhancements ^^^^^^^^^^^^ * Datasets created by special data types (for "2D: x/y Cycle") have an additional group data source. :ref:`dialogbox-datasource-information` can now show both data sources. Bug Fixes ^^^^^^^^^ * (UNI-227): Fixes a bug where the color of a newly generated :ref:`isolines ` got overwritten by a seemigly random color. * (UNI-287): Fixes a bug where :ref:`exporting to a netCDF file (.nc) ` sometimes tried to write an empty block thereby corrupting the export result. * (UNI-322): Fixes a problem where the :ref:`data exchange ` stopped working after a page with missing channels. * (UNI-324): Fixes a problem where the :ref:`data exchange ` did not replace datasets of type "2D: x/y/Label". * (UNI-326): Fixes a problem where the :ref:`data exchange ` did not add datasets of type "2D: x/y Cycle-Index". * (UNI-327): Fixes a problem where the :ref:`data exchange ` did not replace datasets of type "2D: x/y Cycle-Index". .. _news-R2021-4: New in R2021.4 (2021-10-29) --------------------------- Enhancements ^^^^^^^^^^^^ * (UNI-230): The dialog :ref:`data-data-exchange-page` can be used to add new data files to a document. Channels (of the new data files) that match existing channels are automatically added to the corresponding diagrams. This mechanism has been extended to also work with computed data sets (for example :ref:`data-create-maximum-dataset`). When a new data file is added via the dialog and the current document contains data set dependencies/computed datasets new computed datasets are generated based on the newly added channels and added to the corresponding diagrams. Bug Fixes ^^^^^^^^^ * (UNI-241): :ref:`edit-objecttable-configuration`: Fixes a problem with tables where values could not be displayed using a scientific number format. * (UNI-211): Fixes a :ref:`data browser ` problem where copying values of channels with unit 1 got pasted as missing values. * (SEA-9002): Fixes the field function :ref:`@f{xyvalue}` for the types ``names`` and ``units`` of the requested dataset that did not show up. .. _news-R2021-3: New in R2021.3 (2021-08-27) --------------------------- Enhancements ^^^^^^^^^^^^ * Dragging a channel onto a diagram can sometimes add additional channels (with the same name but from different data files) to the diagram. A selection dialog is now shown with the option to include/exclude these additional channels. Bug Fixes ^^^^^^^^^ * (SEA-7507): In the Real Driving Emission AddIn :ref:`in_service_conformity_data_evaluation` correction of the Conformity Factor calculation for PN number. The units of the PN info used was in g/s instead of #/s which was leading to underestimation of the CF. * (UNI-249): Clicking the close button on the "Help/Check for Updates..." dialog no longer causes an error. * (UNI-240): Fixes a problem where dragging a channel from a second data file onto an x/y plot sometimes resulted in a wrong x channel. * (UNI-242): Fixes :ref:`data exchange ` with an empty channel but an active :ref:`data filter `. Previously the old filter values where still shown even though the old channel values were removed/replaced with nothing. .. _news-R2021-2: New in R2021.2 (2021-06-25) --------------------------- Enhancements ^^^^^^^^^^^^ * :ref:`@f{xyzstatvalue}`: The field function ``ff_xyzstatvalue`` with type ``median`` is now implemented. It was only documented before. * :ref:`xyzgetfillcolors`: The UniScript function `XYZGetFillColors()` has been supporting transparency for a while. This is now documented. * :ref:`import-of-virtual-dynamics-req-files`: Support for magnitued columns ``MAG, AMAG`` and the correspoinding units. Bug Fixes ^^^^^^^^^ * (SEA-7547, UNI-231): The field function :ref:`@f{xyvalue}` and the underlying UniScript function :ref:`xygetdata` sometimes read beyond the valid range of the dataset which resulted in them returning nothing or 0. .. _news-R2021-1: New in R2021.1 (2021-04-30) --------------------------- Enhancements ^^^^^^^^^^^^ * :ref:`import-of-virtual-dynamics-req-files`: Support comments in request header. * :ref:`toolsdataset-style-configuration`: Styles can now disable a color map from the base style by manually selecting ``iso-colormap-enabled = 0`` from the properties dialog. Bug Fixes ^^^^^^^^^ * :ref:`file-send-to-powerpoint`: Sometimes the PowerPoint export opened the PowerPoint document twice. * :ref:`objsetprotect`: The "Do not print" option was not saved and not applied. * (SEA-6792): :ref:`formula-interpreter`: Correction of ``min()`` function behavior with missing values. * :ref:`toolsdataset-style-configuration`: Fix a problem where iso line color interpolation was not interpolating. This lead to wrong default values when creating a new 3D style. It also cause plots to sometimes use the wrong color. * :ref:`toolsdataset-style-configuration`: Fix a problem when creating a new 3D style which raised an assertion if the dialog was opened while a page was active. * (UNI-233): :ref:`data-data-exchange-page`: Data exchange with cycle plots (2D: x/Y Cycle) should now work as intended. When data exchange was used with cycle plots previously, only the first data set was replaced by a data set containing all cycles resulting in one long graph. * (UNI-239): :ref:`import-of-matlab-data-files`: The checkbox to enable record filtering (ref:`dialog-box-data-filter`) sometimes was disabled when importing Matlab files in HDF5 format. This was caused by an additional channel of a size different from all other channels being created. Record filtering however requires all channels to be of same size. .. _news-R2021-0: New in R2021.0 (2021-02-26) --------------------------- Enhancements ^^^^^^^^^^^^ * UniPlot can be started as a delegate using ``uniplot.exe /StartToken ``. Bug Fixes ^^^^^^^^^ * :ref:`import-of-mdf4-files`: The delayed loading of MDF4-channels failed for some MDF files. Delayed loading can be enabled and disabled in the :ref:`tools-more-options` dialog box. * :ref:`asam-ods-browser-corba`: If a matrix contained 0 points, the data import failed with an exception. * (SEA-6164): :ref:`browseroptions`: Document the ``Use channel name list`` dialog item. :sub:`id-135826`