An open API service providing commit metadata for open source projects.

GitHub / PyFstat/PyFstat / commits

a python package for gravitational wave analysis with the F-statistic

SHA Message Author Date Stats
d54d5466 merge Merge pull request #584 from PyFstat/py313 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
7 months ago
239d25ce remove versioneer from setup.py dependencies David Keitel <d****l@l****g> 7 months ago
e270b28f enable python3.13 support David Keitel <d****l@l****g> 7 months ago
40e60d37 merge Merge pull request #582 from PyFstat/numpy2 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
8 months ago
2d07d769 unpin numpy (allow >=2) David Keitel <d****l@l****g> 8 months ago
6fbce518 update bibtex in README.md David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
10 months ago
99a59ce8 merge Merge pull request #581 from PyFstat/upgrade-setuptools-for-pep625 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
375a82e6 upgrade setuptools in integration.yml David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
83874739 Update changelog for v2.2.1 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
834a168d merge Merge pull request #580 from PyFstat/translate-keys-utils David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
149d6369 merge Merge pull request #579 from PyFstat/fix-singleIFO-issues David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
56067ccd promote translate_keys_to_lal() to separately callable utils function David Keitel <d****l@l****g> 11 months ago
5e142c3c extend TestTransientGridSearch to cover more combinations of detection statis... David Keitel <d****l@l****g> 11 months ago
9cedae94 ComputeFstat core: ensure consistent ordering of detector names and hence sin... David Keitel <d****l@l****g> 11 months ago
fe186956 TestGridSearchBSGL: check right single-IFO behaviour, improve failure messages David Keitel <d****l@l****g> 11 months ago
890438aa ComputeFStat.get_fullycoherent_detstat(): get singleFstats independent of tra... David Keitel <d****l@l****g> 11 months ago
b04e11aa TestComputeFstat: check twoFX values David Keitel <d****l@l****g> 11 months ago
4ed73f8b grid based searches: fix assignments of twoFX values to candidate dicts and d... David Keitel <d****l@l****g> 11 months ago
ce4a2dce TestGridSearchBSGL: check that single-IFO twoFX values are set David Keitel <d****l@l****g> 11 months ago
ec4312f7 TestGridSearchBSGL: fix up IFO order David Keitel <d****l@l****g> 11 months ago
10efba5a grid based searches: add explicit singleFstats option David Keitel <d****l@l****g> 11 months ago
a1c97c8a merge Merge pull request #577 from PyFstat/t0taupost David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
dcbe1748 Modified tests/test_tcw_fstat_map_funcs.py to test the t0_MP tau_MP computation. Marian Ferrer <m****a@g****m> 11 months ago
755f7e20 Corrected old t0 and tau to t0_ML and tau_ML in grid based searches test. Marian Ferrer <m****a@g****m> 11 months ago
669f5067 Completed implementation of t0_MP and tau_MP. Marian Ferrer <m****a@g****m> 11 months ago
b2962c70 merge Merge pull request #576 from PyFstat/gridsearch-detstats-and-logging David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
11 months ago
1546a133 Added test for transient grid based searches with BtSG = True. Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
11 months ago
6238f652 fix gridsearch logging David Keitel <d****l@l****g> 11 months ago
be280bcf support BtSG in SearchOverGridFile David Keitel <d****l@l****g> 11 months ago
49e25833 add logging line for detection statistic to GridSearch and its children David Keitel <d****l@l****g> 11 months ago
71bea80b add pandas to pyfstat-dev.yml David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
12 months ago
27d2c5d4 changelog: bump v2.2.0 release date David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
12 months ago
62f4de1a merge Merge pull request #574 from PyFstat/author-updates-and-2.2.0 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
12 months ago
b81eeaf7 update changelog date and tutorial fix for 2.2.0 David Keitel <d****l@l****g> about 1 year ago
d9c8c4d2 merge Merge pull request #573 from PyFstat/fix_tutorials_spectogram David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
07029093 Change in tutorial_utils.py spectogram plotting funcion. Marian Ferrer <m****a@g****m> about 1 year ago
9e871ae5 update changelog for v2.2.0 David Keitel <d****l@l****g> about 1 year ago
70fef075 update contributors David Keitel <d****l@l****g> about 1 year ago
f4670bea add more cruft to .gitignore David Keitel <d****l@l****g> about 1 year ago
dca9dcbb merge Merge pull request #571 from PyFstat/fix-deprecation-math David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
18cabcf4 Replace usages of `np.math` with `math` David Keitel <d****l@l****g> about 1 year ago
08eafb83 merge Merge pull request #568 from PyFstat/SearchOverGridFile David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8ac915cf SearchOverGridFile: make key translation method private David Keitel <d****l@l****g> about 1 year ago
7036ef2a SearchOverGridFile: docs, comment and logging cleanup David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3c3f50a0 TestTransientGridSearch: add outputAtoms option David Keitel <d****l@l****g> about 1 year ago
90e845cf SearchOverGridFile: clean up logging, use pragma: no cover for errors David Keitel <d****l@l****g> about 1 year ago
1a123f81 fix typo in MCMC class private method name David Keitel <d****l@l****g> about 1 year ago
56796af6 Test gridfile based search with pandas. Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
about 1 year ago
ebce163b Reading of the gridfile using pandas implemented in SearchOverGridFile. Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
about 1 year ago
93c43878 Fixed version of core.py and grid_based_searches.py for flake8. Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
about 1 year ago
4d00242b Added grid tests with CFSv2 generating the file. Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
about 1 year ago
80e04f5a Improved TestSearchOverGridFile Marian Ferrer <m****a@g****m>
Committed by: David Keitel <d****l@l****g>
about 1 year ago
241b42a4 merge Merge pull request #567 from maferrerma/ignore_example_data David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
0f94c47a Add example data in .gitignore. Marian Ferrer <m****a@g****m> about 1 year ago
8a83f0bb plot_spectrogram: replace gaps with nans for white areas maferrerma <1****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e8ccf03e merge Merge pull request #565 from maferrerma/plots_mferrer David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
0d0f4d10 documentation fixes to SFT utilities David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
37882fba Updated version of the spectogram function. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
2529da7a Update pyfstat/utils/sft.py
Co-authored-by: David Keitel <d****l@l****g>
maferrerma <1****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
2e245b45 Update pyfstat/utils/sft.py
Co-authored-by: David Keitel <d****l@l****g>
maferrerma <1****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3a9b2e4b Updated function to plot spectogram and test. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
a3821458 Update pyfstat/utils/sft.py
Co-authored-by: David Keitel <d****l@l****g>
maferrerma <1****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
58a684c9 Updated tests. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
d6efff6d Edits from David. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
41f460cb Updated version of spectogram example. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
8b498dab Updated version of spectogram function. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
7daedc92 Updated version of the spectogram function Maria Antonia Ferrer <m****r@l****g> about 1 year ago
ac1066e1 Updated version of spectogram test and function; test passed. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
7f9bcb1c Updated version spectogram and test. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
de9bc0a7 Updated spectogram function and test. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
74bcf78c Updated version of spectogram function. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
22bcaa01 Updated spectogram function and spectogram test. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
3700fe54 Implementation of a test for the recently implemented funcion for generating ... Maria Antonia Ferrer <m****r@l****g> about 1 year ago
8d12bd1e Implement function that plots spectogram. Maria Antonia Ferrer <m****r@l****g> about 1 year ago
a75e11e4 Implement function for plotting spectograms. Maria Antonia Ferrer <m****r@l****g> over 1 year ago
07e4126f merge Merge pull request #561 from PyFstat/params_dict David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c7ebf84c merge Merge pull request #563 from PyFstat/pin-chainconsumer David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f6aecfac pin chainconsumer<1.0 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8cf9df7d improve coverage and fix docs David Keitel <d****l@l****g> over 1 year ago
fe629670 merge Merge pull request #560 from PyFstat/codespell David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
48a11d71 run codespell David Keitel <d****l@l****g> over 1 year ago
06d2886a add codespell to pre-commit config and dev dependencies David Keitel <d****l@l****g> over 1 year ago
d07ff5c4 merge Merge pull request #559 from PyFstat/update-sphinx-dependency-pins David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
827aee95 update sphinx dependency pin David Keitel <d****l@l****g> over 1 year ago
b66a406d merge Merge pull request #558 from PyFstat/unpin-pytest David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7815d128 Revert "pin to pytest<8.2.2" David Keitel <d****l@l****g> over 1 year ago
2e7bdb72 allow python=3.12 in pyfstat-dev.yml David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f274faed allow python=3.12 in pyfstat.yml David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d3f2c9f9 Update CHANGELOG.md - v2.1.0 bumped 1 day David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
85529b79 update changelog for v2.1.0 David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0f410bd6 merge Merge pull request #557 from PyFstat/fix-mcmc-fig-ax-returns David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7495ad27 fix the fig,ax return case for MCMCSearch.plot_prior_posterior() David Keitel <d****l@l****g> over 1 year ago
1f2a8cfe fix the fig,ax return case for MCMCSearch.plot_walkers() David Keitel <d****l@l****g> over 1 year ago
8feb7b42 merge Merge pull request #556 from PyFstat/shorter-cumulative-example David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
11eff6a6 merge Merge pull request #555 from PyFstat/transient-predict-fix David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
31f2bedf make cumulative 2F example 10 days instead of 100 for speedup David Keitel <d****l@l****g> over 1 year ago
c8f638bf get_predict_fstat_parameters_from_dict(): deal with both naming conventions f... David Keitel <d****l@l****g> over 1 year ago
9a395e6b merge Merge pull request #554 from PyFstat/fix-binder-sphinx-gallery-converter David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
aec38d44 try to update sphinx in binder postBuild David Keitel <d****l@l****g>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b61a0fe5 bump some more action versions David Keitel <d****l@l****g> over 1 year ago

← Back to repository