v5.x 2022

5.1906/Aug/2022
a) Decouple NdSee, DoubleClicker, DoubleClicker2 from AutoGate app

5.1829/Jul/2022
a) Beta version of FlowJoBridge Version 2

v5.1720/Jul/2022
a) Contains version 2 of FlowJo Bridge which is 2-way. EPP and UMAP results are written back to the FlowJo workspace.

v5.1609/Jul/2022
a) FlowJo bridge scaling
b) Bug fixes

v5.1502/Jun/2022
Bridge to FlowJo
a) Supports comparing FlowJo manual gates with those created by AutoGate’s fully automated gates
(EPP, MLP, UMAP or UST)
b) Transfer AutoGate’s automatic gates to FlowJo

v5.1404/May/2022
Created and integrated an ON/OFF switch for AutoGate servlets so that they
a) Can be turned or OFF via the global properties file in <HOME>/.autoGate folder
b)No ON/OFF depends on commented code being uncommented
c)JAVA and MATLAB code is in sync

v5.1301/May/2022
Adds concordance and robust concordance to match table when comparison is between same data.

v5.1216/Apr/2022
Improvements to Plot Editor toolbar

v5.1115/Apr/2022
Bug fixes

v5.1005/Apr/2022
V3 of EPP

v5.930/Mar/2022
uses Google Cloud for all remote file downloading instead of tomcat on cytogenie.org.

v5.824/Mar/2022
improves PlotEditor defaults for new user look and feel … mostly related to using ReagentTable instead of 1D PathFinder
~isempty(find(v)) is equivalent to any(v) for vectors v, and the latter is about 3 times as fast. Hence I have made the substitutions everywhere I could find in the code. Also fixed two variables defined too late, marked by “CM” comments. Many formatting improvements and warning removals.

v5.723/Mar/2022
Allow users to work with folder location of FCS files
-if FCS files are downloaded from server (demo server or ANY server) then allow the user to move FROM  hidden folder underneath <home>/.autoGate to visible folder … or vice versa

v5.619/Mar/2022
Fixing and improvements to Logicle width basis editing such that the windows with ALL parameters keeps in sync with the windows with only X and Y parameters. 
Furthermore PlotEditors do not display out-of-sync cluster borders when W differs. 
Sorting of parameters in the window with ALL parameters is case insensitive

v5.517/Mar/2022
Several improvements for EPP paper including speed up of color displaying

v5.415/Mar/2022
Allows logicle W adjustments to be:
1)Temporarily visualized in any open PlotEditor when changing from GatingTree.
2)Updated in non modal  biexponential window launched from GatingTree if being changed from non modal window launched from PlotEditor

v5.303/Mar/2022
Minor acceleration to creating of semi-automatic gates
Improvements to confusion chart

v5.226/Feb/2022
Resolved regression impacts due to MLP integration
Fixed subtle bug in SuhRunUmap.m causing the wrong clustering method to be displayed in the legend. Added numerous formatting updates and warning removals.

v5.122/Feb/2022
GUI improvements for MLP feature

v5.0719/Feb/2022
Minor improvements to stabilize v4 release of UMAP to Mathworks File Exchange

v5.0614/Feb/2022
Improves presentation of Prediction information to adjudicate which classification is more similar to the target

v5.0513/Feb/2022
Includes multi-sample training ability for MLP

v5.0204/Feb/2022
Improvements for MLP + UST(UMAP Supervised Template)

v5.0125/Jan/2022
Major new feature of MLP neural network for supervised gating accuracy

v4.67414/Jan/2022
Accelerates (20x faster) creation of special gates for MLP classification and for Prediction Classification

v4.67302/Jan/2022
Introduces MultiLayterPerceptron (MLP) neural net classification using both Tensorflow from Python and Fitcnet from MATLAB