Releases: xdas-dev/xdas
Releases · xdas-dev/xdas
0.2.4
- Add StreamWriter to write long time series to miniSEED (@marbail).
- Fix OptaSense engine wrong axis attribution (@smouellet).
- Fix ASN (OptoDAS) engine: handling of roiDec (@AndresLaurine)
- Fix nan handling for several methods (@ClaudioStrumia)
- Fix InterpCoordinate.get_availabilities (@AMordret)
0.2.3
- Fix Febus engine (round timestamps to closest us).
- Faster
xdas.concatenate(faster linking for efficient reading of Febus files).
0.2.2
- Add support for python 3.13
- Fix bugs and dependency issues
0.2.1
- Add
xdas.signal.stft. - Add inverse Fourier transforms
xdas.fft.ifftandxdas.fft.irfft. - Add support for APSensing format.
- Improve overlap error message.
- Fix decimation of freshly opened multi-file datasets.
- Fix
zerophasekeyword argument forxdas.signal.filter. - Fix applying fft functions in presence of non-dimensional coordinates.
0.2
- Add ZeroMQ streaming capabilities (@atrabattoni)
- Add support of Terra15 format (@chauvetige).
- Fix Febus engine (@ClaudioStrumia)
0.1.2
- Add ZeroMQ streaming capabilities (@atrabattoni)
- Add support of Terra15 format (@chauvetige).
- Fix Febus engine (@ClaudioStrumia)
0.1.1
version 0.1.1
0.1
Version 0.1 (#12) * Fix xdas.filter. * Typo in docs. * Do not generate output dir. * Speedup .to_netcdf for VirtualStack. * update docs. * Add DataArray.size len(DataArray) * Add dtype checking when combine_by_coords. * Make Collections pickable. * Ensure correct fillvalue for virtual datasets. * Fix virtual writing with dense non-dimensional coordinates. * replace netcdf4 by h5netcdf. * Fix to_xarray for scalar coordinate. * Allow for Ellipsis in DataArray.transpose. * Add DataArray.T * One more concat test. * Fix concatenate for unsorted coords. * Add randn_wavefronts and rename wavelet_wavefronts. * Add MLPicker. * Allow to pass chunk_dim to atoms in process. * Move Sequential * Make Sequential inherit from Atom. * Fix nasty bug. * auto chunk_dim for process. * rename kwargs --> flags. * Rename chunk -> chunk_dim * Put zeros for missing channels. * normalize inplace. * WIP. * Add coords handling. * refactor MLPicker. * Some more refactoring. * Make circular buffers as states. * Fix state initialization. * small refactoring. * Add find_picks. * format. * more formating. * Fix _find_picks_numeric axis handling. * Add chunk processing for find_picks_numeric. * Fix find_picks_numeric for 1d arrays. * test trigger on several chunk ago. * Add tests for find_picks. * Add TODO. * Implement offset argument to get absolute index location for chunks. * remove unused imports * Add trigger on chunks. * Small refactor of atoms.Partial. * Atomize find_picks. * Fix equals for nan. * Add DataFrameWriter. * tupos * Fix parse_dates in DataFrameWriter. * feat: Add find_picks trigger to signal module * Fix virtual writing of collections. * Add Atomic declaration of trigger. * Add some doc and do some refactoring. * chunk_dim flag must be provided or the state is reset. * Allow to pass atoms as input of atomized functions. * Add numba to requirements. * WIP: docs * Improve getting started. * Update Partial docstring. * update atomized docstring. * Remove damned pylance auto import. * Linting corrections. * restore netcdf4 dependency. * Fix ufunc by providing better broadcasting. * Use NDArrayOperatorsMixin for better arithmetics support. * Improve get_discontinuities. * update span -> delta * Add copy to datacollection.py * improves copy for datacollections. * Fix some bugs. * Add --force-reinstall for latest. * CI: initial commit. * CI: fix python verisons. * Pytest: import mode = importlib. * rename action: tests. * Add tests badge. * add coord.get_availabilities() * add plot_availability for DataArray. * Add availability plot for collections. * Update version.
0.1rc0
Update version
0.1b2
0.1b2