Skip to content

Commit c86c7cd

Browse files
committed
Replace Odeint with in-house Runge-Kutta 4th order
1 parent 8791873 commit c86c7cd

16 files changed

+651
-806
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## [Unreleased]
44

5-
## [Version 2.0.0-alpha1] - 2019-04-XY
6-
75
We have introduced a number of breaking changes, motivated by the need to
86
modernize the library.
97

@@ -14,6 +12,10 @@ modernize the library.
1412
- **BREAKING** We require a fully compliant C++14 compiler.
1513
- **BREAKING** We require CMake 3.9
1614
- Project dependencies are now managed as a superbuild.
15+
- The implementation of the `RadialSolution` for the second order ODE
16+
associated with the spherical diffuse Green's function is less heavily
17+
`template`-d.
18+
- The dependency on Boost.Odeint has been dropped.
1719

1820
### Removed
1921

0 commit comments

Comments
 (0)