Releases: Unidata/python-awips
Releases · Unidata/python-awips
python-awips 23.1
This release is a transition to the new v23.4.1 AWIPS (new EDEX server), and updated python-awips code.
- Updates to run with python 3.13
- Updates to solve any old deprecations
- Removes
import pwd
so notebooks will run on Windows without issues
python-awips 20.1
This release is a transition to the new v20 AWIPS (new EDEX server), and updated python-awips code.
python-awips 18.1.11
Added support for compatibility with Python3.10
python-awips 18.1.10
Added support for DS.Y phensig (Dust Advisories)
python-awips 18.1.8
Small release with added support for Snow Squall Warnings (SQ.W)
python-awips 18.1.7
- General code convention cleanup.
- New methods added to DataAccessLayer called
getRadarProductNames
andgetRadarProductIDs
to return either names or numerical IDs from the list of products available for the radar datatype. - Added GEMPAK-specific scripts for processing data from EDEX to GEMPAK/NMAP2 display.
- Improved Python3 compliance.
python-awips 18.1.6
This is an update for bug fixes and code cleanup. The most noticeable changes are that datatypes names are no longer forced lower-case.
python-awips 18.1.5
This is a minor release with the following changes:
- Added a new class awips.dataaccess.ModelSounding() to request a vertical sounding from any available AWIPS model with isobaric data levels.
- Published a new Forecast Model Vertical Sounding notebook using awips.dataaccess.ModelSounding() to retrieve a profile and MetPy to plot a Skew-T/Log-p
python-awips 18.1.4
This is a minor release with the following changes:
- published a new Colored Surface Temperature Jupyter notebook
- published a new Regional METAR/SYNOP Surface Obs Jupyter notebook
- New functions DataAccessLayer.getMetarObs() and DataAccessLayer.getSynopticObs() added to process retrieved surface parameters into a dictionary.
python-awips 18.1.3
This is a minor update release with the following changes:
- control for bytestring encodings with Python 3 and unicode with Python 2
- best-practice syntax updates, removed unused imports and classes
- published a new GLM example notebook
- published an updated Profiler example notebook
- published an updated METAR station plot example notebook