Bump version (1.3.0)
This commit is contained in:
parent
671efccc17
commit
6bf1b80058
@ -1,4 +1,4 @@
|
|||||||
# Version 1.3.0 (not yet released)
|
# Version 1.3.0 (released on: Apr. 28, 2020)
|
||||||
|
|
||||||
- New features:
|
- New features:
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
name = "Gnuplot"
|
name = "Gnuplot"
|
||||||
uuid = "dc211083-a33a-5b79-959f-2ff34033469d"
|
uuid = "dc211083-a33a-5b79-959f-2ff34033469d"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
|
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
|
||||||
|
|||||||
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
[](https://travis-ci.org/gcalderone/Gnuplot.jl)
|
[](https://travis-ci.org/gcalderone/Gnuplot.jl)
|
||||||
[](LICENSE.md)
|
[](LICENSE.md)
|
||||||
[](https://gcalderone.github.io/Gnuplot.jl/v1.2.0/)
|
[](https://gcalderone.github.io/Gnuplot.jl/v1.3.0/)
|
||||||
[](https://gcalderone.github.io/Gnuplot.jl/v1.3.0/)
|
|
||||||
|
|
||||||
|
|
||||||
**Gnuplot.jl** is a simple package able to send both data and commands from Julia to an underlying [gnuplot](http://gnuplot.sourceforge.net/) process. Its main purpose it to provide a fast and powerful data visualization framework, using an extremely concise Julia syntax.
|
**Gnuplot.jl** is a simple package able to send both data and commands from Julia to an underlying [gnuplot](http://gnuplot.sourceforge.net/) process. Its main purpose it to provide a fast and powerful data visualization framework, using an extremely concise Julia syntax.
|
||||||
@ -22,9 +21,9 @@ You may check the installed **Gnuplot.jl** version with:
|
|||||||
```julia
|
```julia
|
||||||
]st Gnuplot
|
]st Gnuplot
|
||||||
```
|
```
|
||||||
If the displayed version is not v1.2.0 you are probably having a dependency conflict. In this case try forcing installation of the latest version with:
|
If the displayed version is not v1.3.0 you are probably having a dependency conflict. In this case try forcing installation of the latest version with:
|
||||||
```julia
|
```julia
|
||||||
]add Gnuplot@1.2.0
|
]add Gnuplot@1.3.0
|
||||||
```
|
```
|
||||||
and check which package is causing the conflict.
|
and check which package is causing the conflict.
|
||||||
|
|
||||||
@ -38,7 +37,7 @@ test_terminal()
|
|||||||
|
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
The following examples are supposed to be self-explaining. See [documentation](https://gcalderone.github.io/Gnuplot.jl/v1.2.0/) for further informations.
|
The following examples are supposed to be self-explaining. See [documentation](https://gcalderone.github.io/Gnuplot.jl/v1.3.0/) for further informations.
|
||||||
|
|
||||||
### A simple parabola
|
### A simple parabola
|
||||||
```julia
|
```julia
|
||||||
|
|||||||
@ -1321,7 +1321,7 @@ end
|
|||||||
|
|
||||||
Return the **Gnuplot.jl** package version.
|
Return the **Gnuplot.jl** package version.
|
||||||
"""
|
"""
|
||||||
version() = v"1.3.0-dev"
|
version() = v"1.3.0"
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user