Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jun 30, 2019
1 parent 63042f4 commit 5f900ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 232 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ julia:
- 1.1
notifications:
email: false
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd());'
# - julia -e 'ENV["MADS_TRAVIS"]=""; Pkg.build("GeostatInversion"); Pkg.test("GeostatInversion"; coverage=true)'
after_success:
- julia -e 'import Pkg; import GeostatInversion; cd(joinpath(dirname(pathof(GeostatInversion)))); Pkg.add("Coverage"); import Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
224 changes: 0 additions & 224 deletions Manifest.toml

This file was deleted.

20 changes: 16 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
name = "GeostatInversion"
uuid = "acd30bff-8734-59b1-86d1-c3ef2efb63d6"
authors = ["Daniel O'Malley <[email protected]>", "Velimir V Vesselinov <[email protected]>"]
version = "0.3.1"
version = "0.3.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
IterativeSolvers = "≥ 0.5.0"
julia = "≥ 1.1.0"

[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
[targets]
test = ["Statistics", "LinearAlgebra", "SparseArrays", "Random", "Test", "Distributed"]

4 comments on commit 5f900ee

@montyvesselinov
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 register()

@montyvesselinov
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 register()

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

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.3.2 -m "<description of version>" 5f900ee19aa4a7d47506b664d409fa031a66f7be
git push origin v0.3.2

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

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.3.2 -m "<description of version>" 5f900ee19aa4a7d47506b664d409fa031a66f7be
git push origin v0.3.2

Please sign in to comment.