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

Link to NeuroStars software support category instead of neuro questions #768

Merged
merged 3 commits into from Feb 6, 2023

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented Feb 2, 2023

Closes None.

Changes proposed in this pull request:

  • Link to NeuroStars software support category instead of the general category (which defaults new posts to "Neuro Questions").
  • Add badges to link to the GitHub repo, so it's easier to go from the RTD site to the code.
  • Fix Nilearn intersphinx link.

@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Base: 88.66% // Head: 88.66% // No change to project coverage 👍

Coverage data is based on head (484770e) compared to base (87964b8).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #768   +/-   ##
=======================================
  Coverage   88.66%   88.66%           
=======================================
  Files          38       38           
  Lines        4323     4323           
=======================================
  Hits         3833     3833           
  Misses        490      490           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@jdkent jdkent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, questions related to NiMARE are more likely to follow under software support than neuro questions, if we are being comprehensive, there are some questions that fall under using NiMARE syntactically correctly, but doing something conceptually wrong, but in those cases it's usually both syntax and concepts meaning it still fits under software support.

@tsalo tsalo merged commit 3bd8f30 into neurostuff:main Feb 6, 2023
@tsalo tsalo deleted the doc-update branch February 6, 2023 22:40
yifan0330 pushed a commit to yifan0330/NiMARE that referenced this pull request Feb 11, 2023
…ns (neurostuff#768)

* Link to software support category.

* Add links to GitHub repo.

* Update nilearn URL.
jdkent added a commit that referenced this pull request May 8, 2023
* add cbmr.py file

* create a design matrix function for cbmr

* add test file for cbmr

* modify pre-process and training function in cbmr

* modify the dataset.anotations in cbmr

* add documentation in utils functions

* update model structure

* update optimizer function

* [skip ci][wip] update loss function

* update _fit function in CBMR

* [wip][skip ci] allow other data types as pre-process inputs

* use a sparse array instead of numpy

* [skip ci][wip] allow for multiple-group cbmr

* [skip ci][wip] fix conflict to merge

* [skip CI][wip] modify settings in pre_process

* [skip ci][wip] implemented group-wise CBMR and fix problems

* [skip ci][wip] add results as inputs to MetaResults

* [skip ci][wip] modify standardization of group moderators

* [skip ci][wip] implement NB regression

* [skip ci][wip]remove vox2idx function and simplify the code

* [skip ci][wip]develp CNB model

* adjustment to Firth penalty

* [skip CI][wip] implement index2voxel function

* [skip CI][wip] add implementation for SE of regression coefficient

* [skip CI][WIP] implementing CBMRInference

* [skip CI][wip] implement spatial homogeneity test

* [skip ci][wip] implement CBMRInference group-wise comparison

* formalize GLH contrast variable

* [skip ci][wip] implemented Cov in GLH for all three models

* [skip CI][wip] add a demonstration for CBMREstimator & CBMRInference

* [skip CI][wip] modify example files for demonstrating CBMR

* add documentation to functions.

* solve some issues suggested by flake8

* [skip CI][WIP] fix a bug in log-likelihood function of CNB model

* [skip CI][WIP] Update code according to comments

* [skip CI][WIP] solve conflicts in code

* restructure code

* [skip CI][WIP] replace variable name and remove study_level_moderators

* [skip CI][WIP] changed variables names to be more intuitive.

* reorganize model classes to be partially initialized

* [skip CI][WIP] set some params as attribute of CBMREstimator Class.

* restruct inference code to models

* add some code for overdispersion model class.

* change model to use optimizer

* change model names

* refactor the optimizer functions into the model class

* create a fit method for models

* add summary to model fit

* function name suggestions

* make square_root an attribute

* allow categorical variables in CBMR

* fix  a bug

* new changes on inference class

* solve conflict

* restruct code in CBMRInference

* add documentation foor create_contrast function

* add new steps: remove duplicate rows in contrast matrix

* modify documentation and comments

* change function name to snake case

* restruct code and remove repetition

* reconstruct code, remove repeated code

* correct testing cases of z_to_p function

* add regular expression code to CBMRInference

* [skip CI][WIP] update example file based on reconstructed code

* [skip CI][WIP] Tried standardized categorical covariates

* Raise deprecation warnings with Python 3.6 and 3.7 (#754)

* Add deprecation warnings for Python 3.6 and 3.7

* Remove arrays from exclude in Github action

* Run tests and minimum dependencies on python 3.8

* Run linting and publish on 3.8

* Ignore D401 warnings

* Update setup.cfg

* Update testing.yml

* [MAINT] Fix various errors due to major version changes in dependencies (#757)

* bump matplotlib version to handle new nilearn release

* restrict numpy versions due to numba issue

* make nibabel less than version 5.0

* Remove "dataset" `return_type` option from kernel transformers (#752)

* Remove "dataset" `return_type` option from kernel transformers

* Drop tests ma_map_reuse

* Update test_meta_kernel.py

* Update test_meta_kernel.py

* Update nimare/meta/kernel.py

Co-authored-by: Taylor Salo <tsalo90@gmail.com>

* Update nimare/meta/kernel.py

Co-authored-by: Taylor Salo <tsalo90@gmail.com>

* Add versionchanged to child classes

Co-authored-by: Taylor Salo <tsalo90@gmail.com>

* [skip ci] Update CHANGELOG

* Support nibabel 5.0.0 (#762)

* Add header to `Nifti1Image` when passing an int64 array

* @tsalo Apply suggestions from code review

* Update test_annotate_gclda.py

* Do not zero out one-tailed z-statistics for p-values > 0.5 (#693)

* Do not zero out one-tailed z-statistics for p-values > 0.5

* add comment

* Replace negative values in z with values estimated by CDF

* Add test for p to z conversion

* @yifan0330 Apply suggestions from code review

* Random tests failing. Run black

* Link to NeuroStars software support category instead of neuro questions (#768)

* Link to software support category.

* Add links to GitHub repo.

* Update nilearn URL.

* Revert "Do not zero out one-tailed z-statistics for p-values > 0.5" (#769)

* Revert "Do not zero out one-tailed z-statistics for p-values > 0.5 (#693)"

This reverts commit 87964b8.

* Solve `black` issues

* Add a note about why we zero out negative z-scores

* create a design matrix function for cbmr

* [skip CI][WIP] solve conflicts

* update model structure

* use a sparse array instead of numpy

* [skip CI][WIP] solve conflict

* solve conflicts.

* [skip ci][wip] modify standardization of group moderators

* [skip CI][wip] implement index2voxel function

* [skip CI][wip] add implementation for SE of regression coefficient

* [skip CI][wip] add a demonstration for CBMREstimator & CBMRInference

* [skip CI][WIP] fix a bug in log-likelihood function of CNB model

* [skip CI][WIP] Update code according to comments

* refactor the optimizer functions into the model class

* create a fit method for models

* allow categorical variables in CBMR

* restruct code in CBMRInference

* [skip CI][WIP] update example file based on reconstructed code

* solve conflict

* [skip CI][WIP] solve conflicts

* solve conflicts

* [skip CI][WIP] work on example file

* [skip CI][WIP] complete example file for cbmr.

* [skip CI][WIP] implement an option to specify the reference subtype for categorical moderators.

* [skip CI][WIP] rewrite cbmr example in py file.

* [skip CI][WIP] modify corrector class to be consistent with cbmr outputs

* [skip CI][WIP] add FDR/FWE correction methods to test

* add testing cases with more coverage for CBMREstimator

* [skip CI] [WIP] added new changes

* run black and isort

* wip: working through refactor

* more refactor

* remove debug info

* fix errors

* test firth penalty

* black formating

* more formatting

* remove peaks2maps

* remove redundant def

* change documentation line

* move patsy into function

* add necessary installs

* update example notebook with api

* increase spacing and tolerance

* fix estimator name

* sync utils with main

* update to main on z_to_p test

* remove conperm workflow

* remove whitespace

* fix some errors

* make explicit where to document

* make StandardizeField a transformer

* add functorch for python 3.6

* try to use older version of functorch

* loosen restriction

* fix bugs in cbmr example file

* [skip CI][WIP] fix bugs in testing function for cbmr_update

* add documentation for models.py

* add documentation for cbmr.py

* add documentation for utils.py

* add description for CBMREstimator

* change lr to a smaller value

* edit description function and add reference.

* check if result.__description is a string.

* resolve merge conflict

* set random seed

* simplify the log-likelihood function of NB model

* simplify the log-likelihood function of NB model

* implement wald test for CBMRInference

* edit testing function for cbmr

* edit testing function for correctors

* fix linting error

* fix linting error

* fix linting error

* fixed linting error

* fix linting error

* fix linting error

* fix linting error

* fix linting error

* fix linting error

* fix linting error

* remove unused test datasets

* fix linter error

* add cbmr to docs/api.rst

* edit example file for cbmr

* remove the standardize_field function as it's replicated in the StandardizeField class

* use pass instead of return in the abstract methods

* added a test for StandardizeField class.

* edit example file of cbmr methods.

* fix linter error.

* fix a linter error.

* fix a linter error

* fix names of notebooks

* remove functorch (it was absorbed into torch)

---------

Co-authored-by: Yifan Yu <pra123@rescomp1.hpc.in.bmrc.ox.ac.uk>
Co-authored-by: Yifan Yu <pra123@compg007.hpc.in.bmrc.ox.ac.uk>
Co-authored-by: Yifan Yu <pra123@compg005.hpc.in.bmrc.ox.ac.uk>
Co-authored-by: James Kent <jamesdkent21@gmail.com>
Co-authored-by: Yifan Yu <pra123@compg006.hpc.in.bmrc.ox.ac.uk>
Co-authored-by: Julio A. Peraza <52050407+JulioAPeraza@users.noreply.github.com>
Co-authored-by: Taylor Salo <tsalo90@gmail.com>
Co-authored-by: jdkent <jdkent@users.noreply.github.com>
Co-authored-by: Taylor Salo <salot@pennmedicine.upenn.edu>
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.

None yet

2 participants