NEWS and bump version
This commit is contained in:
parent
22aaefd1a0
commit
0cc15102fb
22
NEWS.md
22
NEWS.md
@ -12,6 +12,28 @@
|
|||||||
|
|
||||||
## 0.9 (current master/dev)
|
## 0.9 (current master/dev)
|
||||||
|
|
||||||
|
#### 0.9.2
|
||||||
|
|
||||||
|
- glvisualize backend (@SimonDanisch)
|
||||||
|
- too much to list! ready for alpha testing
|
||||||
|
- Volume and volume seriestype
|
||||||
|
- Atom: support for PlotPane and proper gui display
|
||||||
|
- gr:
|
||||||
|
- clims
|
||||||
|
- aspect ratio
|
||||||
|
- pgfplots:
|
||||||
|
- fixes for ticks, axes, and more
|
||||||
|
- pyplot:
|
||||||
|
- font families
|
||||||
|
- colorbar guide
|
||||||
|
- pixel marker
|
||||||
|
- unicodeplots
|
||||||
|
- basic support for shapes
|
||||||
|
- improved add_backend
|
||||||
|
- refactor of is_supported methods
|
||||||
|
- element-wise type recipes (see https://github.com/tbreloff/Plots.jl/issues/460#issuecomment-248428908)
|
||||||
|
- several other fixes/improvements
|
||||||
|
|
||||||
#### 0.9.1
|
#### 0.9.1
|
||||||
|
|
||||||
- Pkg.dir --> dirname (@tkelman)
|
- Pkg.dir --> dirname (@tkelman)
|
||||||
|
|||||||
@ -24,7 +24,7 @@ default(size=(500,300))
|
|||||||
# TODO: use julia's Condition type and the wait() and notify() functions to initialize a Window, then wait() on a condition that
|
# TODO: use julia's Condition type and the wait() and notify() functions to initialize a Window, then wait() on a condition that
|
||||||
# is referenced in a button press callback (the button clicked callback will call notify() on that condition)
|
# is referenced in a button press callback (the button clicked callback will call notify() on that condition)
|
||||||
|
|
||||||
const _current_plots_version = v"0.9.2"
|
const _current_plots_version = v"0.9.3"
|
||||||
|
|
||||||
|
|
||||||
function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)
|
function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user