Releases: Olimaol/CompNeuroPy
Releases · Olimaol/CompNeuroPy
v.1.0.4
What's Changed
- Olimaol develop by @Olimaol in #104
- update notebook experiment_example by @Olimaol in #105
- Olimaol develop by @Olimaol in #106
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
v.1.0.2
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
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
Merge pull request #97 from Olimaol/olimaol_develop Release 1.0.0 fixed csv import