Skip to content

Latest commit

 

History

History
517 lines (297 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

517 lines (297 loc) · 16.6 KB

0.18.0 (Mon May 29 2023)

🚀 Enhancement

📝 Documentation

🏠 Internal

  • Add codespell to code checks #60 (@smoia)
  • Attempt to fix the auto release error #61 (@smoia)
  • int: update CI/CD Ubuntu version #58 (@smoia)

Authors: 2


0.17.0 (Tue Apr 18 2023)

💥 Breaking Change during development

  • Improve extension handling, and make .tsv.gz the default extension #57 (@smoia)

🏠 Internal

Authors: 2


0.16.1 (Tue Apr 04 2023)

🐛 Bug Fix

  • fix: If the matrix diagonal is zeroed, zero the identity matrix (@smoia)

Authors: 1


0.16.0 (Thu Mar 30 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, null@NawalK, for all your work!

🚀 Enhancement

  • Add map of filetypes to related loading functions for matricial data (io.LOADMAT_DICT) #55 (@smoia)
  • Add outflow random walk normalisation (and specify former random walk as inflow random walk) #54 (@smoia)

📝 Documentation

  • Add logo folder with guidelines, eps and png files #52 (@NawalK)

🏠 Internal

Authors: 3


0.15.0 (Fri Dec 23 2022)

🚀 Enhancement

  • Adjust io.load_nifti_get_mask to expect 4 dimensions in timeseries and 3 in masks by default #48 (@smoia)

🏠 Internal

Authors: 2


0.14.0 (Thu Dec 15 2022)

💥 Breaking Change during development

🏠 Internal

Authors: 2


0.13.0 (Wed Dec 07 2022)

🚀 Enhancement

  • Add timeseries resizing methods and improve colorbar plotting options #43 (@smoia)

🏠 Internal

Authors: 2


0.12.2 (Wed Dec 07 2022)

🐛 Bug Fix

Authors: 1


0.12.1 (Fri Dec 02 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Mathieu Scheltienne (@mscheltienne), for all your work!

🐛 Bug Fix

  • Synchronise required packages versions and add DS_Store to .gitignore #41 (@mscheltienne)

🏠 Internal

Authors: 2


0.12.0 (Mon Nov 28 2022)

💥 Breaking Change during development

  • Add laplacian computation and normalisation independent functions #36 (@smoia)

Authors: 1


0.11.0 (Wed Nov 23 2022)

🚀 Enhancement

  • Add edges vs nodes plotting, improve plotting in general #35 (@smoia)

Authors: 1


0.10.1 (Mon Nov 21 2022)

🐛 Bug Fix

Authors: 1


0.10.0 (Mon Nov 21 2022)

🚀 Enhancement

  • Add function to recompose laplacian from eigenvalues and eigenvectors #34 (@smoia)

Authors: 1


0.9.0 (Wed Oct 12 2022)

🚀 Enhancement

  • Add possibility (1) to specify which diagonal to use for matrices symmetric normalisation and (2) to avoid "0" elements in the diagonal #29 (@smoia)
  • Add duecredit to keep track of citations #27 (@smoia)
  • int: Bump up github-action-x/commit to 2.9 #27 (@smoia)

💻 Refactored

  • Apply automatic formatting (black & isort) on code (tests and push) #26 (@smoia)

🐛 Bug Fix

  • Remove auto restyling in tests and PR merges given pre-commit #33 (@smoia)
  • Fix diagonal matrix check in operations.laplacian.symmetric_normalisation #32 (@smoia)

⚠️ Pushed to master

  • int: Remove empty line in config (@smoia)
  • int: Fix path for black formatting (@smoia)

⚠️ Tests

🏠 Internal

Authors: 2


0.8.0 (Thu Aug 25 2022)

💥 Breaking Change during development

  • Express SDI as log2 of bands quotient #23 (@smoia)

⚠️ Pushed to master

  • docs: Update documentation home page (@smoia)

Authors: 1


0.7.1 (Mon Aug 22 2022)

🐛 Bug Fix

Authors: 1


0.7.0 (Mon Aug 22 2022)

💥 Breaking Change during development

  • Add extensive testing and fixs issues #16 (@smoia)

🏠 Internal

  • Fix minor documentation issues #21 (@smoia)

Authors: 1


0.6.1 (Mon Jul 18 2022)

🐛 Bug Fix

  • Fix issues with documentation and automatise API #20 (@smoia)

Authors: 1


0.6.0 (Thu Jul 14 2022)

🚀 Enhancement

  • Implement multi-index (bandpass-like) graph split #18 (@smoia)

📝 Documentation

  • Add documentation structure, CLI, API, and installation. #17 (@smoia)

Authors: 1


0.5.0 (Thu Jul 07 2022)

🚀 Enhancement

  • Handling averages of masked data better #15 (@smoia)

Authors: 1


0.4.1 (Thu Jul 07 2022)

🐛 Bug Fix

  • Fix p value for Bernoulli's test #14 (@smoia)

Authors: 1


0.4.0 (Thu Jul 07 2022)

🚀 Enhancement

  • Allow users to choose p value for both frequentist and Bernoulli's approach at all time. #13 (@smoia)

Authors: 1


0.3.0 (Tue Jul 05 2022)

💥 Breaking Change during development

  • Improve random seed generator initialisation following latest recommendations and bump up required numpy version #12 (@smoia)

💻 Refactored

  • Small code improvement in io.py #11 (@smoia)

Authors: 1


0.2.0 (Tue May 03 2022)

💥 Breaking Change during development

  • Change name of function if_declare_force_type to change_var_type to better match its new scope. #10 (@smoia)

Authors: 1


0.1.3 (Tue May 03 2022)

🐛 Bug Fix

  • fix: Fix random seed initialisation (@smoia)

⚠️ Pushed to master

  • docs: Fix citations (@smoia)
  • docs: Fix non-pip installation instructions (@smoia)

⚠️ Tests

🏠 Internal

  • Do not save cache in CI builds (not needed) #9 (@smoia)
  • Fix coverage settings to exclude tests and other minor elements #8 (@smoia)
  • Fix coverage list #6 (@smoia)

Authors: 1


0.1.2 (Wed Mar 23 2022)

⚠️ Pushed to master

Authors: 1


0.1.1 (Wed Mar 23 2022)

⚠️ Pushed to master

⚠️ Tests

🏠 Internal

  • Add short documentation in README and mailmap #5 (@smoia)

Authors: 1


0.1.0 (Mon Mar 21 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Stefano Moia (@smoia), for all your work!

🚀 Enhancement

⚠️ Pushed to master

Authors: 2