Skip to content

Commit

Permalink
add version doc and upper bound for RecipesBase
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Oct 12, 2020
1 parent 43ff442 commit d68e248
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 30 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ os:
- linux
julia:
- 1.0
- 1.1
- 1.2
- 1.5
- nightly
notifications:
email: false
Expand Down Expand Up @@ -34,15 +33,14 @@ env:
jobs:
include:
- stage: "Documentation"
julia: 1.4
julia: 1.5
os: linux
env:
- DOCUMENTER_DEBUG=true
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
name: "HTML"
after_success: skip

## uncomment the following lines to override the default test script
Expand Down
49 changes: 25 additions & 24 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@
[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[BinDeps]]
deps = ["Libdl", "Pkg", "SHA", "URIParser", "Unicode"]
git-tree-sha1 = "46cf2c1668ad07aba5a9d331bdeea994a1f13856"
uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
version = "1.0.1"

[[BinaryProvider]]
deps = ["Libdl", "Logging", "SHA"]
git-tree-sha1 = "ecdec412a9abc8db54c0efc5548c64dfce072058"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.10"
[[CompilerSupportLibraries_jll]]
deps = ["Libdl", "Pkg"]
git-tree-sha1 = "7c4f882c41faa72118841185afc58a2eb00ef612"
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "0.3.3+0"

[[Dates]]
deps = ["Printf"]
Expand All @@ -24,10 +18,16 @@ deps = ["Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[[GSL]]
deps = ["BinaryProvider", "Libdl", "Markdown"]
git-tree-sha1 = "5412051557d2c0d5a76f8d4b6a9b849123fac892"
deps = ["GSL_jll", "Libdl", "Markdown"]
git-tree-sha1 = "44457ebe445acec09dfb9a7afe60af2289ff9997"
uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd"
version = "0.6.0"
version = "1.0.0"

[[GSL_jll]]
deps = ["Libdl", "Pkg"]
git-tree-sha1 = "5bfc132c5162c415be2f49737b95c858f0b70a4c"
uuid = "1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4"
version = "2.6.0+3"

[[HalfIntegers]]
git-tree-sha1 = "f075f730195e01c8f5ce1a9229cd75663b33fd8c"
Expand All @@ -39,6 +39,7 @@ deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

[[LibGit2]]
deps = ["Printf"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

[[Libdl]]
Expand All @@ -60,8 +61,14 @@ git-tree-sha1 = "a416e2f267e2c8729f25bcaf1ce19d2893faf393"
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
version = "1.3.1"

[[OpenSpecFun_jll]]
deps = ["CompilerSupportLibraries_jll", "Libdl", "Pkg"]
git-tree-sha1 = "d51c416559217d974a1113522d5919235ae67a87"
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
version = "0.5.3+3"

[[Pkg]]
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[Primes]]
Expand Down Expand Up @@ -112,10 +119,10 @@ deps = ["LinearAlgebra", "Random"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[SpecialFunctions]]
deps = ["BinDeps", "BinaryProvider", "Libdl"]
git-tree-sha1 = "3bdd374b6fd78faf0119b8c5d538788dbf910c6e"
deps = ["OpenSpecFun_jll"]
git-tree-sha1 = "268052ee908b2c086cc0011f528694f02f3e2408"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "0.8.0"
version = "0.9.0"

[[StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
Expand All @@ -131,12 +138,6 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[URIParser]]
deps = ["Unicode"]
git-tree-sha1 = "53a9f49546b8d2dd2e688d216421d050c9a31d0d"
uuid = "30578b45-9adc-5946-b283-645ec420af67"
version = "0.4.1"

[[UUIDs]]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
GSL = "0.6,0.7,0.8,0.9,1.0"
OffsetArrays = "0.23, 1"
ProgressMeter = "^1.3"
RecipesBase = "0, 1.1,1.2"
RecipesBase = "1.0"
SpecialFunctions = "0.8, 0.9, 10.0"
StaticArrays = "0.8,0.9,0.10,0.11,0.12"
WignerSymbols = "^1.1"
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
Documenter = "0.25"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ makedocs(
deploydocs(
branch = "gh-pages",
target = "build",
versions = ["stable" => "v^", "v#.#"],
devurl = "dev",
versions = ["stable" => "v^", "v#.#.#", devurl => devurl],
repo = "github.com/JuliaWaveScattering/MultipleScattering.jl.git"
)

2 comments on commit d68e248

@arturgower
Copy link
Member 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 updated: JuliaRegistries/General/22760

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

Please sign in to comment.