Skip to content

Commit

Permalink
changes in domainsets
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Oct 9, 2023
1 parent 08a1de8 commit c456eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BasisFunctions"
uuid = "4343a256-5453-507d-8aad-01a9d7189916"
authors = ["Daan Huybrechs <[email protected]>"]
version = "0.6.2"
version = "0.6.3"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Expand Down Expand Up @@ -33,15 +33,15 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[compat]
BlockArrays = "0.16"
CompositeTypes = "0.1.3"
DomainIntegrals = "0.4.2"
DomainSets = "0.6.2,0.7"
DomainIntegrals = "0.4.5"
DomainSets = "0.7"
FFTW = "1.6"
FastGaussQuadrature = "0.4,0.5"
FillArrays = "0.12,0.13"
GaussQuadrature = "0.5.7"
GenericFFT = "0.1.3"
GenericLinearAlgebra = "0.3"
GridArrays = "0.2.0"
GridArrays = "0.2.1"
IterativeSolvers = "0.9"
MacroTools = "0.5"
OrderedCollections = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/BasisFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import CompositeTypes:
iscomposite, component, components, ncomponents

import DomainSets:
domaintype, codomaintype, dimension,
domain, domaintype, codomaintype, dimension,
indomain, approx_indomain,
# intervals
leftendpoint, rightendpoint, endpoints,
Expand Down

2 comments on commit c456eab

@daanhb
Copy link
Member Author

@daanhb daanhb commented on c456eab Oct 9, 2023

Choose a reason for hiding this comment

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

@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/93100

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.6.3 -m "<description of version>" c456eab512a4056ce79f7857ab7e657bd8ba507b
git push origin v0.6.3

Please sign in to comment.