Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-23625

Repeat analysis fails to initial Nonlinear Fit’s parameter values correctly

Fixed in Origin 2022

ORG-20336

Confidence Band is different between LR and NLFit

Confidence Band is different in LR and NLfit if Slope is fixed.

Fixed in Origin 2022

ORG-23590

Recalculate not works fine with LT Expression

Recalculate operations with LT Expression fails since the second time.

Fixed in Origin 2022

ORG-23812

Collected issues about book with embedded VM graph in batch processing dialog

Batch processing not works fine with graph plotted by virtual matrix.

Fixed in Origin 2022

ORG-23886

Group data show incorrect in result sheet when Decimal separator is comma(1.000,0)

When Separators is set to 1.000,0 in Origin and group data contains decimal value, do statistics on column with two group columns and show box chart in report sheet.
==>in column label row of DescStatsCurves sheet, decimal value is separated into two value by comma

ORG-23630

Saving Analysis template with embedded matrix may crashes Origin

Issue existed since Origin 2021b sr2 and fixed in Origin 2022.

ORG-22325

FFT tool support Date-Time data

Before origin2022, FFT can not recognize Date/Time data.

In Origin2022, When source signal data having Date/time data, FFT will allocate suitable unit(Hz,kHz,mHz) for Frequency in FFTResultData sheet according to source time data, also in FFT dialog, Sampling Interval support time input( sec,min,hour,day etc).

ORG-23977

operation is broken after saving analysis template when source data contains categorical data

if source data of analysis template contains categorical data, such as group columns-index data tool. save it as analysis template, open template and reimport source data.

==>green lock become red

System variable @ASCM is introduced.
@ASCM =1,default option, always save Categorical Map when saving analysis template.
@ASCM =0, roll back to old behavior, but the above issue will not be existing.

ORG-24003

Origin crashed when output hierarchical sheet to matrix window

Fixed in Origin 2022.

Origin 2022 will not output hierarchical sheet to matrix window.

ORG-24093

Origin hangs after recalculate PA with Report Graph deleted

After fit with Peak Analyzer (PA), delete the report graph window, then recalculate, Origin hangs

Fixed in Origin 2022

ORG-24103

NLFit: SetParamBounds OC function did not return correct value

Issue existed since Origin 8.6 and fixed in Origin 2022.

ORG-24003

Descriptive Statistics on matrix compute wrong results

Fixed in Origin 2022

ORG-24264

Crash if Delete PA Preview Page

Fixed in Origin 2022

Data Handling

Worksheet

JIRA

SUMMARY

DETAILS

ORG-23960

Custom Date format fails to recogonize

For example, enter “Tue 15 Jun 2021 09:32:16” in A1 cell. Open Column Properties dialog, set format as Date, custom display as “ddd dd MMM yyyy HH:mm:ss“.

==> Fails to set correct date.

Fixed in Origin 2022.

ORG-21151

Unstack column cause Origin stop working if too many other columns

For example, have a workbook with 25 columns and fill with data, unstacks col(B) with col(A) as group column, the rest columns as other columns.

==> Origin stop working.

Fixed in Origin 2022.

ORG-24030

Image cells lost after join worksheets

After joining the worksheets , image cells are gone.

Fixed in Origin 2022.

All join worksheet XFs(wAppend, wjoinbylabel, wjoinbycol, wjoincols) support this behavior now

ORG-24032

mini toolbar Copy as Image issues

Click embedded EMF in worksheet cell, then click Copy as Image button in mini toolbar, paste into another cell.

==> Origin becomes very slow, the image preview is very bad.

Fixed in Origin2022, now paste into another cell with EMF by default, sys variable @PEMF=1

ORG-24043

GDI objects get increasing when resize workbook which contains EMF graph cell

When analysis template contain graph sheet, do batch processing and set graph sheet as result sheet. then resize Summary book.
==>GDI objects of origin get increasing in task manager.

Fixed in Origin 2022

ORG-24080

Range interpolation failed if connection method specified in Set Column Value

Declare range variable like “bb”, then set value with formula like “bb(C, bspline)” will be failed.

Fixed in Origin 2022

ORG-24500

Set Values dialog wrongly replace Python function separator in Germany version

For example, open Set Column Values dialog, define following Python function in the Python Function tab.

Code Block
def fill_column():
  return [1,2,3,4,5,6,7,8]

Set column value with formula py.fill_column()

==> The last cell wrongly set as “7,8”.

Fixed in Origin 2022

Matrix

JIRA

SUMMARY

DETAILS

ORG-23665

Fails to execute "run.section(ROI,crop); " in Origin 2021b

If ROI exists on Matrix and run LT “run.section(ROI,crop);“, it fails to crop the matrix.

Fixed in Origin 2022

ORG-23987

Return missing value if pixel extraction fail

If specific point is out of the matrix data range, Pixel Extraction may fail and it should return missing value since Origin 2022.

ORG-24016

Convert Matrix to Worksheet Overwriting Missing Data

Convert matrix to XYZ columns, Z column should not be overwritten if it’s filled with missing value.

This issue existed since 2018b and it’s fixed in Origin 2022.

...