Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Dec 22, 2024
1 parent f643999 commit e41883e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alcf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.2'
__version__ = '2.2.0'

META = {
'software': 'ALCF (https://alcf.peterkuma.net)',
Expand Down
13 changes: 12 additions & 1 deletion docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,23 @@ the [Semantic Versioning](https://semver.org). Installation instructions
have been changing with versions. Please follow the installation instructions
in the documentation of the particular version.
#### [2.2.0](https://github.com/alcf-lidar/alcf/releases/tag/v2.2.0) (2024-12-22)
<details>
<summary>Release notes</summary>
<ul>
<li>Fixed handling of the time argument.<li>
<li>Fixed backscatter_hist and backscatter_sd_hist units in the metadata and documentation.</li>
<li>Improvements in the documentation.</li>
</ul>
</details>
#### [2.1.2](https://github.com/alcf-lidar/alcf/releases/tag/v2.1.2) (2024-10-18)
<details>
<summary>Release notes</summary>
<ul>
<li>Fix reading certain Vaisala CL61 files, in which the time dimension is "time" instead of "profile".</li>
<li>Fixed reading certain Vaisala CL61 files, in which the time dimension is "time" instead of "profile".</li>
</ul>
</details>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

setup(
name='alcf',
version='2.1.2',
version='2.2.0',
description='Automatic Lidar and Ceilometer Framework (ALCF)',
author='Peter Kuma, Adrian J. McDonald, Olaf Morgenstern, Richard Querel, Israel Silber, Connor J. Flynn',
author_email='[email protected]',
Expand Down

0 comments on commit e41883e

Please sign in to comment.