Typhon

Latest version: v0.10.0

Safety actively analyzes 688512 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.10.0

What's Changed
* Replace deprecated first-column check by lkluft in https://github.com/atmtools/typhon/pull/402
* Add 3.10, remove 3.7 by gerritholl in https://github.com/atmtools/typhon/pull/404
* Add filehandler for remote netcdf reading by gerritholl in https://github.com/atmtools/typhon/pull/403
* Loosen timer test by lkluft in https://github.com/atmtools/typhon/pull/407
* added function for converting between per m and per hz quantities. by j-petersen in https://github.com/atmtools/typhon/pull/406
* correct unit of gravitational acceleration by Geet-George in https://github.com/atmtools/typhon/pull/409
* added function to convert from per wavenumber to per frequency and vice versa by j-petersen in https://github.com/atmtools/typhon/pull/408
* Fix test issues by olemke in https://github.com/atmtools/typhon/pull/411
* Add color rendering functions by m-brath in https://github.com/atmtools/typhon/pull/410
* Use new colormap registry in matplotlib by lkluft in https://github.com/atmtools/typhon/pull/413
* Make numba optional by olemke in https://github.com/atmtools/typhon/pull/414
* Remove Python 3.8 support, add Python 3.11 by olemke in https://github.com/atmtools/typhon/pull/415
* Add column relative humidity function by lnellesen in https://github.com/atmtools/typhon/pull/416
* Fix test failure due to upstream fsspec change by olemke in https://github.com/atmtools/typhon/pull/417
* Merge thermodynamics into atmosphere by olemke in https://github.com/atmtools/typhon/pull/418
* fsspec bug fixed in 2023.12.2 by olemke in https://github.com/atmtools/typhon/pull/420
* Fix documentation by olemke in https://github.com/atmtools/typhon/pull/419
* Replace obsolete gdal import in aster by olemke in https://github.com/atmtools/typhon/pull/421
* Remove Python 3.9, add 3.12 by olemke in https://github.com/atmtools/typhon/pull/422
* Fix compatibility with matplotlib 3.9 by olemke in https://github.com/atmtools/typhon/pull/424

New Contributors
* j-petersen made their first contribution in https://github.com/atmtools/typhon/pull/406
* Geet-George made their first contribution in https://github.com/atmtools/typhon/pull/409
* m-brath made their first contribution in https://github.com/atmtools/typhon/pull/410
* lnellesen made their first contribution in https://github.com/atmtools/typhon/pull/416

**Full Changelog**: https://github.com/atmtools/typhon/compare/v0.9.0...v0.10.0

0.9.0

- Over 150 commits with bug fixes, documentation improvements
- The ARTS interface has been removed from Typhon and is now available within the [ARTS](https://github.com/atmtools/arts) repository

---

What's Changed
* Change trigger from created to published by olemke in https://github.com/atmtools/typhon/pull/343
* Update .gitignore by olemke in https://github.com/atmtools/typhon/pull/344
* Fixing variable type in lat_lon calculation and typo in iorg calculation by tmieslinger in https://github.com/atmtools/typhon/pull/345
* Add several missing Es to coefficients by olemke in https://github.com/atmtools/typhon/pull/347
* Fix in ASTER image object datetime by tmieslinger in https://github.com/atmtools/typhon/pull/348
* Add utility to write figure to multiple files by gerritholl in https://github.com/atmtools/typhon/pull/349
* Add cloud mask filter and tests for ASTER observational mode by tmieslinger in https://github.com/atmtools/typhon/pull/351
* Correct meta data call in ASTERimage class initialization by tmieslinger in https://github.com/atmtools/typhon/pull/352
* Fix for backwards incompatible change in AST library by lkluft in https://github.com/atmtools/typhon/pull/353
* import from collections.abc rather than collections by gerritholl in https://github.com/atmtools/typhon/pull/354
* Replace xarray.Dataset.drop with drop_vars by olemke in https://github.com/atmtools/typhon/pull/355
* Use lazy imports for `cartopy` by lkluft in https://github.com/atmtools/typhon/pull/357
* Add function to set the colorbar limits by lkluft in https://github.com/atmtools/typhon/pull/359
* Reorder channel priority by lkluft in https://github.com/atmtools/typhon/pull/360
* Add date and time information per scanline to ASTER image class. by tmieslinger in https://github.com/atmtools/typhon/pull/362
* Fix return type and docstring format by lkluft in https://github.com/atmtools/typhon/pull/363
* Improve ASTER latitude, longitude grid calculation by tmieslinger in https://github.com/atmtools/typhon/pull/364
* Improve ASTER sensor angle calculation. by tmieslinger in https://github.com/atmtools/typhon/pull/365
* add channel wavelength range to class `ASTERimage` by tmieslinger in https://github.com/atmtools/typhon/pull/366
* Group imports by their type by lkluft in https://github.com/atmtools/typhon/pull/367
* Fix typo in comment by habi in https://github.com/atmtools/typhon/pull/368
* Extensions of QRNN code. by simonpf in https://github.com/atmtools/typhon/pull/369
* Fix import for in source tree build by olemke in https://github.com/atmtools/typhon/pull/371
* Fix typos in QRNN documentation by gerritholl in https://github.com/atmtools/typhon/pull/372
* Fix QRNN tests by olemke in https://github.com/atmtools/typhon/pull/375
* Don't fail comparing FileInfo to other type by gerritholl in https://github.com/atmtools/typhon/pull/378
* Raise `ValueError` for out-of-bounds input by lkluft in https://github.com/atmtools/typhon/pull/380
* Added missing test files. by simonpf in https://github.com/atmtools/typhon/pull/377
* Partial support for filesystems in FileSet by gerritholl in https://github.com/atmtools/typhon/pull/374
* More informative logging when searching files by gerritholl in https://github.com/atmtools/typhon/pull/381
* Remove gdal dependency by olemke in https://github.com/atmtools/typhon/pull/384
* Fix broken matplotlib tests by lkluft in https://github.com/atmtools/typhon/pull/383
* Add Python 3.9 support by olemke in https://github.com/atmtools/typhon/pull/385
* Update aster by tmieslinger in https://github.com/atmtools/typhon/pull/387
* Remove arts module by olemke in https://github.com/atmtools/typhon/pull/386
* Fix string comparison warnings by olemke in https://github.com/atmtools/typhon/pull/388
* Remove group prefix from coords variable names by olemke in https://github.com/atmtools/typhon/pull/389
* Use the constrained figure layout by default by lkluft in https://github.com/atmtools/typhon/pull/390
* Add TROPOMI file handler by zxdawn in https://github.com/atmtools/typhon/pull/392
* Update collocation tutorial by Smpljack in https://github.com/atmtools/typhon/pull/393
* Fix documentation issue by riclarsson in https://github.com/atmtools/typhon/pull/394
* Remove Python 3.6 support by olemke in https://github.com/atmtools/typhon/pull/397
* Fix missing comma by olemke in https://github.com/atmtools/typhon/pull/398
* Update conda recipe by olemke in https://github.com/atmtools/typhon/pull/399
* Set version to 0.9.0 for release by olemke in https://github.com/atmtools/typhon/pull/400

New Contributors
* habi made their first contribution in https://github.com/atmtools/typhon/pull/368
* zxdawn made their first contribution in https://github.com/atmtools/typhon/pull/392
* Smpljack made their first contribution in https://github.com/atmtools/typhon/pull/393

**Full Changelog**: https://github.com/atmtools/typhon/compare/v0.8.0...v0.9.0

0.8.0

Time flies, it has been a year since the last release. So we're calling this the "anniversary" release and celebrating by having another one.

* Over 250 commits of bug fixes, documentation improvements and other goodies since the previous release
* New topography module, using the 1 km SRTM30 near-global digital elevation model
* New module for cloudmask statistics
* Tweaks to Typhon's matplotlib styles

0.7.0

Few selected features of this release:
- contains support code for [FIDUCEO](https://github.com/FIDUCEO/)'s [HIRS FCDR](https://github.com/FIDUCEO/FCDR_HIRS) generation.
- 267 new dark theme for plots
- 269 support for reading new ARTSCAT-5 format
- 214 SPARE-ICE and Collocation updates/fixes

0.6.0

0.5.0

This is the last version to support Python 3.5.

Development and next release will require Python 3.6.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.