Skip to content

Commit

Permalink
Version bump to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smillerc committed Aug 12, 2020
1 parent 8ce158c commit 835cce0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ project(
LANGUAGES Fortran C)

set(CATO_VERSION_MAJOR 1)
set(CATO_VERSION_MINOR 4)
set(CATO_VERSION_MINOR 5)
set(CATO_PATCH_VERSION 0)

set(CMAKE_VERBOSE_MAKEFILE Off)
Expand Down
36 changes: 36 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0] - 2020-08-12

### Added

- New/Improved TVD framework (still WIP)
- Improved pycato dataset loading with dask + xarray

---
## [1.4.0] - 2020-07-31

### Added

- Added the AUSMPW+, M-AUSMPW+, SLAU, SLAU2, SD-SLAU, SD-SLAU2

### Changes

- Boundary zones (ghost layers) defaults to 2
- Contour files default to ghost layers off and 64bit floats

---
## [1.3.0] - 2020-07-08


### Added

- Added the AUSM+ family of solvers, including AUSM+-up and AUSM+-up all-speed

### Fixed

- Fixed the memory leak in GFortran versions due to polymorphic function results

### Internals

- Major rework of the solver implementations to allow the user to select different flux solvers, e.g. FVLEG or AUSM+-up

---
## [1.2.0] - 2020-06-04

### Added
Expand Down

0 comments on commit 835cce0

Please sign in to comment.