Skip to content

v0.4.0rc1

Compare
Choose a tag to compare
@kmantel kmantel released this 01 Dec 18:45
· 7880 commits to master since this release
bfcc696
  • (#561)
  • Fix/component/default naming (#558)
  • remove Scratch Pad
  • clean up DDM examples with verified parameters from matlab
  • skip NavarroAndFuss doctest because build server cannot access matlab
  • update NavarroAndFuss to use the correct version of the MATLAB simulation
  • convert DDM return_value for NavarroAndFuss function to be floats to allow NaN assignment
  • fix bug in using the matlab engine to run a script outside of the current dir
  • adding validation on NormalDist function in the case where some numpy versions throw an error
  • • System (#556)
  • Feat/system/show graph (#555)
  • Fix/modulatory specifications (#554)
  • clean imports in function.py
  • cleanup Scheduler doc examples
  • add parsing handler for Scheduler termination_conditions
  • move static .svg files from docs build directory to source dir
  • update docs to show 0.0.x versions instead of just 0.x (we use the former frequently)
  • fix broken package link for AutoAssociativeMechanism that caused sphinx automodule to fail
  • removing references to 'inhibition' and 'decay' in LCA docs
  • removing gilzenrat transfer mechanism from the repo
  • updating gilzenrat unit tests to use LCA mechanism in place of GilzenratTransferMechanism
  • ...