Changelog
All notable changes to this project will be documented in this file.
Miscellaneous Tasks
- Bump version to and update changelog [skip ci] (c1576f6)
Bug Fixes
-
Fix filter additons to use new add_filter method (56ab23a)
-
Fixing bugs with feature weighting (438ba49)
-
Fix chained assignment warnings (321f488)
-
Fix FutureWarnings (f66ddf0)
-
Fix future warning again (937b659)
-
Fix invalid escape sequence (b3dc583)
-
Fix indentation in docstring (c349ea3)
-
Fix docstrings (f95ce81)
-
Fix docstring format (2ba97d7)
-
Fix sphinx warnings (de0d380)
-
Fix sphinx warnings (620b6be)
-
Fix sphinx warnings (e0d2a31)
-
Fix sphinx warnings (ee86285)
-
Fix warning Title level inconsitent (38fbec3)
-
Fix escape sequence warning (6cd2115)
-
Fix warning Title level inconsitent (cf908a9)
-
Fix \c warning (4a7808f)
Miscellaneous Tasks
- Bump version to and update changelog [skip ci] (386df6f)
Revert
- Revert parkfield paths to .cache (d610149)
Testing
- Tests.yaml points at patches versions of mt_metadata and mth5 (f4cb06e)
Housekeeping
- Move method to tests (dfe214a)
Bug Fixes
-
Fix doi (5a8b4c1)
-
Fix failing notebook
-
comment out work in progress (6118645)
-
Fix typehint (49b1f33)
-
Fix typo (5a630e2)
-
Fixing mergeing errors (c1f96e8)
-
Fix assertion (913e3d6)
-
Fix weigths assignment (b80e7fe)
-
Fix pathing in test (8d52a04)
-
Fix broken notebook
-
update interact arguments in from_fdsn_client (that will be deprecated) (20752e7)
-
Fix typo (7446ab9)
-
Fix issue #385
-
this is a workaround, the change i made should be in mt_metadata (f7d012b)
Documentation
Testing
-
Test new workflow with mtpy-v2 (9b23539)
-
Test new workflow with mtpy-v2 (741004c)
-
Test new workflow with mtpy-v2 (fc4b4e0)
-
Test new workflow with mtpy-v2 (c0ce42a)
Bug Fixes
-
Fix typos (4db8c40)
-
Fix some typos, add a TODO (50235c8)
-
Fixing station_id to station (bb321d8)
-
Fix some typos (d048b47)
-
Fix references and affiliations (6c48e99)
-
Fix typo (8676399)
-
Fix argument name
-
was incorrectly called figure_path, not figures_path
-
never noticed before because it was a kwarg (fed4894)
-
Fix sphinx warning blank line end of list (3d1c803)
-
Fix docstring warning (55b12b9)
-
Fix sphinx warning (50d1eff)
-
Fix sphinx warning (109d5b3)
-
Fix sphinx warning (bc9eb0d)
-
Fix docstrings (7998e3f)
-
Fix sphinx warning (c3581a3)
-
Fix sphinx warning (3c91036)
-
Fix sphinx warning (f3a132a)
-
Fix sphinx errors (ae9bcef)
-
Fix sphinx errors/warnings (46e8a53)
-
Fix sphinx warning (35ed995)
-
Fix figure named for sphinx docs (f7f8a53)
-
Fix some sphinx warnings (7953204)
Documentation
Testing
- Tested locally (c33ab01)
Bug Fixes
-
Fix typo (3c8aacc)
-
Fix indentation (f5245ae)
-
Fix missing init
-
Without this PyPI won't add needed file io_helpers/emtf_band_setup.py (e0e6437)
-
Fix typo in filename (e306109)
-
Fix typo in filename (913de9f)
-
Fix typo in filename (6838608)
-
Fix typo (c807e4a)
-
Fix paths (bed6e99)
Revert
- Revert to main branches for release (9fe5610)
Testing
-
Test all 4 python versions (46cf89e)
-
Test can use loguru
-
since mth5 already has loguru we can just use that
-
also fix one minor bug with variable name change on nan_to_mean (d411c11)
-
Test precommit on new machine (571369e)
-
Test precommit on new machine (b74f589)
Bug Fixes
-
Fixed issue of double runs when only one given (345523e)
-
Fix bug, reference station id was being set to local in header (6897fb6)
-
Fix bug from last commit so synthetic driver can find its config (1fe448f)
-
Fix typo from previous commit (82cfe0e)
-
Fix incorrect indentation (cfeaa73)
-
Fix tab bug (3a40892)
-
Fix bug, real part of residuals not being written to z-file (c5aa885)
-
Fix bug #161 confirmed, added exception in test if encountered again (5bf7db0)
-
Fix some typos and get synthetic matlab test comparing against expected values (228d96d)
-
Fix typo bug (21c5209)
-
Fix logic handling both styles of processing config to only support new style (798d544)
-
Fix unclosed else statement bug (8c716da)
-
Fix typo bug (9c3c601)
-
Fix bug: pass tfk_dataset, not tfk_dataset.df to create_test_run_config (792d7ef)
-
Fix type (3fb691e)
-
Fixed issue 90, simplified call to survey_dict at end of porcess_mth5 (d37763e)
-
Fix bug (ae9e128)
-
Fix bug (e30d6ae)
-
Fix bug (read mode for initialize_mth5s) (c1e8a31)
-
Fix merge conflict (223ad2a)
-
Fix path bug in io test (ed4db4b)
-
Fix path bug in io test (71d1578)
-
Fixed bug in station_metadata from run_group (c460df0)
-
Fix typo (6190255)
-
Fix typo (851c294)
-
Fix bug (3a0fe55)
-
Fix import (c54be58)
-
Fix bug
-
build_request_df was error when start/end were not None but time_period_dict unused (adf4878)
-
Fix bug - no data for test (061e786)
-
Fix typo (506ebde)
Documentation
-
Doc strings (b4975d4)
-
Documentation tests are failing - not sure why, got a warning about this class, trying remove 'object' from class definition (be13cec)
-
Docstrings (c7f2ac9)
-
Docs fails without examples folder (d7cd250)
-
Doc strings added (2762ec7)
-
Docstrings, and shorten check of valid run (6dd1074)
-
Docs (35c2d8a)
Revert
-
Reverted RMS back to original numbers (a5e7fea)
-
Revert tests to track fc branch of mth5 (c5ff9f4)
-
Revert tests to master branch of mth5 (697130a)
Testing
-
Tested residual_variance_method1 (c716e12)
-
Testing can fix doc test failure (issue #151) by manual edit of .rst (b5f98f9)
-
Test_stft_methods_agree using new Processing() class (357fa87)
-
Test slicing, start/end run times can be used in pipeline (5f2f625)
-
Testing to see if error from PR177 reproduces on dev branch (66cbc1e)
-
Test change python version in metadata of ipynb (2d8d0e4)
-
Test deprecated library (3b485a9)
-
Test all three versions 3.6, 3.7, 3.8 (b9f535a)
-
Test precommit (7a6798d)
-
Test precommit (965b0eb)
-
Test pre-commit (1c646da)
-
Test pre-commit (73943e9)
-
Tested can pass very wide time interval to get all data (0d20049)
-
Test on all three python versions with mth5 fix_issue_105 branch merged into mth5 main (48dc886)
-
Test on all versions (95b4630)
-
Test on v3.9 (06a3ab7)
-
Test fix_issue_133 on mt_metadata (6541f94)
-
Test build with dask (9fe13e3)
-
Test fix on mt_metadata branch (e63e9d6)
Bug Fixes
-
Fixing mess (4936516)
-
Fixing mess (ad824b5)
-
Fix a path that depended on rename from emtf_synthetic to synthetic (eb36778)
-
Fixed units in pkd processing test (067c038)
-
Fix bug that RR processing was only occurring for decimation level 1 (5238c69)
-
Fix bug in synthetic data with nan creation (d635d4a)
-
Fix reversed order periods in adhoc matlab reader (5bb7c6a)
-
Fix a bug with default band setup,add kwarg to config creator (effc815)
-
Fix bug in filter stage name -- mt_metadata issue #58 (56748b4)
-
Fix introduced bug in calibration test -- new PKD data from NCEDC has 287999 points, not 288000, change window length to come from run_ts_obj.dataset instead of hard coded (8fb708b)
-
Fix typos in plot legend and axes labels (92948b4)
-
Fix typo (916318b)
-
Fix conda install line (bcf4532)
Documentation
- Document aurora, make readme point to docs (f948acb)
Testing
-
Tests still passing - ready to start swapping out ProcessingConfig for RunConfig objects (63686bd)
-
Test minor change with black (9be250c)
-
Test use branch for git actions.see mth5 issue#38 (7388ba5)
-
Test hop off fix2 branch (ebae900)
-
Test hop off @channel_nomenclature_38 branch (722c38e)
-
Testing gitactions on main branch of mt_metadata (e1505aa)
Bug Fixes
- Fix broken test, prepping to handle detrend options with scipy.signal, change from boolean to linear, constant, False (1e8468d)