Releases: atmtools/typhon
Releases · atmtools/typhon
Typhon Release 0.10.0
What's Changed
- Replace deprecated first-column check by @lkluft in #402
- Add 3.10, remove 3.7 by @gerritholl in #404
- Add filehandler for remote netcdf reading by @gerritholl in #403
- Loosen timer test by @lkluft in #407
- added function for converting between per m and per hz quantities. by @j-petersen in #406
- correct unit of gravitational acceleration by @Geet-George in #409
- added function to convert from per wavenumber to per frequency and vice versa by @j-petersen in #408
- Fix test issues by @olemke in #411
- Add color rendering functions by @m-brath in #410
- Use new colormap registry in matplotlib by @lkluft in #413
- Make numba optional by @olemke in #414
- Remove Python 3.8 support, add Python 3.11 by @olemke in #415
- Add column relative humidity function by @lnellesen in #416
- Fix test failure due to upstream fsspec change by @olemke in #417
- Merge thermodynamics into atmosphere by @olemke in #418
- fsspec bug fixed in 2023.12.2 by @olemke in #420
- Fix documentation by @olemke in #419
- Replace obsolete gdal import in aster by @olemke in #421
- Remove Python 3.9, add 3.12 by @olemke in #422
- Fix compatibility with matplotlib 3.9 by @olemke in #424
New Contributors
- @j-petersen made their first contribution in #406
- @Geet-George made their first contribution in #409
- @m-brath made their first contribution in #410
- @lnellesen made their first contribution in #416
Full Changelog: v0.9.0...v0.10.0
Typhon Release 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 repository
What's Changed
- Change trigger from created to published by @olemke in #343
- Update .gitignore by @olemke in #344
- Fixing variable type in lat_lon calculation and typo in iorg calculation by @tmieslinger in #345
- Add several missing Es to coefficients by @olemke in #347
- Fix in ASTER image object datetime by @tmieslinger in #348
- Add utility to write figure to multiple files by @gerritholl in #349
- Add cloud mask filter and tests for ASTER observational mode by @tmieslinger in #351
- Correct meta data call in ASTERimage class initialization by @tmieslinger in #352
- Fix for backwards incompatible change in AST library by @lkluft in #353
- import from collections.abc rather than collections by @gerritholl in #354
- Replace xarray.Dataset.drop with drop_vars by @olemke in #355
- Use lazy imports for
cartopy
by @lkluft in #357 - Add function to set the colorbar limits by @lkluft in #359
- Reorder channel priority by @lkluft in #360
- Add date and time information per scanline to ASTER image class. by @tmieslinger in #362
- Fix return type and docstring format by @lkluft in #363
- Improve ASTER latitude, longitude grid calculation by @tmieslinger in #364
- Improve ASTER sensor angle calculation. by @tmieslinger in #365
- add channel wavelength range to class
ASTERimage
by @tmieslinger in #366 - Group imports by their type by @lkluft in #367
- Fix typo in comment by @habi in #368
- Extensions of QRNN code. by @simonpf in #369
- Fix import for in source tree build by @olemke in #371
- Fix typos in QRNN documentation by @gerritholl in #372
- Fix QRNN tests by @olemke in #375
- Don't fail comparing FileInfo to other type by @gerritholl in #378
- Raise
ValueError
for out-of-bounds input by @lkluft in #380 - Added missing test files. by @simonpf in #377
- Partial support for filesystems in FileSet by @gerritholl in #374
- More informative logging when searching files by @gerritholl in #381
- Remove gdal dependency by @olemke in #384
- Fix broken matplotlib tests by @lkluft in #383
- Add Python 3.9 support by @olemke in #385
- Update aster by @tmieslinger in #387
- Remove arts module by @olemke in #386
- Fix string comparison warnings by @olemke in #388
- Remove group prefix from coords variable names by @olemke in #389
- Use the constrained figure layout by default by @lkluft in #390
- Add TROPOMI file handler by @zxdawn in #392
- Update collocation tutorial by @Smpljack in #393
- Fix documentation issue by @riclarsson in #394
- Remove Python 3.6 support by @olemke in #397
- Fix missing comma by @olemke in #398
- Update conda recipe by @olemke in #399
- Set version to 0.9.0 for release by @olemke in #400
New Contributors
- @habi made their first contribution in #368
- @zxdawn made their first contribution in #392
- @Smpljack made their first contribution in #393
Full Changelog: v0.8.0...v0.9.0
Typhon Release 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
Typhon Release 0.7.0
Typhon Release 0.6.0
Merge pull request #178 from olemke/prepare-release Prepare release
Typhon Release 0.5.0
This is the last version to support Python 3.5.
Development and next release will require Python 3.6.