Skip to content

Releases: Olimaol/CompNeuroPy

v.1.0.4

10 Sep 17:58
7fffe5f

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.3...v.1.0.4

Summary

general

  • Changed imports of ANNarchy to a single global import

run_script_parallel

  • Improved behavior, ctrl+c and errors now stop all processes

create_data_raw_folder

  • now works with a module and a dictionary as arguments

v.1.0.3

18 Jun 12:30
0ce44e3

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.2...v.1.0.3

Summary:

new:

  • notebooks

simulation_functions:

  • attr/current simulations now return attr/current arrays

v.1.0.2

17 Jun 08:57
6094883

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.1...v.1.0.2

Summary:

examples:

  • new example for DeapCma

extra_functions:

  • DeapCma: added arguments sig0 and hard_bounds
  • new InteractivePlot
  • new RNG
  • new find_x_bound

CompNeuroExp:

  • new argument "warn" for fucntions create and compile

neuron_models:

  • new Izhikevich2003NoisyBaseSNR
  • new IzhikevichGolomb

OptNeuron:

  • run function now returns all variables as separate dict

simulation_functions:

  • new SimulationEvents

system_functions:

  • new Logger

analysis_functions:

  • new get_spike_features_of_chunk
  • new get_spike_features_loss_of_chunk

v.1.0.1

07 Mar 13:02
6251e13

Choose a tag to compare

What's Changed

Full Changelog: v.1.0.0...v.1.0.1

Summary:

  • CompNeuroMonitors:
    • new function combine_periods()
  • OptNeuron:
    • new argument recording_period
    • new optimization methods deap and pybads
  • CompNeuroExp:
    • new model_state functionality
  • simulation_functions:
    • new "attr" simulations
  • analysis_functions:
    • new function time_data_fill_gaps()
  • system_functions:
    • new functions run_script_parallel() and create_data_raw_folder()
  • extra_functions:
    • new class DeapCma to optimize "black boxes" using deap's Covariance Matrix Adaptation Evolution Strategy implementation
    • new class VClampParamSearch to optimize neuron model equations based on voltage clamp recordings during voltage steps
    • new functions interactive_plot() and efel_loss()
  • neuron_models:
    • new arguments param_for_pop and init for all Izhikevich2007 neuron models
  • new additional resource: statistic_functions

CompNeuroPy v1.0.0

12 Jan 14:34
dc17ba5

Choose a tag to compare

Merge pull request #97 from Olimaol/olimaol_develop

Release 1.0.0 fixed csv import