Skip to content

Releases: JuliaImages/ImageView.jl

v0.10.0

08 Dec 20:31
v0.10.0
3461d79
Compare
Choose a tag to compare

v0.10.0 (2019-12-08)

Diff since v0.9.0

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

23 Apr 11:44
56e999d
Compare
Choose a tag to compare
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

12 Dec 16:37
fa205f4
Compare
Choose a tag to compare

Fixes for imshow! and docstrings

25 Oct 01:15
a29014e
Compare
Choose a tag to compare
Merge pull request #160 from JuliaImages/teh/imshow!

Add examples to docstrings and make them work

Require julia 0.7+

04 Sep 00:53
fcf1c68
Compare
Choose a tag to compare
Merge pull request #156 from JuliaImages/teh/v0.7

Update to 0.7 and 1.0

Color contrast GUI

29 Aug 14:52
c18c64c
Compare
Choose a tag to compare
Merge pull request #155 from JuliaImages/teh/bounds

Restrict current release to Julia 0.6

Better clim handling

12 Sep 18:24
Compare
Choose a tag to compare
Merge pull request #124 from JuliaImages/teh/clim

Fix handling of clim

Fix contrast GUI

29 Aug 15:13
Compare
Choose a tag to compare
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

21 May 09:42
Compare
Choose a tag to compare
Merge pull request #116 from tkelman/testrequire

Add Reactive and ImageCore to test/REQUIRE

Support for non-1 arrays

17 Apr 09:44
Compare
Choose a tag to compare
Merge pull request #114 from timholy/teh/indices

Support display of non-1 arrays