Skip to content

Commit

Permalink
tests need to load Distributions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
adknudson committed Feb 20, 2024
1 parent 34ab11d commit e422dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Internals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using PearsonCorrelationMatch: _generate_coefs, _Gn0d, _Gn0m
using PearsonCorrelationMatch: _hermite, _hermite_normpdf
using PearsonCorrelationMatch: _is_real, _real_roots, _feasible_roots, _nearest_root, _best_root
using Polynomials: coeffs, fromroots
using Distributions


@testset "Internals" begin
Expand Down
1 change: 1 addition & 0 deletions test/PearsonBounds.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Test
using PearsonCorrelationMatch
using Distributions


@testset "Pearson Correlation Bounds" begin
Expand Down
1 change: 1 addition & 0 deletions test/PearsonMatch.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Test
using PearsonCorrelationMatch
using Distributions


@testset "Pearson Correlation Matching" begin
Expand Down

2 comments on commit e422dd2

@adknudson
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Breaking Changes

  • No longer Re-exporting the Distributions library. Users should load both packages explicitly

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

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

Please sign in to comment.