Skip to content

Commit

Permalink
Remove ApproxFun compat from docs (#920)
Browse files Browse the repository at this point in the history
* Remove ApproxFun compat from docs

* Domainsets v0.7

* Update docs for domain and bandwidth; use BandedMatrices v1
  • Loading branch information
jishnub committed Oct 11, 2023
1 parent b6458bb commit eabb202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
ApproxFun = "0.13"
BandedMatrices = "0.17"
BandedMatrices = "0.17, 1"
Documenter = "1"
DomainSets = "0.6"
DomainSets = "0.6, 0.7"
Literate = "2"
Plots = "1"
SpecialFunctions = "2"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ zeros(::Space)
## Accessing information about a Fun

```@docs
domain
ApproxFun.domain
```

```@docs
Expand Down Expand Up @@ -222,7 +222,7 @@ Operator
```

```@docs
BandedMatrices.bandwidths(::Operator)
bandwidths(::Operator)
```

```@docs
Expand Down

2 comments on commit eabb202

@jishnub
Copy link
Member Author

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

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

Please sign in to comment.