Skip to content

MAM 1.1.1

Compare
Choose a tag to compare
@shimoura shimoura released this 20 Oct 13:41
· 196 commits to master since this release
db2ce11

The release MAM 1.1.1 brings a number of improvements and new features, which enhance the model's reliability, usability, and overall user experience.

Check out more details in Pull requests #43

New features

  • Visualizing convolved rate time series in resting state plots

Enhancements

  • Added tests/.ipynb_checkpoints/* in .gitignore to ignore checkpoints
  • Add modules M2E_compute_corrcoeff.py and M2E_compute_rate_time_series.py
  • Module renamed: M2E_LOAD_DATA to M2E_load_data.py, M2E_visualize_instantaneous_and_mean_firing_rates.py to M2E_visualize_firing_rates.py

Bug fixes

  • Fixed bug in multiarea_model/analysis.py by changing DataFrame.append to DataFrame.concat as pandas deprecated the former syntax. It's done to be compatible with EBRAINS-23.09-rc2