Changelog
! Warning: In this release, we changed totally the figure plotting widget with a new method, which brings more advanced features. So this release version is not compatibled with the figures in project files of old versions. So open the old version *.pnl files you will lost all the figures saved. So we changed the major version number to 3.0.
For the nanopore analysis,we build an independent Nanopore Toolbox to conducted the nanopore signal analysis. Despite the old data widget can conduct the nanopore signal analysis (for compatibility only), we strongly recommend you use this toolbox. The bug fixes and new features would be only modified in this toolbox in the future versions.
New features: To build a complex matplotlib figure in a gui software is usually diffcult. Coding is sually the best option. In this release, we can build a complex matplotlib figure by dragging the artists in existed figures to build a new complex figure.
Changelog:
- Added: New figure plot widget
- Added: twinxy axes
- Added: pairwise plotting
- Added: customed plotting
- Added: more themes
- added: new installation option
- updated: python 3.11.3
- Bug fixed: fixed the Bug previous version.
Version: 2.3.0
Changelog:
- Added: Nanopore ToolBox.
- Added: 3D figure support.
- Bug fixed: fixed the Bug previous version.
Version:2.2.0
Changelog:
- Added: Princeton Instruments LightField .spe file format support.
- Added: ignore the small time step in multistagepnl analysis by setting limit time.
- Bug fixed: fixed the signal lose in siglestaepAdeapt2 method.
Version:2.1.4
Changelog:
- Bug fixed: fixed bug in preversion
- Added: baseline remove
Version:2.1.3
Changelog:
- Bug fixed: fixed bug in preversion
- optimization :improve the performance of table and data view.
- Added: stack plot, sheet merge/concat.
- Added: denoise.
- Warring: sample Data and fig setup in previous version is not ompatible in this version.
Version:2.1.2
Changelog:
- Bug fixed: fixed bug in v2.1.0
- optimization :improve the performance of table.
- Added: kdeplot,violin plot, heatmap plot.
Version:2.1.0
Changelog:
- Bug fixed: fixed bug in v2.0.3.
- Bug fixed: the std and charge error in nanopore analysis adept2 model.
- new feature: Data normalization, pivot, unpivot, copy/paste.
- new feature: change the figure parm set widget.
- Added: line + hist figure, line shareX figure, line twinxy figure, scatter + hist +kde figure, time series hist figure, regplot figure.
Version:2.0.3
Changelog:
- Bug fixed: fixed bug in v2.0.2.
- new feature: Data normalization.
- Linux version released.
Version:2.0.2
Changelog:
- Bug fixed: read .ini file failed.
- Bug fixed: cluster apply failed.
- Added : countour, contourf, imshow plot.
- Added: seaborn distribution plot.
- new feature: drag move columns.
Version:2.0.1
Changelog:
- Upgrade python to 3.10.2, Matplotlib to 3.5.1
- Bug fixed.
- Added : delete the data ranged in the cursor.
- Added: table analysis log.
- Added: Simple statics analysis in Table.
- Added: new figure, stacked line plot with Y offset.
- Added: new figure, violinplot (uncomplete)
Version:2.0.0
Changelog:
- Overall Model-View framework.
- Redesign the PNL project file, speed up the file write and read. Better applicability. But incompatible with PNL version 1.x.
- Upgrade python to 3.10.1, Qt to PySide6, Matplotlib to 3.5.
- Optimize the signal analysis app.
- Add Manual analysis app.
- Add the .pnlfig, .pnltb, and .pnldata format.
- Bug fixed.
Version:1.0.2
Changelog:
- change the action of data smooth and denoise. You can set up smooth data by your self.
Version:1.0.1
Changelog:
- fix bug that view fitted signal.
- fix bug save project.
- fix bug add new folder.
- fix the time error of multistepKmeans method.
- add check update action.