...
JIRA | SUMMARY | DESCRIPTOIN | DETAILS | ||
---|---|---|---|---|---|
Improvement for binary data in Import Wizard | Header variables should support customize names for binary data in Import Wizard | ||||
CSV connector default to not open CSV Import Options dialog | Default not show Options dialog when changing Data Source | Added Show Options Dialog option to Improvements When Changing Data Source of CSV Connection | Show Options dialog checkbox is added in Data Source File Path dialog, so users can specify whether show Options dialog when change data source | Import a data with CSV connector and then click the connector icon and choose Data Source… to change data file. In older version, when clicking OK, new data isn’t imported directly. The CSV Import Options dialog shows but most of time user just need to click OK without any change. In Origin 2025, by default Show Options dialog checkbox is unchecked so data can be imported directly after clicking OK. |
Programming
Python
JIRA | SUMMARY | DESCRIPTOIN | DETAILS | ||||
---|---|---|---|---|---|---|---|
Python supports setting parameter bounds in NLFit | Added following function to set parameter bounds in NLFit.
| Example:
|
...