Skip to content

Things to change before making a breaking release #338

Open
@thomasgudjonwright

Description

@thomasgudjonwright
  1. Renaming of multi-output related items, see
    Multi-output kernel naming & consistency #328 and
    Revisit Multi-Output Support Naming Conventions #332

  2. Change the multi output input type definitions to not have abstract types as fields. Change to something like:

struct MOInputIsotopicByFeatures{S,T<:AbstractVector{S}, U<:Integer} <: AbstractVector{Tuple{S,U}}
    x::T
    out_dim::U
end
  1. Change MOInputIsotopicByFeatures to MOInputsIsotopicByFeatures and MOInputIsotopicByOutputs to MOInputsIsotopicByOutputs

  2. Clean up field names in kernel structs

Add to the list as you see fit :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions