-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregated updates #45
Merged
+940
−808
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e03d67d
Move docs workflow to separate file
abhro 483003e
Update checkout version in workflows
abhro 4517fe9
Tighten julia compat to 1.6 and up
abhro 7d7bfee
Add compat bounds for Documenter.jl
abhro dd6f770
Change CI to run on 1.6 and higher
abhro b739eab
Add compat bounds for other doc dependencies
abhro b62c403
Fix doctests
abhro b06809b
Fix more doctests
abhro dc9121c
Update install instructions
abhro 12f15bf
Update example code blocks in README.md
abhro 1cd8c99
Wrap lines and fix markdown
abhro 901c02b
Fix indents and spacing
abhro f463f6a
Update abstract type docstring header
abhro 9be798f
Use more specific DomainError instead of error()
abhro ae2e515
Move error handling to top of method
abhro 516831a
Fix tests to catch correct exception type
abhro a6d2bc6
Make curve F99 method more type stable
abhro ef7b5c0
Move bibtex asset files to their own directory
abhro 000e455
Fix capitalization
abhro d571900
Add docstrings to site for G03_SMCBar
abhro f73fba1
Add docstring for checkbounds to site
abhro ec5824a
Turn docstrings missing from doc site into warnings
abhro dd5d3ca
Split up color laws into separate files
abhro d152b42
Update GitHub/Julia actions versions
abhro 2acbee3
Add coloring to aqua workflow
abhro 96132f6
Update codecov action version
abhro f6a53b0
Encapsulate all tests into larger testset
abhro 07ae89a
Add dependabot
abhro c2c348f
Allow manual triggering of CompatHelper
abhro c6699d5
Give CompatHelper pull request permissions
abhro 0e39b01
Rename CompatHelper job steps
abhro d7f5da6
Reformat CompatHelper runner
abhro 0a12509
Add compat entry for DelimitedFiles
abhro 8935f9a
Use separate Project.toml for tests
abhro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
open-pull-requests-limit: 99 | ||
labels: | ||
- "dependencies" | ||
- "github-actions" | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Documentation | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
tags: ["*"] | ||
pull_request: | ||
branches: [master] | ||
|
||
jobs: | ||
|
||
docs: | ||
name: Documentation | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: julia-actions/setup-julia@v2 | ||
with: | ||
version: '1' | ||
- uses: julia-actions/cache@v2 | ||
- uses: julia-actions/julia-docdeploy@v1 | ||
env: | ||
GKSwstype: nul | ||
DATADEPS_ALWAYS_ACCEPT: true | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These labels don't exist at all: #49.