Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Feb 29, 2024
2 parents ea20e63 + 27e1e24 commit 9f9bfbe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 82 deletions.
80 changes: 0 additions & 80 deletions .github/workflows/2

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,17 @@ To install Pyrad and its submodules please have a look at the [Pyrad user manual
# Use
Before using it have a look at the [cookbook (pdf)](./additional_doc/pyrad-framework-cookbook/DataProcessing.pdf).

For details on the implemented functions check the [pyrad library reference for users](https://meteoswiss.github.io/pyrad/).
For details on the implemented functions and a list of all pyrad features please check the [pyrad library reference for users](https://meteoswiss.github.io/pyrad/).

Example configuration files can be found in the repository directory [pyrad/config/processing/](./config/processing) and in the dedicated [examples repository](https://github.com/MeteoSwiss/pyrad-examples).

To use Pyrad for data quality monitoring check the report [pyrad_monitoring_fvj.pdf](./additional_doc/pyrad_monitoring_fvj.pdf).

# Learning pyrad

Please also check the course that the pyrad team gave at the ASEAN-WMO 2024 workshop: https://github.com/openradar/asean2024-pyrad-course.
It includes a list of 10 configuration files and their descriptions, that encompasses a large number of possible use cases.

# Newsletter

If you would like to be informed about the addition of major features in Pyrad as well as the release of new Pyrad versions, you can subscribe to our [mailing list](https://github.us1.list-manage.com/subscribe?u=2e8561343b026dacadbc70c92&id=9a43ddb927), where we will periodically publish a newsletter. Note that we do not sell, communicate or divulgate your email address to anyone, and you can unsubscribe at any time via a link provided in every newsletter.
Expand Down
7 changes: 7 additions & 0 deletions doc/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.8.8
**Bug corrections**

- [bug fix for crash when temp_ref is not defined](https://github.com/MeteoSwiss/pyrad/commit/8877fc18ec598a16aa472ea4f2706c8309861571)
- [fix deprecation warning in get_cmap](https://github.com/MeteoSwiss/pyrad/commit/ca965ce702d80dcd35d44f90f04e7931c8fd3f30)


## v1.8.7
**Bug fixes:**
- [bug correction in function to read MFCFRADIAL data](https://github.com/MeteoSwiss/pyrad/commit/dfacd71c301d3ee37e7c6c002b2b54bc347a2480)
Expand Down
2 changes: 1 addition & 1 deletion src/pyrad_proc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
PLATFORMS = ["Linux"]
MAJOR = 1
MINOR = 8
MICRO = 7
MICRO = 8
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
SCRIPTS = glob.glob('scripts/*')
Expand Down

0 comments on commit 9f9bfbe

Please sign in to comment.