Skip to content

Releases: NOA-ReACT/PollyXT-SCC-Pipelines

v1.16.0

15 Nov 10:46
Compare
Choose a tag to compare

What's new since 1.15.1

This update fixes some issues regarding how the Raw_Data_Start_Time and Raw_Data_End_Time arrays are filled in the SCC files. This should fix the issue where files including midnight (00:00) would have wrong time for any data points after 00:00.

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.15.0

  • 🛠 create-scc: Allow --interval to be used alongside --start-time and --end-time.
  • 🐜 create-scc: Fix time calculation for Raw_Data_Start_Time, fixes issue with time non-continuities with files that contained midnight.
  • 🐜 Removed 30s of extra length at the end of each file.

v1.15.1

23 Jul 09:50
Compare
Choose a tag to compare

What's new since 1.15.0

This update includes a small behavioral change in scc-search-download. The command will now attempt to download all products for a given measurement, regardless of the product status indicated by SCC. This is because even if, for example, ELDEC fails, there might still be a file to download. This new behavior is consistent with the scc-download command.

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.15.0

  • 🛠 scc-search-download: Attempt to download all files, regardless of ProductStatus

v1.15.0

25 Apr 13:30
Compare
Choose a tag to compare

What's new since 1.14.6

This update marks the application as compatible with Python 3.12, but as a side-effect the minimum version had to be raised from 3.8 to 3.9.
There is also a small behavior change when qc-eldec command crashes, now the error message is more informative.

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.6

  • 🛠 Mark as compatible with Python 3.12
  • 🛠 Make 3.9 the minimum Python version
  • 🐜 Fix package version login
  • 🐜 Add crash w/ explaination when qc-eldec logic cannot handle a calibration file

v1.14.6

23 Apr 07:43
Compare
Choose a tag to compare

BROKEN RELEASE: Please use another version, this one had a problem in dependency definitions.

What's new since 1.14.6

Small update to mark as compatible w/ Python 3.12.

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

v1.14.5

22 Nov 08:08
Compare
Choose a tag to compare

What's new since 1.14.5

Fixed a crash that occurred when creating SCC files for stations near the poles, where the sun stays above or below the horizon for more than 24h.

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.4

  • 🐜 Fix a crash when a station's location was near to the poles and subject to long nights or days.

v1.14.4

13 Nov 13:29
Compare
Choose a tag to compare

What's new since 1.14.3

Fix an issue that produced empty calibration files when depol_cal_angle was not 0. Should not affect behavior when depol_cal_angle is 0.
Thanks @ulysses78 for the fix!

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.2

  • 🐜 Fix an issue that produced empty calibration files when depol_cal_angle was not 0

v1.14.3

06 Nov 08:27
Compare
Choose a tag to compare

What's new since 1.14.2

Changed sunset time for Antikythera to 16:00. No other changes in this version.

What's new since 1.14.1

Fixed a small compatibility issue with the SCC API. Also marked as compatible with Python 3.11, this should fix any installation compatibility issues.

What's new since 1.14.0

The program now supports SCC's new channel_string_IDs variable, which allows the user to use channel names instead of the system integer IDs. This can be enabled by using names instead of numbers at the appropriate (e.g. channel_id) inside locations.ini.

What's new since 1.13

This release adds support for adjusting the sunrise and sunset times that are used for determining the configuration ID. Specifically, there are two new location options (sunrise_time and sunset_time) that can be set either to a fixed time (HH:MM) or a minute offset (e.g., +12 or -34).

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.2

  • 🛠 Change sunset time for Antikythera to 16:00

v1.14.2

13 Oct 07:44
Compare
Choose a tag to compare

What's new since 1.14.1

Fixed a small compatibility issue with the SCC API. Also marked as compatible with Python 3.11, this should fix any installation compatibility issues.

What's new since 1.14.0

The program now supports SCC's new channel_string_IDs variable, which allows the user to use channel names instead of the system integer IDs. This can be enabled by using names instead of numbers at the appropriate (e.g. channel_id) inside locations.ini.

What's new since 1.13

This release adds support for adjusting the sunrise and sunset times that are used for determining the configuration ID. Specifically, there are two new location options (sunrise_time and sunset_time) that can be set either to a fixed time (HH:MM) or a minute offset (e.g., +12 or -34).

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.1

  • 🐜Fix API compatibility issue with SCC
  • 🛠Allow installation on environments with Python 3.11

v1.14.1

03 Oct 13:44
Compare
Choose a tag to compare

What's new since 1.14.0

The program now supports SCC's new channel_string_IDs variable, which allows the user to use channel names instead of the system integer IDs. This can be enabled by using names instead of numbers at the appropriate (e.g. channel_id) inside locations.ini.

What's new since 1.13

This release adds support for adjusting the sunrise and sunset times that are used for determining the configuration ID. Specifically, there are two new location options (sunrise_time and sunset_time) that can be set either to a fixed time (HH:MM) or a minute offset (e.g., +12 or -34).

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.14.0

  • ✨ Add support for the new channel_string_IDs variable.

v1.14.0

01 Jun 09:36
Compare
Choose a tag to compare

What's new since 1.13

This release adds support for adjusting the sunrise and sunset times that are used for determining the configuration ID. Specifically, there are two new location options (sunrise_time and sunset_time) that can be set either to a fixed time (HH:MM) or a minute offset (e.g., +12 or -34).

How to upgrade

You can always upgrade to the latest version by running:

pip install pollyxt-pipelines --upgrade

Changes since 1.13.2

  • ✨ Add ability to adjust sunset and sunrise times, used for determining the correct configuration ID.