Origin 2026b SR2 Bug Fixes
Graphing
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-34225 | Normal curve disappears when Y scale is set to Log10 in Box chart |
|
ORG-33948 | Show Ellipse/Convex Hull for Subset wrongly ON from old theme |
==> Ellipse/Convex Hull for Subset was ON. For user’s theme file, only modify value below as 0
|
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. |
ORG-34129 | Crash when paste categorical to mirror column | Copy the categories info from the Categories label cell of a column, paste to the Categories label cell of a mirror column, Origin will crash. Fixed in Origin 2026b SR2. |
Analysis
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-34113 | Operation with mirror column fails to recalculate in analysis template |
Fixed in Origin 2026b SR2. |
ORG-34226 | Smooth tool fail to get masked value when recalculation |
Fixed in Origin 2026b SR2. |
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. |
ORG-34120 | One/Two Sample Poisson Rate Test: Origin crashes if size of sample and frequncy input data are not same. | Issue existed in Hypothesis Testing: One/Two Sample Poisson Rate Test tool. Issue existed sicne Origin 2026b SR0. Fixed in Origin 2026b SR2. |
APPS-1751 | Design of Experiments: X column can't be selected process variables when custom design | When customing designs, the X column should be listed in the Available List for factor, response, process variable… Fixed in Origin 2026b SR2 |
APPS-2397 | Consistent GUI for Generalized Linear Mixed Model | Rename following labels.
|
APPS-2845 | Gage RnR Expanded x-Function issue in 2026bSR1 | Gage_RnR_Expanded x-function with error because of using mirror column. Fixed in Origin 2026b SR2 |
APPS-2858 | Gage Study More Issues |
Fixed in Origin 2026b SR2 |
APPS-2856 | Equivalence Test dialog fails to open in Origin 2026b | Equivalence Test dialog fails to open in Origin 2026b Fixed in Origin 2026b SR2 |
Import
JIRA | SUMMARY | DETAILS |
|---|---|---|
ORG-34141 | Origin crashed when import large ascii data by start new rows | 1.Create a worksheet and fill with large data(like 750000 rows*20 columns). 2.Use Import Wizard to import data into new rows. ==>Origin crashes. Fixed in Origin 2026b SR2. |
ORG-34155 | Crash with long Post Import Script | 1.Create a data connector. 2.Click the connector icon and select Post Import Script… 3.Try to type a long Labtalk Script. ==>Origin crashes. Fixed in Origin 2026b SR2. |
Miscellaneous
JIRA | SUMMARY | DETAILS |
|---|---|---|
|
|
|
|
|
|