Skip to content

Commit

Permalink
Getting ready for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Aug 10, 2018
1 parent 9c259d2 commit 8b7ba91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:

julia:
- 0.7
- 1.0
- nightly

matrix:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HyperDualNumbers"
uuid = "50ceba7f-c3ee-5a84-a6e8-3ad40456ec97"
authors = ["Rob J Goedman <[email protected]>"]
version = "3.0.0"
version = "3.0.1"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Julia version was derived/written by Rob J Goedman ([email protected]).
Latest tagged versions:
* v1.1.0 (Julia 0.5 & 0.6, Oct 2017)
* v2.0.0 (Julia v0.7-, Oct 2017)
* v3.0.0 (Julia v0.7-, Jul 2018, Pkg(3))
* v3.0.1 (Julia v0.7 & Julia v1.0), Aug 2018, Pkg(3))

The Julia package is structured similar to the [JuliaDiff/DualNumbers](https://github.com/JuliaDiff/DualNumbers.jl) package, which aims for complete support for `Dual` types for numerical functions in Julia. Currently, basic mathematical operations and trigonometric functions are supported.

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: latest

platform:
Expand Down

0 comments on commit 8b7ba91

Please sign in to comment.