Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge for new release #557

Merged
merged 225 commits into from
Dec 11, 2023
Merged

Merge for new release #557

merged 225 commits into from
Dec 11, 2023

Conversation

calum-chamberlain
Copy link
Member

What does this PR do?

Merge updates from develop into master ready for a new release.

calum-chamberlain and others added 30 commits August 10, 2022 10:39
Fix segmentation fault with distance decluster int32 limit
Bump obspy version for NCEDC tests
* Update test_conda_env.yml

* Bump min version tested

* Update setup.py

* pin obspy

* Update test_conda_env.yml

* Update runtest.yml

* Try removing pinning

* Remove all pinning

* Update actions

* Update runtest.yml

* Update test_conda_env.yml

* Update runtest.yml

* Update test_conda_env_macOS.yml

* Update runtest.yml

* Pin clang version.

clang 14 was generating issue with omp

* Reduce deps to see if something works.

* Add in clangdev

* Update h5py pinning

* Add more libs

* Update test_conda_env_macOS.yml

* Update test_conda_env_macOS.yml

* Ignore compilers - use system?

* Try with mkl

* llvm openmp and do not mix channels

* libclang

* libcxx

* Meh?

* libcxx

* Try to match conda build env
…ream (#530)

* hypodd-prep: take proper care of fence post problem when slicing; throw away first sample when trace too long

* adjust hypodd-prep-test for trace length extract_len * samp_rate

* add changelog entry

Co-authored-by: Calum Chamberlain <[email protected]>
* speedup select detections for each template with dict lookup and quick prepick adding

* changelog entry

* remove commented lines

Co-authored-by: Calum Chamberlain <[email protected]>
* apply the quickest trace-selection by ID where it matters most

* add changelog entry and remove commented lines

Co-authored-by: Calum Chamberlain <[email protected]>
Speedup 07: 5x speedup with parallel parallel median / MAD calculation
* fix merge conflict

* use list of tuples for making unique template groups

* add changelog entry

* Stickler

* Stickler

* Use eqcorscan func rather than robustraqn.

* Add tests for grouping and remove copy test

* add _processing_parameters as function / attribute for Template

* simplify same_processing function, do not include pre_pick in _processing_parameters

Co-authored-by: Calum Chamberlain <[email protected]>
…er` (#527)

* speed up unique detection list making

* add changelog, remove commented lines

* pycodestyle

* revert change for uniq() with set() that should not work because detection should be unhashable

* fix reversion to set

Co-authored-by: Calum Chamberlain <[email protected]>
…y and trace-selection (#525)

* speed up prep_data_for_correlation with custom copy and trace-selection

* add changelog, remove unused imports

* quicker to define empty starttimes with ns=0; need to copy nan-numpy array

* slightly more optimization for quick trace copy

* add deepcopy option and documentation to quick copy functions

* use quick stream copy function for continuous data and templates

* remove stream_quick_select from this PR

* 5 % more speedup with quicker .ns - retrieval

* properly set stats-dict for nan-channels

Co-authored-by: Calum Chamberlain <[email protected]>
* let user choose allowed vertical can horizontal chans in template_gen

* add all_vert option

* add options to pick on all vertical/horizontal channels

* add changelog entries

* consistently add channel 3 to default horizontal channels

* add test with OBS data for all vertical channels-options

* hanning window now only accesible as hann in scipy

* limit scipy version until obspy is updated

* make sure all horizontal chan defaults exclude channel '3'

* adjust edge case with horizontal channels named '3'

Co-authored-by: Calum Chamberlain <[email protected]>
@calum-chamberlain calum-chamberlain merged commit acf20c3 into master Dec 11, 2023
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants