Skip to content

Commit

Permalink
a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Nov 25, 2024
1 parent 49172f4 commit 0badcd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [5.1.15] - 2024-11-?? (upcoming)
## [5.1.15] - 2024-11-25

* improved the _*signal-to-noise*_ ratio in Subaru HDS 2D FITS real-time spectra (Y-axis) by summing over the peak width, itself estimated with _*genetic algorithms*_
* improved the _*signal-to-noise*_ ratio in Subaru HDS 2D FITS real-time spectra (Y-axis) by summing over the peak width (estimated with _*genetic algorithms*_)
* speeded-up the Subaru HDS 2D real-time X-Y spectra calculation by using the Intel ISPC SPMD C compiler

## [5.1.14] - 2024-11-15
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 1
#define VERSION_SUB 14
#define VERSION_SUB 15

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand All @@ -12,4 +12,4 @@
VERSION_SUB)

#define WASM_VERSION "24.09.17.0"
#define VERSION_STRING "F/SV2024-11-21.0"
#define VERSION_STRING "F/SV2024-11-25.0"

0 comments on commit 0badcd9

Please sign in to comment.