Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jan 5, 2024
1 parent afd1f66 commit 5a88c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/generalspace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ isconj(V::GeneralSpace) = V.conj
Base.axes(V::GeneralSpace, ::Trivial=Trivial()) = Base.OneTo(dim(V))
hassector(V::GeneralSpace, ::Trivial) = dim(V) != 0
sectors(V::GeneralSpace) = OneOrNoneIterator(dim(V) != 0, Trivial())
sectortype(::Type{GeneralSpace}) = Trivial
sectortype(::Type{<:GeneralSpace}) = Trivial

field(::Type{GeneralSpace{𝕜}}) where {𝕜} = 𝕜
InnerProductStyle(::Type{<:GeneralSpace}) = NoInnerProduct()
Expand Down

2 comments on commit 5a88c9d

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 5a88c9d Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Improved planar support
  • Improved and extended AD rules
  • Various small improvements

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/98345

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.1 -m "<description of version>" 5a88c9da13b7cc5638123ee38d2e6733a8b54ba9
git push origin v0.12.1

Please sign in to comment.