- (Docker) Made compatible with the new (small) basecontainer architecture.
- (package) Removed numba as a dependency.
- (package) Made pyfftw an optional dependency (it's no longer in basecontainer).
- (package) Made some proactive fixes for numpy 2.0.0 compatibility.
- (package) Accepted several dependabot PRs.
- (package) General cleanup of automated workflows to match updates to rapidtide.
- (Docker) Cleaned up and simplified Dockerfile.
- (Docker) Updated to basecontainer:latest-release (0.3.5 atm).
- (Docker) Updated to basecontainer 0.3.0.
- (Docker) Added caching to build.
- Mass merge of a bunch of dependabot PRs.
- (Docker) Updated to basecontainer 0.2.3.
- (Docker) Updated to python 3.11 basecontainer.
- (Docker) Fixed testdocker.sh.
- (package) Modernized install procedure.
- (capfromtcs) Fixed summary statistics outputs.
- (capfromtcs) Revert change to max_iter when specifying initialcenters.
- (capfromtcs) Changed intialization of kmeans from initialcenters, save more intermediate results.
- (utils.py) Factored out some transition array calculations.
- (capfromtcs) Fixed a typo in specifying the initial k-means++ method.
- (io) Updated libraries to match some changes in rapidtide.
- (capfromtcs) Added new option "--initialcenters" to allow specification of k-means cluster centers. This lets you reuse the CAPS as previous runs, but gets around the difficulty of reading back old models run under a different version of python or scikit-learn.
- (package) Removed rapidtide as a dependency by copying over the necessary support routines.
- (Docker) Updated basecontainer to latest, switched over to using pip rather than mamba for env.
- (docs) Corrected a problem that was causing readthedocs build to fail.
- (capfromtcs, clustercomp) Used newer, non-deprecated method to access nifti files with nibabel.
- (package) Added docker and singularity test scripts.
- (package) Reformatted several files with black.
- (package) Made many (unsuccesful) attempts to get the documentation to build.
- (package) Bump to trigger github deployment.
- (package) Convert README.md to README.rst
- (package) Fixed Development status in setup.py
- (package) Syncing with rapidtide to try to get pypi deployment to work
- (package) Fixed versioneer installation.
- (package) Updated pyproject.toml and versioneer to try to fix pypi deployment.
- (Docker) Fixed Dockerfile error.
- (package) Updated pypi authentication information.
- (Docker) Added Docker compatibility.
- (package) Updated to match the current version of rapidtide.
- (package) Added "refresh" script to simplify updates.
- (package) Formatting changes.
- (capfromtcs) Fixed import of joblib, updated to new NonCausalFilter calling conventions.
- (clusternifti) Major overhaul. Added normalization, PCA and ICA dimensionality reduction, switched to argparse, added repeats.
- (clustersort) New program to harmonize multiple cluster solutions.
- (clusternifti, clustersort, supercluster) Harmonized mask specification arguments and internal variable names.
- (package) Move to versioneer.
- First release