Skip to content

Commit

Permalink
Merge #77
Browse files Browse the repository at this point in the history
77: CompatHelper: bump compat for "Distributions" to "0.22" r=DilumAluthge a=github-actions[bot]

This pull request changes the compat entry for the `Distributions` package from `0.21.3` to `0.21.3, 0.22`.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
3 people committed Jan 14, 2020
2 parents 4b3a6b1 + 02b5606 commit 983cfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClassImbalance"
uuid = "04a18a73-7590-580c-b363-eeca0919eb2a"
authors = ["Paul Stey <[email protected]>", "Dilum Aluthge <[email protected]>", "Brown Center for Biomedical Informatics <[email protected]>"]
version = "0.8.5"
version = "0.8.6"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -15,7 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Compat = "3"
DataFrames = "0.20"
Distributions = "0.21.3"
Distributions = "0.21.3, 0.22"
StatsBase = "0.32"
julia = "1.1"

Expand Down

3 comments on commit 983cfb1

@DilumAluthge
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 branch=master

@DilumAluthge
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 branch=master

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.6 -m "<description of version>" 983cfb122bf8be68c0182ae530b33cd8aa795404
git push origin v0.8.6

Please sign in to comment.