Skip to content

Releases: pyrocko/kite

v1.5.8

21 Feb 09:06
20fbdbd
Compare
Choose a tag to compare

What's Changed

  • setup.py: fix compiled module path names by @emolch in #111
  • Fix installation issues and compatibility with current pyrocko and pyqtgraph by @emolch in #115
  • covariance_ext: fix adaptive subsampling increment when scene is small by @hvasbath in #121

Full Changelog: v1.5.7...v1.5.8

v1.5.7

10 May 20:34
Compare
Choose a tag to compare

What's Changed

  • Add support to install kite system-native on current Ubuntu and Debian distros by @emolch in #107

New Contributors

Full Changelog: v1.5.6...v1.5.7

v1.5.6

06 Apr 10:33
8fcf4bf
Compare
Choose a tag to compare

Fixes

Fixes wrong return value of scene.dNdegree.

v1.5.5

12 Jan 14:09
550bc71
Compare
Choose a tag to compare

Fixes

  • rename Numpy: num -> np
  • Fixing tests

Deployment

  • Loose dependencies on nump

v1.5.4

25 Nov 10:08
Compare
Choose a tag to compare

Fixes

  • Talpa: Compat with PyQt5
  • Talpa: Fixed cleanup routine

v1.5.3

21 Nov 09:13
Compare
Choose a tag to compare

Bugfix release.

Fixes

v1.5.2

03 Aug 07:48
Compare
Choose a tag to compare

Bugfix release.

Fixes

  • Bumping MacOS to macos-11

v1.5.1

02 Aug 12:23
Compare
Choose a tag to compare

Bugfix release

Fixes

  • Adding resources

v1.5.0

04 Jul 20:48
6111599
Compare
Choose a tag to compare

Added:

  • support for PyQt5
  • black codestyle
  • Github Action: CI/CD to pipy

Fixed:

  • Proper dependencies
  • Using pyproject.toml
  • SARScape import

Kite 1.4.0

27 Apr 13:28
Compare
Choose a tag to compare

Added

  • Import of SNAP products
  • Scene: Added method get_elevation
  • Scene: Added polygon masking of unwanted areas
  • Scene: Added empirical APS removal
  • Scene: Added GACOS APS import and removal
  • Scene: Added Deramping as module
  • SceneStack: handles stacks of time series
  • Spool: Added Plugin handlers

Changed

  • QuadTree: Exporting unit vectors [ENU]

Fixed

  • Spool: improved UI
  • Covariance: fixing sparse spool noise window selection
  • Covariance: fixed spectral 1D estmiation // performance improvements