Skip to content

Releases: JuliaPlots/UnicodePlots.jl

v1.4.0

09 Aug 10:24
9630e20
Compare
Choose a tag to compare

Note: This package was not under active maintenance for quite a long time and there are some known broken test cases.
This version doesn't fix those test cases. This version is not backed by any working CI.


This version ships some small changes that contributors provide and I'd like to have them available to others, because
that's why they contribute:

  • lineplot: added support for vectors containing NaN in lineplot (#127)(@bcsj)
  • heatmap: add zlim keyword for setting color range (#135)(@IanButterworth)
  • histogram: Allow irregularly spaced histogram bins (#141)(@aminnj)

If you are interested in bring the CI back, please check the #136 status or choose to work on top of it.

Enjoy it. And please don't blame us for not actively maintaining it as people come here contributing by ❤️ during their free time.

v1.3.0

14 Sep 15:32
57594d6
Compare
Choose a tag to compare
Update Project.toml

v1.1.0

27 Jan 16:14
Compare
Choose a tag to compare
support :normal as color for canvas

v1.0.1

08 Jan 09:32
60223c7
Compare
Choose a tag to compare
Update lineplot.jl

First major release

07 Jan 12:46
Compare
Choose a tag to compare
v1.0.0

update README

v0.3.1: Merge pull request #81 from DrDaleks/patch-2

11 Aug 20:37
4a2d562
Compare
Choose a tag to compare

v0.3.0

01 Aug 14:50
Compare
Choose a tag to compare
remove Dates from REQUIRE

v0.2.6: Merge pull request #74 from juliohm/abstract-vector

22 Dec 16:51
8510779
Compare
Choose a tag to compare
Replace all occurrences of Vector by AbstractVector in plot commands

v0.2.5: Merge pull request #68 from JohnHBrock/histogram_float32_fix

09 Aug 21:40
Compare
Choose a tag to compare
Fixes calls to `histogram(...)` with arrays of `Float32`

v0.2.4

21 Jun 10:24
Compare
Choose a tag to compare
adapt to changed histogram default value