Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
Maintenance release
  • Loading branch information
shamazmazum committed Aug 31, 2022
1 parent 37b2d1e commit 84aaae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MaterialReconstruction"
uuid = "03cb9323-3c4b-4e23-a84c-921ade87b3a3"
authors = ["Vasily Postnicov <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
AnnealingAPI = "ea73c536-af4e-4c29-9508-d79bc79c0161"
Expand All @@ -15,8 +15,8 @@ CorrelationTrackers = "2aaf3720-2af0-4ca4-b7d9-7d970023fcad"
XUnit = "3e3c03f2-1a94-11e9-2981-050a4ca824ab"

[compat]
AnnealingAPI = "0.1.0"
CorrelationFunctions = "0.4.0, 0.5"
AnnealingAPI = "0.1"
CorrelationFunctions = "0.6.1"
CorrelationTrackers = "0.6"
LsqFit = "0.12"
PoissonRandom = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion test/annealing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function test_annealing(target, init, cost, modifier, cooldown)
end

@testset "300x300 image" begin
array = read_cuboid("image3d.json")[:,:,1]
array = Utilities.read_cuboid("image3d.json")[:,:,1]
target = CorrelationTracker(array;
directions = [:x, :y, :xy, :yx],
periodic = true)
Expand Down

0 comments on commit 84aaae5

Please sign in to comment.