Skip to content

Commit

Permalink
Merge pull request #106 from juliangehring/develop
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
juliangehring authored Nov 5, 2023
2 parents 0da5722 + c01c7b0 commit 903bf62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ jobs:
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Extend compatibility for `Statistics`, `StatsBase` and `StatsModels`.
- Clarify return value of `confint`. Contributed by Hector Perez (@hdavid16) (#95).
- Update docstrings. Contributed by Hector Perez (@hdavid16) (#95).
- Update documentation.


## Version 2.3.3
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ Contributions of any kind are very welcome. Please feel free to open pull
requests or issues if you have suggestions for changes, ideas or questions.


## Frequently Asked Questions

- Does it have anything to do with twitter themes, webpage frameworks,
compiling, ...?

No, not really. This package focuses on an interesting area in statistics, but
the term _bootstrapping_ is also used in other contexts. You can check
wikipedia for a longer list of
[meanings associated with bootstrapping](https://en.wikipedia.org/wiki/Bootstrapping_(disambiguation)).


## Package Status

[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliangehring.github.io/Bootstrap.jl/stable)
Expand Down

2 comments on commit 903bf62

@juliangehring
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
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/94769

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 v2.4.0 -m "<description of version>" 903bf621f8e8d390ff97711754f990d148cc5276
git push origin v2.4.0

Please sign in to comment.