Skip to content

Commit 6245a57

Browse files
committed
Bump version to 2.1.1 and update CHANGELOG with empty file handling improvements
1 parent 0b72591 commit 6245a57

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
![](images/logo_FLUXRUN1_256px.png)
44

5+
## v2.1.1 | 18 Oct 2025
6+
7+
- Empty files are now ignored during file search
8+
59
## v2.1.0 | 3 Jun 2025
610

711
- Refactored script for better execution as a module

fluxrun/settings/fluxrunsettings.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ RAWDATA:
22
INDIR: Y:/CH-CHA_Chamau/20_sonic_ghg/2025/10
33
FILENAME_ID: CH-CHA_ec_yyyymmdd-HHMM.csv.gz
44
HEADER_FORMAT: 4-row header (rECord files)
5-
START_DATE: 2025-10-06 10:30
6-
END_DATE: 2025-10-07 00:00
5+
START_DATE: 2025-10-05 00:00
6+
END_DATE: 2025-12-31 23:59
77
PLOT_RAWDATA_AVAILABILITY: 1
88
PLOT_RAWDATA_AGGREGATES: 1
99
FLUX_PROCESSING:
1010
RUN_FLUX_CALCS: 1
1111
EDDYPRO_PROCESSING_FILE: F:/TMP/del/CH-CHA_2025_rECord_[IRGA72]_R350-R1+IRGA75-R2+IRGA72-R1.eddypro
1212
OUTPUT:
1313
OUTDIR: F:/TMP/del
14-
OUTDIR_PREFIX: testing
14+
OUTDIR_PREFIX: CH-CHA
1515
PLOT_SUMMARY: 1
1616
AFTER PROCESSING:
1717
DELETE_UNCOMPRESSED_ASCII_AFTER_PROCESSING: 1

fluxrun/settings/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = "2.1.0"
2-
__date__ = "3 Jun 2025"
1+
__version__ = "2.1.1"
2+
__date__ = "18 Oct 2025"
33
__link_source_code__ = "https://github.com/holukas/fluxrun"
44
__link_releases__ = "https://github.com/holukas/fluxrun/releases"
55
__link_changelog__ = "https://github.com/holukas/fluxrun/blob/master/CHANGELOG.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fluxrun"
3-
version = "v2.1.0"
3+
version = "v2.1.1"
44
description = "Python wrapper for EddyPro flux calculations"
55
authors = [
66
{name = "Lukas Hörtnagl",email = "holukas@ethz.ch"}

0 commit comments

Comments
 (0)