Releases: neuroscout/pyNS
Releases · neuroscout/pyNS
v0.5.1
What’s Changed
- FIX: Fetch utils, and sorting of uploads (#114) @adelavega
0.5
What’s Changed
Major release. Most significant change is the addition of fetch_utils
module, which allows users to easily fetch predictors and images without creating a centrally registered Neuroscout analysis. This is useful for experimental workflows which are not supported by Neuroscout-CLI (i.e. other than summary statistics GLM).
- Add custom predictor upload to pyns readthedocs (#109) @jsmentch
- Add high-level predictor fetching utilities (#112) @adelavega
- Allow multiple arguments in names_to_ids (#111) @adelavega
- Edits to readthedocs (#108) @jsmentch
- Map
_name
argments to_id
, look uprun_id
automatically, and output post-processed pandas dfs (#107) @rbroc - Add ReadTheDocs documentation (#102) @adelavega
0.4.10 (HOTFIX)
What’s Changed
- Import nilearn plotting correctly
0.4.9
What’s Changed
- Add kwargs to get_uploads (#101) @adelavega
0.4.8
0.4.7
What’s Changed
- Fix upload ordering (#94) @adelavega
- Add my_analyses subroute (#93) @adelavega
0.4.6
What’s Changed
- Bug fix release, sets pyJWT to < 2.0
0.4.5
What’s Changed
- Release v0.4.5 (#89) @adelavega
- Push to PyPI with GHA and release v0.4.5 (#88) @adelavega
- Load and plot uploads (#87) @adelavega
- Add GH actions cache (#86) @adelavega
- Remove travis badge (#85) @adelavega
- Add github actions and remove Travis CI (#84) @adelavega
v0.4.4: Add mult-task functionality
What’s Changed
- Allow multi task analyses in creation and querying, record estimator (#83) @adelavega
0.4.3
What’s Changed
- Log fmriprep and cli versions with upload (#82) @adelavega
- FIX: Upload, if no images found print status (#81) @adelavega
- Only add Convolve transformation if there are hrf_variables, fix user pred search (#80) @adelavega
- Consistent API, speed up tests, and bug fixes (#77) @adelavega
- Add build option to compile route (#70) @adelavega