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