Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update conf.py * Update setup.py * Updated docs * Updated documentation with usage examples * Updated models documentation * Removing some dendrite-specific features from Soma * Implemented a simple logging function * Updated gitignore * Updated ephys to account for dimensionless * Updated ephys: dimensionless, better errors, logging * updated gitignore * Improving compartment.py * Syncing changes from main to development (#21) * Update README.rst * Update README.rst * Updated Fig2_notebook.ipynb !pip install dendrify==1.0.8 --quiet * Updating development (#22) * Update README.rst * Update README.rst * Updated Fig2_notebook.ipynb !pip install dendrify==1.0.8 --quiet * Update Fig3_notebook.ipynb * Update Fig4_notebook.ipynb * Update Fig5_notebook.ipynb * Made from scratch a new dSpike mechanism * Updated __str__ method and implemented pprint. * Updated custom events, __str__ and type checking * Implemented default params functionality * Added config_dspikes and did minor changes * Added some files to .gitignore * Reduced checks for dSpikes and added timesteps * Minor improvements * Updated gitignore * Added PointNeuronModel * Added PointNeuronModel to init * Resolved double connection when using ipython * Added more methods to PointNeuronModel * NeuronModel uses copies of compartments * Improved compartment parsing for NeuronModel. * Updated PointNeuronModel class * Updated .gitignore * Added option to just view default_params * Changed order of processes within connect() * Added a check for dimensionless within connect * Fixed a bug in connect * Added option for figsize in as_graph() * install requires brian 2.5.4 * Added more parameters to make_neurongroup * added second reset functionality to neuronmodel * Updated docs of ephysproperties * Finished docs of compartment and cleared code * Simplified docstrings * Added tutorials and pointneuronmodel to docs * Improved installation guidelines * Minor changes * Fixed index file * Updated installation guidelines * Finished docstrings of all classes * Fixed tuple bug when creating a NeuronGroup * Documentation changes * Documentation improvements * Fixed a weird bug that was raising silly errors * Minor changes * Experimenting with pytest * Created using Colaboratory * Colab test * Fixed docs * Made PointNeuronModel from scratch * added 3 examples with point adex * cleared repo * Minor changes * Updated tutorials * Updated docs * Automated examples to rst * Added point neuron models * Fixed a bug in _set_properties * Removed scale & spine factor from NeuronModel init * Many documentation updates * Added tau validation to docs * Minor changes * Minor documentation changes * FIxed duplicate label warning from sphinx * Added FI curve to docs * Minor changes * Added more validation tests to docs * Dendritic IO + other docs improvements * Added more examples * minor * Fixed bug that initialized area_factors with None * Fixed _set_properties bug with area factors * Finished all validation examples * More documentation changes * Added logo * Fixed intro images in docs * Improved colors for docs * Changed hover color * Minor * Improved model library in docs * Changed changelog :) * Minor changes docs * Minor * Added understanding dSpikes to docs * Minor changes * Fixed background color for intro figs * Updated readme and docs * Updated Readme * Updated changelog * Updated release noted and COC * Updated release notes * Finished docs * Updated conf * Updated rtd config file
- Loading branch information