Changelog¶
Version 0.1 (2026-07-20)¶
BREAKING: responses are no longer attached to streams (
Stream.attach_responseis deprecated in ObsPy).load_streamlost itsinventoryargument, andtime_frequencygained aninventorykeyword which is required whenwater_levelis set to remove the instrumental response.Examples and docs: FDSN client switched from RESIF to EPOSFR, Read the Docs configuration added, installation guide simplified to a plain
pip install obsea.Packaging: migrate from
setup.py/setup.cfgtopyproject.tomlwith proper dependency declaration (#2), add the missingnetCDF4dependency, and useimportlib.metadatainstead of the deprecatedpkg_resourcesto expose__version__.FIX: POSIX time conversions in the
gismodule used an epoch offset by one second; tracks now round-trip correctly between datetimes and LineStrings.FIX: allow
datetime64time coordinates in beamforming and cepstral localization.FIX: compatibility with newer Shapely (deprecated usages removed), SciPy (
scipy.signal.windowsimport) and pandas (read_csvsqueezeargument removal, in the examples).
Version 0.0.4 (2023-01-18)¶
Add the
detectionmodule: tonal and impulsive (cepstral) detection.Add the
trackingmodule: batch SVD filtering, marginals and peak extraction, tracker.Add the
raytracingmodule: TDOA and PDOA computation.gis: use datetime coordinates instead of floats and DataArrays instead of LineStrings for tracks, switch to pyproj, addget_cpa, keep track attributes through processing.ais: keep static ship information with the CLS notation, clean provided datasets and add a one-week CLS toy dataset.azigram: extract theintensityfunction, allow azimuthal stability computation along frequency, add theiidoption.svd_filter: optional mean removal.Documentation improvements (channels description, detection module) and compatibility fixes (Shapely and pandas deprecations).
Version 0.0.3 (2020-01-14)¶
orientation_frequencyaccepts tracks as xarray objects (track2xarr).Add acoustical center correction to beamforming.
Remove the
blurfunction.Update the localization example and documentation (article citation).
Version 0.0.2 (2019-07-10)¶
Initial public release with the ais, beamforming, core,
datasets, gis, io, plot, processing and station
modules, together with toy AIS datasets.