Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed May 3, 2024
1 parent 8e6a39a commit 8ab15bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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__ = '1.8.1'
__version__ = '1.9.0'

META = {
'software': 'ALCF (https://alcf.peterkuma.net)',
Expand Down
15 changes: 15 additions & 0 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,21 @@ 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.
#### [1.9.0](https://github.com/alcf-lidar/alcf/releases/tag/v1.9.0) (2024-05-03)
<details>
<summary>Release notes</summary>
<ul>
<li>Improvements in logging and error reporting.</li>
<li>Added --version option to print version and exit.</li>
<li>Added generic output file attributes (version and software).</li>
<li>alcf model: Empty files are no longer output.</li>
<li>alcf model: Check for filename instead of time variable in the UM module to ignore the orography file.</li>
<li>alcf stats: Avoid division by zero.</li>
<li>Improvements in the documentation.</li>
</ul>
</details>
#### [1.8.1](https://github.com/alcf-lidar/alcf/releases/tag/v1.8.1) (2024-04-26)
<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='1.8.1',
version='1.9.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='peter@peterkuma.net',
Expand Down

0 comments on commit 8ab15bf

Please sign in to comment.