Posts tagged python3

Release 1.15

We have now released version 1.15 of wradlib.

This release only has one enhancement:

Read more ...


Release 1.14

We have now released version 1.14 of wradlib.

Now, these are the most important changes:

Read more ...


Release 1.13

We have now released version 1.13 of wradlib.

After missing requirements_optional.txt in the source distribution which has been uploaded to PyPI as 1.12.0, we had to remove this version from PyPI again. The problem was that the installation from the source distribution was not possible without this file.

Read more ...


Release 1.11

We have now released version 1.11 of wradlib.

This version contains two enhancements and a whole bunch of bugfixes. We changed our branch naming to main.

Read more ...


Release 1.10

We have now released version 1.10 of wradlib.

This version contains several enhancements and some bugfixes. For our Continuous Integration we’ve moved to GitHub Actions for all of our production repositories.

Read more ...


Release 1.9

We have now released version 1.9 of wradlib.

This version contains several bugfixes and some enhancements. For our Continuous Integration we’ve moved to micromamba which speeds up creation of Python environments.

Read more ...


Release 1.8

We have now released version 1.8 of wradlib.

This version contains several bugfixes and enhancements. We’ve also done a lot of maintenance with regard to Continuous Integration as well as handled upstream deprecations.

Read more ...


Release 1.7

We have now released version 1.7 of wradlib.

This version contains several bugfixes and enhancements.

Read more ...


Release 1.6

We have now released version 1.6 of wradlib.

This version contains several bugfixes and enhancements.

Read more ...


Release 1.5

We have now released version 1.5 of wradlib.

This version contains several bugfixes and enhancements.

Read more ...


Release 1.4

We have now released version 1.4 of wradlib.

This version contains several bugfixes and three enhancements.

Read more ...


Release 1.3

We have now released version 1.3 of wradlib.

This version contains more improvements and enhancements than bugfixes.

Read more ...


Release 1.2

We have now released version 1.2 of wradlib.

This version contains many bugfixes as well as improvements and enhancements. Most additions were pulled in within Hacktoberfest, the month-long celebration of open source software. Although this years Hacktoberfest is over, we encourage every \(\omega radlib\) user to join the party and envision the Hacktoberfest’s 3 main mottos:

Read more ...


Release 1.0.0

We have now released version 1.0.0 of wradlib.

As some of you might be aware, version 1.x is generally considered as a major milestone, indicating that the software has all major features, and is considered reliable enough for general release.

Read more ...


Release 0.11.0

We are happy to announce the release of \(\omega radlib\) 0.11.0.

It introduces our first shot at reading IRIS (Sigmet) data - a feature that has been requested by quite a number users. Learn more about io.read_iris, and see it at work here. We are looking forward to your feedback!

Read more ...


Release 0.10.1

We are happy to announce the release of \(\omega radlib\) 0.10.1.

This release is mainly a bug-fix release to make \(\omega radlib\) work with the latest numpy release 1.13.

Read more ...


Release 0.10.0

We are happy to announce the release of \(\omega radlib\) 0.10.0.

Highlight of this release is the implementation of matching of GPM/TRMM-platforms with ground radar observations in 3D. A step-by-step guide is available as jupyter notebook. Also the \(\omega radlib\) raster handling has been improved considerably with PR#137.

Read more ...


Release 0.9.0

With this post, we announce the release of \(\omega radlib\) 0.9.0. It finalizes our transition from example Python scripts to jupyter notebooks (as already announced in a previous post). As a result, the documentation pages have become more consistent, and the handling of examples and tutorials more convenient and interactive. We hope you’ll agree!

As a consequence, the previous doc sections “Tutorials” and “Recipes” have been replaced by one single section Tutorials and Examples. The pages in that section were automatically built from jupyter (IPython) notebooks. These notebooks are distributed with the new release, and you can use them to interactively browse through our tutorials and examples. You can always download the latest notebooks from the wradlib repository.

Read more ...


Release 0.8.0

As already announced in previous articles (#1, #2), we entirely moved our code development from bitbucket to github, and applied a major code revision to make \(\omega radlib\) compatible with both Python 2.7 and 3.5. The tremendous efforts to achieve this have been spearheaded by Kai Muehlbauer (University of Bonn). Thanks also to Jonathan J. Helmus from Argonne National Laboratory for valuable advice in the transition period.

Please understand that the bitbucket repository will no longer be updated, and only hosted as legacy code.

Read more ...