Skip to content

Commit

Permalink
CompatHelper: bump compat for DomainSets to 0.7, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#317)

* CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat)

* Bump version to v0.6.49

* Don't import DomainSets in SpacesTest

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2023
1 parent 8668265 commit 329b09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFunOrthogonalPolynomials"
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
version = "0.6.48"
version = "0.6.49"

[deps]
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
Expand Down Expand Up @@ -36,7 +36,7 @@ Aqua = "0.7"
BandedMatrices = "0.16, 0.17, 1"
BlockArrays = "0.14, 0.15, 0.16"
BlockBandedMatrices = "0.10, 0.11, 0.12"
DomainSets = "0.5, 0.6"
DomainSets = "0.5, 0.6, 0.7"
DualNumbers = "0.6.2"
FastGaussQuadrature = "0.4, 0.5, 1"
FastTransforms = "0.12, 0.13, 0.14, 0.15.1"
Expand Down
1 change: 0 additions & 1 deletion test/SpacesTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ using ApproxFunOrthogonalPolynomials
using SpecialFunctions
using LinearAlgebra
using Test
using DomainSets
using DomainSets: UnionDomain
using ApproxFunBase: space, SpaceOperator
using ApproxFunBaseTest: testbandedoperator, testraggedbelowoperator,
Expand Down

2 comments on commit 329b09a

@jishnub
Copy link
Member

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/93183

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.49 -m "<description of version>" 329b09a288733068435d6f3ef7bae8b163a695bf
git push origin v0.6.49

Please sign in to comment.