Skip to content

0.11.0

Compare
Choose a tag to compare
@donishadsmith donishadsmith released this 22 Jun 04:39
· 313 commits to main since this release

🚀 New/Added

  • Added new function change_dtype to make it easier to change the dtypes of each subject's numpy array to assist with
    memory usage, especially if doing the CAPs analysis on a local machine.
  • Added new parameters - output_dir, file_name, and return_dict tostandardizeto save dictionary, the return_dict` defaults to True.
  • Adds a new version attribute so you can check the current version using neurocaps.__version__

♻ Changed

  • Adds back python 3.12 classifier. The CAP.caps2surf() function may still not work well but if its detected that
    neurocaps is being installed using python 3.12, setuptools is installed to prevent the pkgresources error.

🐛 Fixes

  • Minor fix for file_name parameter in merge_dicts. If user does not supply a file_name when saving the dictionary,
    it will provide a default file_name now instead of producing a Nonetype error.

💻 Metadata

  • Minor docstrings revisions, mostly to the typehint for subject_timeseries.