Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 2c74d24

Browse files
Merge pull request #57 from gridap/Release-v0.7.0
Preparing v0.7.0
2 parents 6a5fe68 + e84241d commit 2c74d24

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0] - 2021-09-21
8+
9+
### Added
10+
- Added Newmark method in PR [#55](https://github.com/gridap/GridapODEs.jl/pull/55)
11+
- Updated to Gridap v0.16 in PR [#54](https://github.com/gridap/GridapODEs.jl/pull/54)
12+
713
## [0.6.0] - 2020-12-15
814

915
### Changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GridapODEs"
22
uuid = "55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
33
authors = ["Santiago Badia"]
4-
version = "0.6.0"
4+
version = "0.7.0"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -12,11 +12,11 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
1212
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
15-
ForwardDiff = "0.10.10"
15+
ForwardDiff = "0.10"
1616
Gridap = "0.16"
17-
LineSearches = "7.0.1"
18-
Sundials = "4.3"
19-
julia = "1.3"
17+
LineSearches = "7.1"
18+
Sundials = "4.5"
19+
julia = "1.6"
2020

2121
[extras]
2222
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)