Skip to content

Commit

Permalink
Update API to simplify and reference tables via Artifact bundling system
Browse files Browse the repository at this point in the history
Update API to simplify and reference tables via Artifact bundling system
  • Loading branch information
alecloudenback authored Mar 1, 2021
2 parents 2d363a3 + 17552a8 commit 819d7d5
Show file tree
Hide file tree
Showing 14 changed files with 3,107 additions and 399 deletions.
10 changes: 5 additions & 5 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[SOA_Tables]
git-tree-sha1 = "52b77526be6e7c36ebf8e03009e04ef52f802925"
["mort.soa.org"]
git-tree-sha1 = "6164a6026f108fe95828b689fcd3b992acbff7c3"

[[SOA_Tables.download]]
sha256 = "4542fd10f0f417f5980740371240070fd144c167a5ebf4d0631708bc4a3307f2"
url = "https://github.com/JuliaActuary/Artifacts/raw/master/SOA_Tables_20201022.tar.gz"
[["mort.soa.org".download]]
sha256 = "6f5eb4909564b55a3397ccf4f4c74290e002f7e2e2474cebeb224bb23a9a2606"
url = "https://github.com/JuliaActuary/Artifacts/raw/v2020-02-15/mort.soa.org/2020-02-15.tar.gz"
276 changes: 0 additions & 276 deletions BundledTables.md

This file was deleted.

6 changes: 1 addition & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
name = "MortalityTables"
uuid = "4780e19d-04b9-53dc-86c2-9e9aa59b5a12"
authors = ["Alec Loudenback <[email protected]>"]
version = "1.0.1"
version = "2.0.0"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
HTTP = "^0.8, 0.9"
OffsetArrays = "1.0"
Parsers = "^1"
QuadGK = "^2.3"
Requires = "^1"
Transducers = "^0.4"
UnPack = "^1"
XMLDict = "0.4"
julia = "^1.4"
Expand Down
Loading

2 comments on commit 819d7d5

@alecloudenback
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 created: JuliaRegistries/General/31016

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.0.0 -m "<description of version>" 819d7d586c94586c990ce6bfd5e4fc8a32772710
git push origin v2.0.0

Please sign in to comment.