Skip to content

Releases: MeteoSwiss/ampycloud

Version v2.1.1

14 Oct 07:08
a27585b
Compare
Choose a tag to compare

Code changes

This release contains a patch to ensure the compatibility of scipy and statsmodels. It fixes the version of statsmodels to >= 0.14.3. In addition there are some minor updates/ fixes in the docs.

Version v2.1.0

04 Sep 12:24
b8ae022
Compare
Choose a tag to compare

Scientific changes

This release contains adaptions to enable a localized calculation of cloud base heights/ a calculation of cloud base heights based on a subset of hits from specific ceilometers (see #137 ).

Code changes

New citations file #135 #136 and #138
Quick fix for a version conflict between scipy and statsmodels, see #139

For details, please check the CHANGELOG

Full Change Diff: v2.0.0...v2.1.0

Version v2.0.0

12 Jul 05:43
de86aef
Compare
Choose a tag to compare

This release corresponds to the ampycloud algorithm as described in the article by Vogt et al. (AMT, 2024).

With respect to v1.0.0, the code received a series of small bug fixes, and an improved variable naming scheme. The latter implies that the package user interface has changed with respect to the previous release (in the sense that the input DataFrame column naming conventions have changed).

The scientific behavior of the code however remains identical to the previous releases (but note the better handling of NSC vs NCD codes, cf #114).

See the CHANGELOG for details.

Version 1.0.0

14 Nov 16:18
cffa163
Compare
Choose a tag to compare

With respect to v0.6.0 this release contains:

  • bugfix if two layers are collocated at the same altitude

This is the first official release of ampycloud 🍾

Fluffiness and misc updates

02 Oct 14:37
3019954
Compare
Choose a tag to compare
Pre-release

This releases brings forth the fluffiness upgrade, to better account for the varying thickness of cloud bases. It also cleans-up some of the parameters and corrects a few bugs, as well as introduce support for Pandas 2.x.

See #86 for details.

Fix handling of very flat layers

02 Aug 14:10
7267f9b
Compare
Choose a tag to compare
Pre-release

This release improves some of the code docstrings, and fixes a bug/warning related to ultra-stable cloud layers (#78).

Thread-safety

09 Mar 11:03
72ff42c
Compare
Choose a tag to compare
Thread-safety Pre-release
Pre-release

This releases renders ampycloud thread-safe. It also drops the use of the yaconfigobject package in favor of ruamel.yaml, and fixes a bug in the layering of strictly-identical cloud hit altitudes, in addition to a few other minor changes. See #74 for the full list of changes.

Shift-and-scale

02 Feb 07:42
84ff4fc
Compare
Choose a tag to compare
Shift-and-scale Pre-release
Pre-release

This releases fixes many bugs (#62, #63, #64, #66, #67). In particular, the dt scaling is now performed with respect to the largest dt value, instead of 0. The documentation has also been updated with regards to the required user input, which is now also checked more thoroughly for consistency.

Critical fix of wheels

24 Jan 09:59
f6e2ff4
Compare
Choose a tag to compare
Pre-release

This release fixes a bad typo that prevented the inclusion of non-.py files in the wheels.

First pypi upload

21 Jan 11:25
e805079
Compare
Choose a tag to compare
First pypi upload Pre-release
Pre-release

After fixing a faulty topic, this should lead to the first automated pypi upload.