Skip to content

Releases: org-arl/InteractiveViz.jl

v0.6.1

29 Jun 11:24
0c9ab1b
Compare
Choose a tag to compare

InteractiveViz v0.6.1

Diff since v0.6.0

v0.6.0

04 Feb 09:31
Compare
Choose a tag to compare

InteractiveViz v0.6.0

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • Add support for heatmap! to support opacity / blending (#22)

v0.5.0

27 Nov 22:11
Compare
Choose a tag to compare

InteractiveViz v0.5.0

Diff since v0.4.1

BREAKING CHANGES

v0.4.1

20 May 15:53
Compare
Choose a tag to compare

InteractiveViz v0.4.1

Diff since v0.4.0

v0.4.0

16 May 16:50
Compare
Choose a tag to compare

What's Changed

BREAKING release

  • Makie layout based refactoring of InteractiveViz API
  • API changes to data source API
  • API changes to visualization API

Closed issues:

  • Enable numeric keypad shortcuts by default (#6)
  • Reset axis limits when adding data to plots (#14)
  • Allow iplot to specify axes limits, labels, etc, without providing data (#15)
  • Allow iplot with aspect ratio constraints (#16)
  • Key bindings don't work as expected on non-English keyboard (#17)
  • Support for Multiple Windows (#19)

Merged pull requests:

  • Makie layout based refactoring of InteractiveViz API (#20) (@mchitre)

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Jun 12:08
ee270e3
Compare
Choose a tag to compare

InteractiveViz v0.3.0

Diff since v0.2.0

Merged pull requests:

v0.2.0

23 Aug 17:56
48140f8
Compare
Choose a tag to compare

InteractiveViz v0.2.0

Diff since v0.1.4

Closed issues:

  • No Backend available error when working with GLMakie 0.3.x and above (#12)

Merged pull requests:

  • chore: update compat entry for AbstractPlotting (#11) (@ymtoo)
  • update to current GLMakie version (v0.4.5) (#13) (@hagi123456)

v0.1.4

28 Mar 10:23
Compare
Choose a tag to compare

InteractiveViz v0.1.4

Compatibility update for Julia 1.6

v0.1.3

20 Sep 18:17
Compare
Choose a tag to compare

InteractiveViz v0.1.3

Diff since v0.1.2

Closed issues:

  • Depend on AbstractPlotting (#7)
  • Wrong example for Mandlebrot (#9)

Merged pull requests:

  • fix: update compact for Colors to include 0.12.3 (#8) (@ymtoo)

v0.1.2

17 Jun 05:08
Compare
Choose a tag to compare

InteractiveViz v0.1.2

Diff since v0.1.1

Closed issues:

  • Add Julia set as a demo (#3)