Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-29122

Fail to split Real32 type image

Open the Real32 type image in Origin then choose Image: Split Color Image menu.

==> Fail to split. Issue existed since Origin 2022 and fixed in Origin 2025.

ORG-29711

Linked image object failed to show on Graph

If link the image to inactive layer in the multi-layers graph, save project then reopen it.

==> The linked image will not be update automatically.

Note: this issue existed at least since Origin 2022 and fixed in Origin 2025.

Programming

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

...