Skip to content

Commit

Permalink
CompatHelper: bump compat for IrrationalConstants to 0.2, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (#491)

* CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat)

* Loosen tolerance

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Will Tebbutt <[email protected]>
  • Loading branch information
3 people authored Feb 23, 2023
1 parent 768207c commit f178d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "KernelFunctions"
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
version = "0.10.51"
version = "0.10.52"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down Expand Up @@ -28,7 +28,7 @@ CompositionsBase = "0.1"
Distances = "0.10"
FillArrays = "0.10, 0.11, 0.12, 0.13"
Functors = "0.1, 0.2, 0.3, 0.4"
IrrationalConstants = "0.1"
IrrationalConstants = "0.1, 0.2"
LogExpFunctions = "0.2.1, 0.3"
Requires = "1.0.1"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
Expand Down
2 changes: 1 addition & 1 deletion test/basekernels/fbm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
) / 2 atol = 1e-5
@test repr(k) == "Fractional Brownian Motion Kernel (h = $(h))"

test_interface(k)
test_interface(k; rtol=1e-5)
@test repr(k) == "Fractional Brownian Motion Kernel (h = $(h))"
test_ADs(FBMKernel; ADs=[:ReverseDiff])

Expand Down

2 comments on commit f178d7b

@willtebbutt
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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

Please sign in to comment.