MAM 1.1.1
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
andM2E_compute_rate_time_series.py
- Module renamed:
M2E_LOAD_DATA
toM2E_load_data.py
,M2E_visualize_instantaneous_and_mean_firing_rates.py
toM2E_visualize_firing_rates.py
Bug fixes
- Fixed bug in
multiarea_model/analysis.py
by changingDataFrame.append
toDataFrame.concat
as pandas deprecated the former syntax. It's done to be compatible withEBRAINS-23.09-rc2