Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changes/newsfragments/8041.new
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added ``StructParameter``, a new parameter type that returns structured data
as a Python ``dataclass`` or Pydantic v2 ``BaseModel``. Each field of the struct
is automatically unpacked into a separate dataset column when used with
``Measurement``. Pydantic support is optional.
Loading
Loading