v4.7.0
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)
- Additionally, specifying number of rows to read / transposing the data / importing file name as a column is supported.
New features
-
(Process Config)
- Support Date and Time on seperate columns. Those are merged to from Datetime column.
- Added link with time: Now Datetime columns can be used for linking the data.
-
(Jump function)
- Now user can select additional variables / select objective variable before jumping to new page.
Improvements
- (Common)
- Variables with data type:
Serial
can now be used as a facet variable. - Improved title of the confirmation modal.
- Variables with data type:
- (AgP)
- Now shows line chart for data type:
Integer
and bar chart forInteger (Category)
. - Now calculates / displays percentage per facet.
- Now shows line chart for data type:
- (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
andfilter
toPOST /dn7
API.POST /dn7
now can be used for AgP, ScP, StP.
- Added
- (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.