Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRA

SUMMARY

DETAILS

ORG-29146

Python originpro method from_df() Fail to Handle MultiIndex data frame

When multiIndex Pandas dataframe is passed to Origin with from_df() method, it gets imported as empty columns. After the fixing, index columns are imported into columns in Origin.

ORG-29607

Internal python packages that are installed by user A failed to work for another user B

1.Install internal python package, like numpy.

2.Switch to another windows user.

3.Run Origin and run “import originpro as op“ in Python Console.

==>Dumps error.

Fixed in Origin 2025.

ORG-29611

String Method Replace() did not Support Backslash

str$=%Y;

str.Replace("\", "/")=;

The replace() method will replace all backslashes with forward slashes.

After running the labtalk script, it will return the number of replacements done.

Fixed in Origin 2025

ORG-29063

String variable becomes empty when redeclare

Fixed in Origin 2025. Allow redeclaring string variables.

Code Block
languagec
string ResFolder$="Test"; 
string ResFolder$=ResFolder$;
ResFolder$=; 
//==> Ouptut empty since 2023b
//??--> ==> returned err "failed to add variable to local stack" in <=2023

Miscellaneous

JIRA

SUMMARY

DETAILS

ORG-20142

PE Tooltip Preview of HTML/Markdown Notes

  1. Create an html or a markdown note in render mode

  2. hover over the note in Project Explorer
    ==> Tooltip preview shows the code.
    Tooltip preview should show the rendered contents

Fixed in Origin2025

ORG-29533

File selection dialog buttons small DPI Scaling Issue

In Import Wizard, select Data source […] which opens Import Multiple ASCII file selection dialog, the Folder Navigation buttons are small in High DPI monitor

Fixed in Origin2025