-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: neurostuff/PyMARE
base: 0.0.2
head repository: neurostuff/PyMARE
compare: master
Commits on Dec 9, 2020
-
[DOC] Add RTD config file (#58)
* Add readthedocs config file. * Remove old requirements file. RTD config + info.py supercedes this. * Clean up info.py and example. * Rename build step. This way, there won't be that extraneous artifact.
Configuration menu - View commit details
-
Copy full SHA for ecc71fa - Browse repository at this point
Copy the full SHA ecc71faView commit details
Commits on Dec 17, 2021
-
Update repository packaging (#65)
* Start reorganizing the packaging. * Fix TOML file. * Run isort and black. * Fix mistune issue. * Fix. * Switch to GHA for PyPi deployment. * Fix Sphinx gallery setting. * Fix styling issues introduced by black. * Fix some issues identified by flake8.
Configuration menu - View commit details
-
Copy full SHA for a794483 - Browse repository at this point
Copy the full SHA a794483View commit details -
Remove 3.5 support, add tests on other Python versions, and break Sta…
…nMetaRegression for Python 3.7+ (#66) * Add GHA to run tests. * Remove CircleCI config. * Add a badge. * Fix install. * We need stan too. * Autocancel redundant tests. * Check that pystan is installed. * Toggle stan import. * Drop 3.6 support completely and work around pystan API changes. * Update info.py * Just skip stan. * Add 3.6 back. * PyStan doesn't work with 3.10, so drop it.
Configuration menu - View commit details
-
Copy full SHA for 7eb950f - Browse repository at this point
Copy the full SHA 7eb950fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b3962 - Browse repository at this point
Copy the full SHA c3b3962View commit details -
Simplify packaging and update versioneer (#69)
* Switch to setup.cfg for metadata. Also update versioneer to 0.21. * Fix up config file. * Clean up docs a bit.
Configuration menu - View commit details
-
Copy full SHA for 2858c48 - Browse repository at this point
Copy the full SHA 2858c48View commit details -
Add Zenodo badges to documentation (#71)
* Add Zenodo badges. * Add myself to the Zenodo file.
Configuration menu - View commit details
-
Copy full SHA for f009e43 - Browse repository at this point
Copy the full SHA f009e43View commit details
Commits on Dec 18, 2021
-
Convert docstrings to numpydoc convention. (#72)
* Start converting docstrings to numpydoc convention. * Mark a few more to change. * Add linting job. * Docstrings! * Fix kwargs. * Update core.py * Some docstrings for tests. * More work. * More docstrings. * More docstrings. * Fix up examples. * Fix up docstrings more.
Configuration menu - View commit details
-
Copy full SHA for 9b8259b - Browse repository at this point
Copy the full SHA 9b8259bView commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c7ba65 - Browse repository at this point
Copy the full SHA 3c7ba65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c0709 - Browse repository at this point
Copy the full SHA 80c0709View commit details
Commits on Feb 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c4324c3 - Browse repository at this point
Copy the full SHA c4324c3View commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5307fd9 - Browse repository at this point
Copy the full SHA 5307fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573a226 - Browse repository at this point
Copy the full SHA 573a226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 241b775 - Browse repository at this point
Copy the full SHA 241b775View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 60914dd - Browse repository at this point
Copy the full SHA 60914ddView commit details
Commits on May 25, 2022
-
Use BibTeX for references and improve docstrings (#86)
* Use BibTeX and enhance docstrings. * Update estimators.py * More improvements.
Configuration menu - View commit details
-
Copy full SHA for fc69b3c - Browse repository at this point
Copy the full SHA fc69b3cView commit details -
Add FDR and Bonferroni correction functions (#87)
* Add FDR and Bonferroni functions. * Add references. * Fix directive.
Configuration menu - View commit details
-
Copy full SHA for 94855af - Browse repository at this point
Copy the full SHA 94855afView commit details
Commits on May 26, 2022
-
Make n and X optional for DataFrame-based Datasets (#89)
* Allow "n" with Datasets made from DataFrames. * Make X optional as well. * Enhance test.
Configuration menu - View commit details
-
Copy full SHA for 29ccfbf - Browse repository at this point
Copy the full SHA 29ccfbfView commit details
Commits on May 27, 2022
-
Add a datasets module for example meta-analytic datasets (#90)
* Add datasets module. * Add tests for the new functions. * Add new files to package data. * Update test_datasets.py * Improve example. * Improve example again. * Add to_df method to Dataset. * Run black. * Update test_core.py * Update tests. * Update metadat.py
Configuration menu - View commit details
-
Copy full SHA for cda03cc - Browse repository at this point
Copy the full SHA cda03ccView commit details -
Coerce tau2 to an array in permutation_test (#94)
* Coerce tau2 to an array in permutation_test. * Update plot_run_meta-analysis.py * Update plot_run_meta-analysis.py * Update plot_run_meta-analysis.py
Configuration menu - View commit details
-
Copy full SHA for 131445c - Browse repository at this point
Copy the full SHA 131445cView commit details
Commits on May 28, 2022
-
Add a code of conduct and update documentation theme (#96)
* Add some documentation. * More improvements.
Configuration menu - View commit details
-
Copy full SHA for 541894e - Browse repository at this point
Copy the full SHA 541894eView commit details
Commits on Jun 4, 2022
-
Fix maximum likelihood Estimators' SE outputs (#98)
* Fix fe_stats["se"] shape. * Test variable shapes for all Estimators.
Configuration menu - View commit details
-
Copy full SHA for be85ec4 - Browse repository at this point
Copy the full SHA be85ec4View commit details
Commits on Jun 5, 2022
-
Allow Results objects to work with Estimators' fit() method (#104)
* Override .dataset_ with None when calling fit(). * Warn about missing dataset attribute. * Test new behavior. * Improve Estimator fit docstrings. * Remove extra blank line. * Add @JulioAPeraza's review.
Configuration menu - View commit details
-
Copy full SHA for f425ff9 - Browse repository at this point
Copy the full SHA f425ff9View commit details
Commits on Jun 8, 2022
-
Enhance Dataset example (#100)
* Update plot_create_dataset.py * Enhance datasets example. * Replace "datasets" with "dependent variables".
Configuration menu - View commit details
-
Copy full SHA for 0a99840 - Browse repository at this point
Copy the full SHA 0a99840View commit details
Commits on Jun 12, 2022
-
Add shape check to Dataset initialization (#106)
* Check input array shapes when Dataset is initialized * Add test for nimare.utils._check_inputs_shape * Cover two missing lines by the test * Add test when n or v is None * Remove extra clause
Configuration menu - View commit details
-
Copy full SHA for 19af399 - Browse repository at this point
Copy the full SHA 19af399View commit details
Commits on Aug 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 001f5d6 - Browse repository at this point
Copy the full SHA 001f5d6View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52c5374 - Browse repository at this point
Copy the full SHA 52c5374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2984f88 - Browse repository at this point
Copy the full SHA 2984f88View commit details -
Revert "Temporary remove scheduled tests"
This reverts commit 2984f88.
Configuration menu - View commit details
-
Copy full SHA for 222e75c - Browse repository at this point
Copy the full SHA 222e75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fbb1d - Browse repository at this point
Copy the full SHA 75fbb1dView commit details
Commits on Jan 26, 2023
-
Merge pull request #114 from JulioAPeraza/depc-py36
Raise deprecation warnings with Python 3.6 and 3.7
Configuration menu - View commit details
-
Copy full SHA for 604bb4f - Browse repository at this point
Copy the full SHA 604bb4fView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f31dbf3 - Browse repository at this point
Copy the full SHA f31dbf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f42983 - Browse repository at this point
Copy the full SHA 8f42983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a93dc5 - Browse repository at this point
Copy the full SHA 4a93dc5View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cfb86b - Browse repository at this point
Copy the full SHA 3cfb86bView commit details -
Merge pull request #118 from JulioAPeraza/drop-py367
Drop support for Python 3.6 and 3.7
Configuration menu - View commit details
-
Copy full SHA for bee163b - Browse repository at this point
Copy the full SHA bee163bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 760afb3 - Browse repository at this point
Copy the full SHA 760afb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1402199 - Browse repository at this point
Copy the full SHA 1402199View commit details
Commits on Apr 4, 2024
-
Fix StanMetaRegression estimator (#108)
* Fix StanMetaRegression estimator * add pystan and arviz to required dependencies * Revert "add pystan and arviz to required dependencies" This reverts commit 28ef19d. * Keeping pystan and arviz optional * Skip PyStan on Python 3.6 * Skip PyStan test for Python < 3.6 * Include warning to the documentation and raise an error in __init__ * Update estimators.py * Fix `black` issues * Update test_stan_estimators.py * declare array * try adding additional prereqs * add additional import statement to get error * fix scipy issue * add the naked import back in * fix scipy version * undo naked import --------- Co-authored-by: James Kent <jamesdkent21@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c38b0bb - Browse repository at this point
Copy the full SHA c38b0bbView commit details
Commits on Apr 9, 2024
-
Add an inflation factor to correct for multiple contrasts in Stouffer…
…'s combination test (#117) * Add correction term for multiple contrasts in Stouffer's combination test * Update RTD yml * Update .readthedocs.yml * Update combination.py * Update .readthedocs.yml * Update setup.cfg * Update testing.yml * Update testing.yml * Run black * Make sure solutions and symbols match * Update combination.py
Configuration menu - View commit details
-
Copy full SHA for 7465939 - Browse repository at this point
Copy the full SHA 7465939View commit details
Commits on Apr 11, 2024
-
* Support Python 3.11 and 3.12 * fix distutils deprecation error in Python 3.12 * Update pyproject.toml * Drop 3.12 * Update pyproject.toml
Configuration menu - View commit details
-
Copy full SHA for 9e6bdf6 - Browse repository at this point
Copy the full SHA 9e6bdf6View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 624968e - Browse repository at this point
Copy the full SHA 624968eView commit details
Commits on Apr 30, 2024
-
Support precomputed correlation matrix for calculating variance infla…
…tion term in Stouffers (#121) * Support precomputed correlation matrix for calculating variance inflation term in Stouffers * Update test_results.py * Switch to macos-12 per actions/setup-python#850 * Update test_results.py
Configuration menu - View commit details
-
Copy full SHA for 46b87a5 - Browse repository at this point
Copy the full SHA 46b87a5View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e94ddf3 - Browse repository at this point
Copy the full SHA e94ddf3View commit details
Commits on Aug 8, 2024
-
[FIX] p-values going to zero, replace with epsilon (#124)
* fix and test small p_values * fix flake8
Configuration menu - View commit details
-
Copy full SHA for eb67d0b - Browse repository at this point
Copy the full SHA eb67d0bView commit details
Commits on Sep 11, 2024
-
[FIX] concordant z values (#125)
* have directional z-values * modify tests * remove unused import * remove comments
Configuration menu - View commit details
-
Copy full SHA for 39f579d - Browse repository at this point
Copy the full SHA 39f579dView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.