Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Apr 8, 2024
1 parent abee994 commit f01acc8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ 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.7.0](https://github.com/alcf-lidar/alcf/releases/tag/v1.7.0) (2024-04-08)
<details>
<summary>Release notes</summary>
<ul>
<li>alcf model: New `track_gap` option to specify how gaps in the track should be detected. This changes the default behaviour to detect gaps for intervals longer than 6 hours. Previously gaps were never detected and the track was interpolated between every adjacent pair of points.</li>
<li>alcf stats: Fixed parsing of `filter_include` and `filter_exclude` options when only one filter file is supplied.</li>
<li>alcf stats: Fixed parsing of `track` option when multiple tracks are supplied.</li>
<li>Improvements in the documentation.</li>
</ul>
</details>
#### [1.6.0](https://github.com/alcf-lidar/alcf/releases/tag/v1.6.0) (2024-02-28)
<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.6.0',
version='1.7.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 f01acc8

Please sign in to comment.