Skip to content

Commit

Permalink
Prep for release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scizen9 committed Feb 19, 2020
1 parent be0a540 commit 6c6cd81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AAAREADME
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright (c) 2020, California Institute of Technology. All rights reserved.
KCWI Data Extraction and Reduction Pipeline (KDERP) README


Second minor release; Version: 1.2.0 (REL) Date: 2020/02/11
Bug fix for Second minor release; Version: 1.2.1 (REL) Date: 2020/02/19

**CONTENTS**

Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Copyright (c) 2013-2020, California Institute of Technology, all rights reserved

2020-Feb-19: v1.2.1 - Bug fix for Second Minor Release

- fixed a fatal bug when using BM twilight flats (skips ledge correction)

- fixed a fatal bug that set the wrong region in the geometry for masked data


2020-Feb-11: v1.2.0 - Second Minor release

- many minor bug fixes and plot and output improvements
Expand Down
2 changes: 1 addition & 1 deletion kcwi/kcwi_drp_version.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function kcwi_drp_version, short=short
cd,current=cwd
cd,!KCWI_DATA
cd,'..'
verstring = 'KCWI DERP Version: 1.2.0 REL 2020/02/11'
verstring = 'KCWI DERP Version: 1.2.1 REL 2020/02/19'
spawn,'git describe --tags --long', gitver, errmsg
errlen = total(strlen(errmsg))
if errlen le 0 then begin
Expand Down

0 comments on commit 6c6cd81

Please sign in to comment.