Skip to content

v4.7.0

Compare
Choose a tag to compare
@apdn7 apdn7 released this 23 Jun 23:29
· 24 commits to master since this release
6c0ad6a

Now you can install/upgrade AP+DN7 with installer (batch file).
See documentation "Getting Started" for more details.

Core changes

  • Added "Function" to Process Config, allowing users to apply preprocessing to imported data.
    • Users can specify transformation functions applied to imported data.
    • Currntly, functions can be specified after data import.
    • (An example of extracting machine number from machine name)
    Function
    FunctionRegex
  • Additionally, specifying number of rows to read / transposing the data / importing file name as a column is supported.
    nRowsTranspose


    JumpPageSelectVariables

New features

  • (Process Config)

    • Support Date and Time on seperate columns. Those are merged to from Datetime column.
    DateandTime
    • Added link with time: Now Datetime columns can be used for linking the data.
    LinkWithTime
  • (Jump function)

    • Now user can select additional variables / select objective variable before jumping to new page.
    JumpPageSelectVariables

Improvements

  • (Common)
    • Variables with data type: Serial can now be used as a facet variable.
    • Improved title of the confirmation modal.
  • (AgP)
    • Now shows line chart for data type: Integer and bar chart for Integer (Category).
    • Now calculates / displays percentage per facet.
  • (Register by File)
    • Now removes double quotes (") from file paths pasted to textbox.
  • (Display Config)
    • When using fill handle of the Spreadsheet editing mode, now copies values instead of incrementing them.
  • (API)
    • Added POST /bookmark API. This API saves a bookmark based on parameters from /dn7 and /options.
    • Added parameters facet and filter to POST /dn7 API.
      • POST /dn7 now can be used for AgP, ScP, StP.
  • (Backend)
    • Improved logic for skipping lines when reading CSV/TSV/SSV.

Bugfixes

  • (AgP)
    • Fixed an issue where ticks and their significant digits are shown incorrectly.
  • (CHM)
    • Fixed an issue that tooltip on the chart displayed the wrong date, on the last day of a month.
  • (SkD)
    • Fixed a case where error occurs when objective variable is binary variable and number of data point is large.
  • (Process Config)
    • Fixed an issue where data is displayed wrongly when there are columns with empty names in CSV files.
  • (Filter Config)
    • Fixed an issue where filter values are not shown when there are NA values in the column.
  • (Bookmark)
    • Fixed a case where time period is loaded incorrectly.
  • (Backend)
    • Fixeda an issue where multiple browser tabs are opened when starting the application.
    • Fixed an issue where hexademical data parsed incorrectly.
    • Fixed a bug where APDN7 is unable to start after its containing folder (and virtual environment) has been moved to another directory.
    • Fixed a bug where APDN7 is unable to start in PC which has Conda installed.
    • Fixed a bug where Japanese column and process names are parsed into romaji incorrectly.
    • Fixed an issue where the application's process pool is terminated abruptly when a job fails.