Recent Releases of ampycloud

ampycloud - Version v2.1.1

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.

- Python
Published by regDaniel over 1 year ago

ampycloud - Version v2.1.0

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: https://github.com/MeteoSwiss/ampycloud/compare/v2.0.0...v2.1.0

- Python
Published by regDaniel over 1 year ago

ampycloud - Version v2.0.0

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.

- Python
Published by fpavogt over 1 year ago

ampycloud - Version 1.0.0

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 🍾

- Python
Published by regDaniel over 2 years ago

ampycloud - Fluffiness and misc updates

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.

- Python
Published by fpavogt over 2 years ago

ampycloud - Fix handling of very flat layers

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

- Python
Published by fpavogt over 3 years ago

ampycloud - Thread-safety

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.

- Python
Published by fpavogt almost 4 years ago

ampycloud - Shift-and-scale

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.

- Python
Published by fpavogt about 4 years ago

ampycloud - Critical fix of wheels

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

- Python
Published by fpavogt about 4 years ago

ampycloud - First pypi upload

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

- Python
Published by fpavogt about 4 years ago

ampycloud - First public release

This is the first public release of ampycloud. If all goes well, this will also get automatically pushed to testpypi and pypi.

Edit: a wrong topic stopped the pypi upload.

- Python
Published by fpavogt about 4 years ago