Release version 1.1
Description
Several features and bugfixes have been added during the last few months, and there is no tag/branch to refer to them.
Proposal
Create a new tag and release.
How to test the implementation?
Documentation, docker image and packages are deployed correctly. Manual inspection.
Changes
Added
- Dune options file receives
CMAKE_OPTIONS
andMAKE_OPTIONS
!60 (merged) - Parameter to use max norm on newton steps !65 (merged)
- Parameter to accept best solution in linear search on newton steps !65 (merged)
- Event timestepper !64 (merged)
- Preprocessor macros containing version information !67 (merged)
Changed
- TIFF helper is compiled in the dunecopasi library !62 (merged)
- Use
NewtonMethod
instead ofNewton
class from PDELab !65 (merged)
Fixed
- Executables can be compiled without the library !60 (merged)
- All dune cmake flags are now transitively passed to dune-copasi targets !60 (merged)
- System tests on main executables were ignored !66 (merged)
- Snap to final time now avoids very small timesteps !61 (merged)
- CMake config file was installed on the wrong path !68 (merged)