Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-25219

Certain SPC files Imports slowly

It’s related to certain spc with many columns. It’s about 4 times faster in Origin 2023.

E.g. For a 7MB spc file with 2000 column and 1000 rows. The speed is improved from 62.109 sec in Origin 2022b to 16.984 sec in Origin 2023.

ORG-25262

Use Categorical Text instead of index when join worksheets by column

When joining worksheet by categorical columns, we used categorical index instead of categorical text.

Fixed in Origin 2023 to use categorical text so same text will be treated the same.

ORG-25403

LSI customer nc file makes Origin crash -- NAN(IND) support for nc files.

NetCDF Connector fails to convert certain NAN(IND) data to missing values when import into Matrixbook.

Fixed in Origin 2023.

ORG-25482

Set Values with specific formula crashes Origin

In Origin 2022b, fill col(A) with data, set value with formula on col(B) with formula like i==1?A1:(A[i]-B[i-1]) will crash Origin.

Fixed in Origin 2023.

ORG-25556

Categorical column setting lost after duplciate book/sheet without data

Suppose some column is categorical in a worksheet.

Right click the sheet tab and choose Duplicate without data.

==> Those categorical column not categorical anymore.

==> If there are some graphs with associated categorical info., the graph will be wrong or even blank.

Same issue when duplicate book without data.

Fixed in Origin 2023.

ORG-25554

Sort worksheet based on column with duplicate values

Old bug since at least Origin 6.1

When sorting worksheet based on a column with many duplicate values, the sorting order in other columns may not follow the appearance order.

See column B’s result. Origin 2023 follows the appearance order. Earlier version shows those values in random order.

System variable added @WSA=1 (default). Set it to 0 to roll back to old behavior.

ORG-25369

Reduce/Combine Duplicated Rows issues on numeric reference column

When reducing/combining duplicated rows by multiple reference columns with numeric values, the 2nd reference column and on were calculated,

E.g. With following data,

  1. Choose Worksheet: Reduce/Combine Duplicated Rows

  2. Choose 1st two columns as reference columns.

  3. Set Merge Duplication by Sum.

  4. ==> After clicking OK, the 2nd reference column set were not kept, instead, it was added up.

ORG-25586

String Substitution issue on Column Header

Fix the bug that string substitution fails to work when there are extra text strings before the substitution notation.

ORG-24701

Origin crashes when loading OGWU file contains sparklines if @SPK = 2

When @SPK = 2 (Default is 0) to clean up sparklines when loading ogwu or opju file, Origin may crash on some PC.

Fixed in Origin 2023.

Notes Window

JIRA

SUMMARY

DETAILS

ORG-25225

URL link issues in Rich Text Note window

Sometimes URL link failed to display or not clickable such as after scrolling to it or zoom in, etc.

...

JIRA

SUMMARY

DETAILS

ORG-20032 S1

Don't generate loose dataset when copy folder in same session

  1. Suppose in Folder1, Graph1 plotted by Book1.

  2. New a Folder2, then drag Graph1 to Folder2,

  3. Copy Folder2, then go to root folder and paste.

==>In the Folder2 2, the Graph1A Legend and axis titles show as Book1A(Loose dataset), which should be the same as Graph1, plotting data from Book1.

Fixed in Origin 2023

ORG-25046

Double clicking to open OPJ introduce Display Card issue

In some laptops with an integrated display card and an individual display card. Double clicking to open OPJ always uses as integrated display card.

Fixed in Origin 2023 by new system variable @SPF=0, need to restart Origin as Admin once to make it take effect after changing system variable.

ORG-25344

Cell formula label row in summary sheet failed to be kept after batch processing

If adding cell formula label row to summary sheet, such as mean(this), after do batch processing, In new created summary sheet, the cell formula will not be kept,but use fixed value instead.

Fixed in Origin 2023

ORG-25392

dataset identifier will be broken after recalculate when set as categorical data

when do statistics on column, if set dataset identifier column as categorical data, dataset identifier will be broken after recalculate, show like ?$OP:A=1.

Fixed in Origin 2023

ORG-24043

GDI objects Leaks

There are GDI object leaks when using

  • Notes window

  • Code Builder

Fixed in Origin 2023.

ORG-25499

Mouse cursor changes to Busy state after paste string from Word to graph

Copy some text in Word and paste in Origin graph window directly, click the pasted text, mouse cursor changes to Busy state

Fixed in Origin 2023

ORG-25542

Origin crashed when opening certain 2022 saved OPJU project file

Origin crashed when opening certain 2022 saved OPJU project file

Fixed in Origin 2023

Programming

LabTalk

JIRA

SUMMARY

DETAILS

ORG-25655

layer -du causes Origin crash if worksheet has operation

When worksheet contains operation, run layer -du to delete worksheet will cause Origin crash.

Fixed in Origin 2023

Origin C

JIRA

SUMMARY

DETAILS

ORG-25323

Origin C OC GetN Issues and Improvements

1.Run following OC code.

Code Block
void test_list()
{
	GETN_BOX(tr)
	GETN_LIST(list1, "List 1", 0, "item1|item2|item3|item4") 	
	GETN_LIST(list2, "List 2", 0, "item1|item2|item3|item4") 
	GetNBox(tr);
}

2.Hover the mouse on List 1 and List 2, and scroll with mousewheel.

==>Fails to scroll the items in list.

Fixed in Origin 2023