Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

41 lines (36 loc) · 1.96 KB

UnicodeGraphics.jl

Version v0.2.2

  • Feature Added support for plotting via quadrants, sextants, and octants. Octants requires Unicode 16 font support and is in 2024 not yet widely available. Things will work but the result will look bad. (#8)

Version v0.2.1

  • Feature Added support for multidimensional arrays (#7)

Version v0.2.0

  • Feature Directly write to stdout using uprint(A) or to any IO using uprint(io, A) (#5)
  • Feature Added support for filtering functions to uprint and ustring. uprint(f, A) shows values of A for which f returns true (#5)
  • Deprecation Deprecated brailize(A), use ustring(A) or ustring(A, :braille) instead (#5)
  • Deprecation Deprecated blockize(A), use ustring(A, :block) instead (#5)