bump version; NEWS

This commit is contained in:
Thomas Breloff 2016-07-19 12:13:40 -04:00
parent 73af635be6
commit 22ac2df595
2 changed files with 21 additions and 3 deletions

22
NEWS.md
View File

@ -3,11 +3,29 @@
#### notes on release changes, ongoing development, and future planned work
- All new development should target 0.7!
- All new development should target 0.9!
- Minor version 0.8 is the last one to support Julia 0.4!!
- Critical bugfixes only
---
## 0.8 (current master/dev)
## 0.9 (current master/dev)
---
## 0.8
####
- manual drawing of axes/ticks/labels
- get_ticks uses optimize_ticks and Showoff
- changed PLOTS_DEFAULTS to be a global variable, not ENV key
- parameterized Segments for pushing tuples
- fix to axis extrema for Bool/nothing
- GR:
- manually draw 2D axes... fixes several issues and missing features
- fontsize fix
- PGFPlots: pass axis syle
#### 0.8.0

View File

@ -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
# is referenced in a button press callback (the button clicked callback will call notify() on that condition)
const _current_plots_version = v"0.8.1"
const _current_plots_version = v"0.9.0"
function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = isinteractive(), sigma = [1,1], eps = 1e-2)