Skip to content

Commit 6fbb57b

Browse files
committed
v0.2.9
1 parent 1a9d930 commit 6fbb57b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
gridpp (0.2.9) precise; urgency=low
2+
3+
* Adds -c diagnose for dewpoint temperature and RH
4+
* Diagnoses altitude from geopotential height for EC files
5+
* Fixes bug in Kalman Filter formulation
6+
7+
-- Thomas Nipen <thomas.nipen@met.no> Tue, 6 Jun 2017 10:15:25 +0200
8+
19
gridpp (0.2.8) precise; urgency=low
210

311
* Fixes bug with -c diagnose in multi-thread mode

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef GRIDPP_VERSION
2-
#define GRIDPP_VERSION "0.2.8"
2+
#define GRIDPP_VERSION "0.2.9"
33
#endif

0 commit comments

Comments
 (0)