Releases: JuliaImages/ImageView.jl
Releases · JuliaImages/ImageView.jl
v0.10.0
v0.10.0 (2019-12-08)
Closed issues:
- Master fails in test with ColorTypes not found (#194)
- Error Installing on Mac (#182)
- cos(BigFloat(x)) is not working anymore after: using ImageView (#181)
- Is it possible to install with Cairov0.7.0 (#master) (#180)
- Pan drag broken? (#179)
- Window image not showing, with no error on MacOS Mojave (#175)
- test with master does not exit cleanly (#167)
Merged pull requests:
v0.9.0
Update histogram whenever `enabled` changes state (fixes #168) (#172) We make `enabled` an unused dependency of the histogram-calculating code, thus ensuring it updates.
Preserve signals from garbage collection
Fixes for imshow! and docstrings
Merge pull request #160 from JuliaImages/teh/imshow! Add examples to docstrings and make them work
Require julia 0.7+
Merge pull request #156 from JuliaImages/teh/v0.7 Update to 0.7 and 1.0
Color contrast GUI
Merge pull request #155 from JuliaImages/teh/bounds Restrict current release to Julia 0.6
Better clim handling
Merge pull request #124 from JuliaImages/teh/clim Fix handling of clim
Fix contrast GUI
Merge pull request #120 from timholy/teh/testcontrast Add a test for the contrast GUI (test for problem fixed in #119)
Rewrite for Gtk & GtkReactive
Merge pull request #116 from tkelman/testrequire Add Reactive and ImageCore to test/REQUIRE
Support for non-1 arrays
Merge pull request #114 from timholy/teh/indices Support display of non-1 arrays