Origin 2027 Features
Graphing
New Graph Types
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
|
|
|
|
|
|
|
|
General
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-32742 | Digits in Report should also work for digits on Graph (embedded report/results) | The embedded graphs will have their table objects and text objects respect the report digits setting. | The system variable
determines whether the above hierarchical sheet property will be set when creating a new report (i.e. not on Change Parameters or Recalculate). It is on by default. For existing reports (i.e. those created before this item was done), you must set the property
to see the effect. |
ORG-33728 | Annotation object supports auto color | When annotation on plot, choose color as Auto, annotation label color will follow plot’s color |
Label and Annotation
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-32629 | Distance Annotation Attach to Right Y | We can calculate the distance base on scale of right Y. | In Programming tab of object properties dialog, when Attach to is Layer and Scale, if the attached layer select independent axis rescale, show following control after Attach to
Show Attach to Right Axis/Left Axis toggle button in 1st row before edit points. |
|
|
|
|
Graph Customization
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
|
|
|
|
|
|
|
|
Analysis
General
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-33826 | EC50 CI value in NLFit is different from Prism 11 | Support Use Log to Calculate CI for each derived parameter in Fitting Function Builder dialog. Default is uncheck and only works for Asymptotic-Symmetric based method. Can also set TransformCI = 0,1,1,1,1,1 in Fitting Function Organizer to work |
Statistics
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-33452 | Add Normal Probability Plot for 1/2/Paired Sample t-test | Normal Probability plot output is supported in 1/2/Paired Sample t-test.
| Open t-test tool and go to Plots tab, check the Probability Plot check box to output. For Paired Sample t-Test tool
|
ORG-33853
| One-Sample t-Test Support Multiple Summarized Data | One-Sample t-Test support spaced separated number or column as input summarized data. | For One-Sample t-Test, single or multple sample data are supported:
|
ORG-33860 | Two-Sample t-Test Support Summarized Data from Column | Two-Sample t-Test support spaced separated number or column as input summarized data. | For Two-Sample t-Test, only 2 sample data are supported: |
APPS-1665 | Output VIF in Parameters table for Logistic Regression | Support VIF for Binary Logistic Regression, can check it in Quantities tab | |
ORG-33544 | Add Adjusted Blaker’s Exact Test for One Sample Proportion Test | Support Adjust Blaker’s Exact Test when alternative hypothesis is Not Equal. |
|
ORG-34000 | Power and Sample Size Support Multiple Input Values | Support multiple inputs for (PSS) t test and (PSS) One-way ANOVA tool. | |
ORG-33821 | Support Welch ANOVA in Built-in One-Way ANOVA | Games-Howell Mean Comparison Method for Welch ANOVA is supported in build-in One-Way ANOVA. |
|
ORG-33946 | Support Test for SD for One-Sample Test for Variance | In Hypothesis Test: One-Sampel Variance Test, test for Standard Deviation is supported |
|
ORG-33945 | Support Bonett Test for One-Sample Test for Variance | In Hypothesis Test: One-Sampel Variance Test, Bonett Test method is supported. |
|
ORG-33938 | Conclusion footnote of Normality Test needs to be more rigorous | Imporve the normality test conlusion footnote. | Imporve the normality test conlusion footnote for the following tools:
|
Import
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
XF support import certain old version Minitab file MPJ | Improve impMNTB X-Function to support importing Minitab files saved in Minitab 14-18. |
| |
Selecting multiple sheets to duplicate | Support selecting multiple variables in Data Navigator for following connectors.
| Set @DNM=0 to turn it off. | |
Update to newer HDF5 version 2.1.1 and Matlab matio version 1.5.30 | Update HDF5 dll version to 2.1.1 and Matlab matio version to 1.5.30 to support importing files from higher version. | Following tools should be affected.
|
Export
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-34082 | Export PE Folder to Excel Files | There is menu Export to Excel File when we right click the folder in Project Explorer panel | It will export all the workbooks in that folder. The exported excel will use book’s long name as file name and export the whole book. |
Programming
Python
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
Upgrade embedded Python to latest version 3.14 for Origin 2027 | The embedded Python in Origin 2027 is upgraded to Python 3.14.6. |
|
Origin C
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
__super to access base class in OC | Support __super keyword in OC to access base class. | Example: class A
{
public:
void fun(){ out_str("A");}
};
class B :public A
{
public:
void fun()
{
__super::fun();
out_str("B");
}
};
void main()
{
B b;
b.fun();
} | |
static_assert in OC | Support static_assert in OC compiler static_assert( bool-constexpr , string-message )
static_assert( bool-constexpr ) | Example: #define MY_CONST 4
int test_int()
{
return 4;
}
void test()
{
static_assert ( sizeof(int) == 4); // pass, no message
static_assert ( sizeof(int) == 4 && 2 > 1, "pass 1"); // pass
static_assert ( sizeof(int) != 4, "fail 1"); // should fail
static_assert (MY_CONST != 4, "fail 2"); // should fail
static_assert ( test_int() == 4); // should not compile, because the expression is not compile-time constant
}
|
Code Builder
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
Improve OC debug speed when Code Builder is open | Improve the speed of compiling/running oc code and opening xf builder for xf with many variables. | can set @ESCB=1 and ed.BreakpointSpeed=0 to turn off this improvement. |
Miscellaneous
Ease of Use
JIRA | SUMMARY | DESCRIPTION | DETAILS |
|---|---|---|---|
ORG-26101 | Sticky Notes | Add Sticky Notes to Window or Sheet | Post-it like note for jotting down quick reminder and ideas.
|
ORG-33838 | Compact Mode | Less toolbar buttons and rearranged | During installation, if Default GUI Mode is chosen, Preferences: GUI Mode: Compact will be available with less toolbars and different arrangement of docked windows. Such as only 2D graph toolbars show with less categories. Graph rescale, zoom, pan, … together on top, Project Explorer docked on right side, etc. |
ORG-32963 | Column Browser Support Path as One Column | Support Path to show the column in which folder | Open Column Browser and check the Path column in the middle panel. |
ORG-31829
| Show image file type on status bar when clicking on a cell | When click on a cell with embedded SVG, will show “Embedded: SVG Image” on status bar. | For other types image, only show as “Image”, not show the image type. |
ORG-30315 | SHIFT select a tool to make it Sticky like in Prism | Support Hold Shift and click toolbar to add a series of objects | Support following tool
|