prepare release
This commit is contained in:
parent
be177e0f80
commit
4be0093a8a
13
NEWS.md
13
NEWS.md
@ -11,14 +11,23 @@
|
|||||||
---
|
---
|
||||||
## (current master)
|
## (current master)
|
||||||
|
|
||||||
## 0.12.2
|
## 0.12.3
|
||||||
|
|
||||||
|
- new grid line style defaults
|
||||||
|
- `grid` is now an axis attribute and a magic argument: it is now possible to modify the grid line style, alpha and line width
|
||||||
|
- Enforce plot order in user recipes
|
||||||
|
- import `plot!` from RecipesBase
|
||||||
|
- GR no longer automatically handles _ and ^ in texts
|
||||||
|
- fix GR colorbar for scatter plots
|
||||||
|
|
||||||
|
#### 0.12.2
|
||||||
|
|
||||||
- fix an issue with Juno/PlotlyJS compatibility on new installations
|
- fix an issue with Juno/PlotlyJS compatibility on new installations
|
||||||
- fix markers not showing up in seriesrecipes using :scatter
|
- fix markers not showing up in seriesrecipes using :scatter
|
||||||
- don't use pywrap in the pyplot backend
|
- don't use pywrap in the pyplot backend
|
||||||
- improve the bottom margin for the gr backend
|
- improve the bottom margin for the gr backend
|
||||||
|
|
||||||
## 0.12.1
|
#### 0.12.1
|
||||||
|
|
||||||
- fix deprecation warnings
|
- fix deprecation warnings
|
||||||
- switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
|
- switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
__precompile__(true)
|
__precompile__(false)
|
||||||
|
|
||||||
module Plots
|
module Plots
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,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.12.1"
|
const _current_plots_version = v"0.12.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