Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanazawa1989 committed Aug 18, 2023
1 parent 22c5f0c commit 3c5d9fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions releasenotes/notes/add-dataframe-curve-data-a8905c450748b281.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
features:
- |
:class:`.ScatterTable` is introduced as a drop-in replacement of :class:`.CurveData`.
This is a data format to store intermediate data in curve analysis, built on top of
the pandas DataFrame. Each table row corresponds to a single data point,
and the table contains all data points generated by the :class:`.CurveAnalysis`.
All properties and methods of :class:`.CurveData` are implemented for backward compatibility,
but these will be removed in the future release.
developer:
- |
:meth:`.CurveAnalysis._create_figures` method is added to the curve analysis base class.
A curve analysis subclass can overwrite this method to customize the output figures.
The method is called with the :class:`.ScatterTable` containing all intermediate data points
generated during the curve analysis.

0 comments on commit 3c5d9fb

Please sign in to comment.