This new release introduces a new optimal control framework by @lenasal, new AAL2 lead-field matrices by @orabe and @Wirkungstreffer, and many small fixes by @1b15.
What's Changed
- fixed bug in fhn, hopf, wc, ww models: copy params by @lenasal in #232
- removed Dmat_ndt as param set in timeIntegration file by @lenasal in #234
- moved computedelaymatrix function to /utils/model_utils by @lenasal in #235
- Fix numpy new version errors by @jajcayn in #238
- corrected index of rates_exc in computation of IA_rhs by @lenasal in #237
- Kuramoto dev by @bramantyois in #239
- aln: fix index of input from i to i-1 by @caglorithm in #240
- Simplify kuramoto time integration by @lenasal in #244
- aln input_vars by @lenasal in #243
- Differentiale static and time-dependent inputs in WC and WW model by @lenasal in #241
- Minor Docs Fixes by @1b15 in #251
- Optimal Control extension by @lenasal in #247
- Bug Fix: Setting value of tau_inh in timeIntegration by @Andrew-Clappison in #260
- Revise control tests by @lenasal in #258
- Added control interval by @lenasal in #256
- Fix bug in fhn and hopf OC by @lenasal in #255
- Directional sparsity cost functional by @lenasal in #259
- Lead field matrix by @Wirkungstreffer in #249
- feat: Adding Lead-Field Matrix for AAL2 Atlas by @orabe in #248
- spring cleaning: removing bugs and code smells by @1b15 in #261
New Contributors
- @bramantyois made their first contribution in #239
- @1b15 made their first contribution in #251
- @Andrew-Clappison made their first contribution in #260
- @Wirkungstreffer made their first contribution in #249
- @orabe made their first contribution in #248
Full Changelog: v0.6.2...v0.7.0