This repository was archived by the owner on Feb 28, 2022. It is now read-only.
File tree 2 files changed +11
-5
lines changed 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
13
## [ 0.6.0] - 2020-12-15
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 1
1
name = " GridapODEs"
2
2
uuid = " 55e38337-5b6e-4c7c-9cfc-e00dd49102e6"
3
3
authors = [" Santiago Badia" ]
4
- version = " 0.6 .0"
4
+ version = " 0.7 .0"
5
5
6
6
[deps ]
7
7
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
@@ -12,11 +12,11 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
12
12
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
13
14
14
[compat ]
15
- ForwardDiff = " 0.10.10 "
15
+ ForwardDiff = " 0.10"
16
16
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 "
20
20
21
21
[extras ]
22
22
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments