Origin 2026b SR2 Bug Fixes
Graphing
JIRA | SUMMARY | DETAILS |
|---|---|---|
|
|
|
|
|
|
Data Handling
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-34091 | Duplicating worksheet lost operation lock | Fill workbook with data, do an Integrate on column B. Then duplicate the sheet. Bug introduced in 2026b SR0, and fixed in Origin 2026b SR2. |
ORG-33997 | Mirror column failed with Text column | For project file saved in older version, it may contains dataset having different storage info. Then copy the column and paste as mirror column may failed. Fixed in Origin 2026b SR2. |
ORG-34017 | Output sheet fails to carry categorical info from source mirror column |
Fixed in Origin 2026b SR2. |
ORG-34016 | Discrete Frequency with mirror column fails to sort by categorical order |
Fixed in Origin 2026b SR2. |
ORG-34014 | CategoricalMap() failed on Mirror Column | Suppose column B in workbook is mirror column and set as categorical, run below OC code void testCatMap() {
Worksheet wks = Project.ActiveLayer();
Column col2(wks, 1);
CategoricalMap cm2 = col2.GetCategoricalMap();
}==> cm2 is null Also, new a workbook, fill column A with text values, below OC code cannot works. void tmc() {
Worksheet wks = Project.ActiveLayer();
Column colA(wks, 0);
Column colB(wks, 1);
colB.SetAsMirror(&colA);
colB.SetAsCategorical( CMT_NOMINAL );
CategoricalMap cm2 = colB.GetCategoricalMap();
cm2.ArrangeAZ();
}Fixed in Origin 2026b SR2. |
ORG-34031 | Wrong digit in mirror book after moving column in source sheet |
Fixed in Origin 2026b SR2. |
Analysis
JIRA | SUMMARY | DETAILS |
|---|---|---|
|
|
|
Statistics
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-33834 | Frequency Count On Date Column Wrong | Wrong result if Frequency Count On Date Column with time interval like 1day. And Origin will be not responding if with time interval like hour. Issue exists since 2024b. Fixed in Origin 2026b SR2. |
APPS-2818 | Wrong UB/LB plot for Cumulative Failure Plot |
Issue exists since 2026b Sr0, fixed in 2026b Sr2 |
APPS-2832 | SPC compatibility issues on using project variable on dialog | 1.Define a project variable. 2.Use it on dialog of SPC tools(for example: Lower Spec box on Normal Capability Analysis dialog). ==>Failed to use the project variable. Fixed in Origin 2026b SR2. |
APPS-2860 | SPC did not trigger recalculate with named range variable | 1.Do a Normal Capability Analysis with named range variable. 2.Change the value of range variable. ==>Failed to trigger recalculate. Fixed in Origin 2026b SR2. |
APPS-2862 | Multiple Variables CA failed to save Lower Spec to theme | Failed to save Lower/Upper Spec, Target, Parameters of Multiple Variables CA to theme. Fixed in Origin 2026b SR2. |
APPS-2839 | SPC more compatibility issue on Analysis Template | 1.Run Origin 2026b SR0 with SPC(V2.50). 2.Plot a control chart, duplicate the graph in report sheet, and embedded into Book as Sheet. 3.Save the book as analysis template. 4.Open it in Origin 2026b SR1, and import data to recalculate. ==>No plot in the duplicated graph. Fixed in Origin 2026b SR2. |
APPS-2850 | Design of Experiments: Optimizing response gets the wrong results (solution) | Optimizing response gets the wrong results if analyze multiple response. Fixed in Origin 2026b SR2. |
APPS-2855 | Design of Experiments: Optimize for mixture design gets the wrong result | Optimize for mixture design gets the wrong result if inverse component terms are included in model. Issue existed sicne Origin 2026b SR0. Fixed in Origin 2026b SR2. |
Miscellaneous
JIRA | SUMMARY | DETAILS |
|---|---|---|
|
|
|
|
|
|