Skip to content

Commit

Permalink
display
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jul 16, 2020
1 parent 6e52df4 commit 2352956
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Mads"
uuid = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
version = "0.10.6"
version = "0.10.7"

[deps]
AffineInvariantMCMC = "a0f608ac-68d0-5108-ad9a-0cdca73324f3"
Expand Down
7 changes: 5 additions & 2 deletions src-interactive/MadsDisplay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ if isdefined(Mads, :Gadfly) && isdefined(Main, :Cairo)
end
end
else
function display(o)
Base.display(o)
function display(o; gw=nothing, gh=nothing)
if graphoutput
Base.display(o)
print("\r")
end
end
end

Expand Down

2 comments on commit 2352956

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

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.10.7 -m "<description of version>" 2352956083c410409348add90b117919e6aa4e71
git push origin v0.10.7

Please sign in to comment.