https://github.com/davidcsterratt/KappaNEURON

sort by:
Revision Author Date Message Commit Date
d967c42 Improved structure and comments in constructor 04 December 2018, 14:51:24 UTC
719092c Updated interface to match API changes in SpatialKappa 2.1.2 04 December 2018, 14:49:52 UTC
488daf9 Fix #10: Initial value changes only after first timestep In Kappa.re_init() the initial value of the species concentraion is set to the value of concentration once the concentration has been converted in to numbers and back again. 01 October 2018, 16:04:33 UTC
8749d0e README file for PSD simulation 14 September 2018, 17:19:42 UTC
ba3d47c Moved simplx simulations into separate directory 14 September 2018, 17:13:36 UTC
04dbb75 Improved documentation of basic example, and fit mod-ka comparison 14 September 2018, 17:08:16 UTC
32bd0b6 Basic Ca accumulation example added 14 September 2018, 14:28:35 UTC
ba31022 Virtual environment instructions 12 September 2018, 16:46:08 UTC
433f451 Fixed formatting 12 September 2018, 16:33:08 UTC
10be5de Added test step 12 September 2018, 16:32:19 UTC
ab97b3d Various fixes 12 September 2018, 16:23:35 UTC
beb6b7e Update INSTALL-neuron.md 12 September 2018, 16:04:44 UTC
117f973 Update INSTALL-neuron.md 12 September 2018, 16:04:28 UTC
86835bb Fixed link 12 September 2018, 16:02:58 UTC
5b6662c Issue #9: Neuron 7.4 install instructions 12 September 2018, 16:01:39 UTC
647ce75 Fixed broken tests with pump molecules The tests with pump molecules were not matching because the Kappa setup code was no longer setting the intial concentration of P. The commit fixes that problem, and also makes tests save the figures to PNG files in a directory test_figs. 12 September 2018, 15:41:58 UTC
2c7f668 Fix for Issue #9: Get KappaNEURON working with NEURON 7.4 This workaround makes KappaNEURON work with the production version of NEURON from 2015-11-09, as well as the latest version of NEURON in the 7.4 branch of the former mercurial repository (Release 7.4 (1470:0f4526b127ae) 2016-10-31) 12 September 2018, 14:22:57 UTC
108ba23 Fix copying of files to temporary directory Now working reliably with NEURON Release 7.4 (1470:0f4526b127ae) 2016-10-31 12 September 2018, 13:12:11 UTC
999c1b8 Fixed test compilation from source tree on Linux Tested on Ubuntu 18.04 so far 07 September 2018, 13:49:57 UTC
d711511 Updated instructions 05 September 2018, 13:46:36 UTC
c01fdfc Unsuccessful attempt at running test suite in one go 05 September 2018, 13:46:09 UTC
541e329 Attempt correct destruction 05 September 2018, 13:44:31 UTC
1148808 Automated compilation of .mod files 13 August 2018, 13:21:36 UTC
f170a33 Reorganisation for packaging with pip 10 August 2018, 16:08:03 UTC
1e715b3 Updated NEURON install script 10 August 2018, 13:23:43 UTC
45bfc0c Removed redudnant scale_by_area 10 August 2018, 13:22:47 UTC
54f776a Merge branch 'master' of github.com:davidcsterratt/KappaNEURON 08 June 2017, 15:49:19 UTC
30e958c Update to match NEURON 7.4 08 June 2017, 15:49:05 UTC
874eb3a Documentation tweaks 07 June 2017, 14:57:03 UTC
853ece9 Removed lumped input function, which was no longer used 07 June 2017, 14:21:39 UTC
0ebb08e Update README.md Corrected version of Ubuntu 16.04 02 March 2017, 10:57:21 UTC
2761c8c Brief documentation of PSD model 13 January 2017, 15:40:56 UTC
f77beae Merge branch 'master' of github.com:davidcsterratt/KappaNEURON 13 January 2017, 15:30:00 UTC
95a1a30 Updated information of software versions 13 January 2017, 15:29:10 UTC
3b94735 Bumped version number to 0.2.0 13 January 2017, 14:46:02 UTC
4b7750d Issue #9: Set ion_style() after init() The 7.4 API seems to set the ion_style during species init; thus if we wish to set it, we have to do so after init(). This needs more investigation. 13 January 2017, 12:43:36 UTC
cc7af34 Use python API for setting section style 13 January 2017, 12:39:22 UTC
c303787 Issue #9: Update initialisation to NEURON 7.4 rxd API KappaNEURON has been working with a version of NEURON from the trunk of its mercurial repo checked out on 23/9/2014. This was a development version of NEURON 7.4. There have been a number of changes in the API meaning that KappaNEURON does not work with the stable NEURON 7.4 release. One is that initialisation is now carried out using initializer._do_init(), which calls _do_init() functions of region, species and reaction objects. Therefore we need to create a _do_init() function in the KappaNEURON class (which inherits from GeneralizedReaction), which calls _kn_init(), which was previously the neuron.h.FInitializeHandler. _kn_init() no longer needs to call neuron.rxd.rxd.init(). 13 January 2017, 12:25:19 UTC
6b7b263 Issue #9: nrr.region._sim_dimension -> nrr.species._has_3d KappaNEURON has been working with a version of NEURON from the trunk of its mercurial repo checked out on 23/9/2014. This was a development version of NEURON 7.4. There have been a number of changes in the API meaning that KappaNEURON does not work with the stable NEURON 7.4 release. The previous method of noting if we are in a 3D section was neuron.rxd.rxd.region._sim_dimension. It is replaced by neuron.rxd.rxd.species._has_3d. 13 January 2017, 12:10:29 UTC
35eae72 Improved print statements 13 January 2017, 11:39:33 UTC
9b51132 Labelling of plots 13 January 2017, 11:37:29 UTC
ab29baa Set initial kappa section cai to 0.00005mM 13 January 2017, 11:36:32 UTC
e1a09e1 Improved output from tests 10 January 2017, 14:45:20 UTC
fbbb95d Fixed typo in matplotlib package name 09 January 2017, 14:35:42 UTC
6dd0511 Fixed escape typo 09 January 2017, 14:23:08 UTC
3ed3129 Set VERSION to semantic version format 09 January 2017, 14:08:02 UTC
c629021 Merged change in INSTALL.md 09 January 2017, 13:55:27 UTC
c025d6b Added documentation of rxd._curr_indices 09 January 2017, 13:53:31 UTC
21d123f Clarified installation instructions, including versions of software used 09 January 2017, 12:13:13 UTC
d11f3e3 Add matplotlib as dependency 09 January 2017, 12:10:45 UTC
319601d Update INSTALL.md Link to SpatialKappa install instructions and description of INSTALL-neuron as a script 06 January 2017, 16:34:54 UTC
d212c03 Added instructions to test for python link working 06 January 2017, 16:30:30 UTC
6cf327c Added scipy depdendency 06 January 2017, 15:34:41 UTC
4835be2 Added requirement on flex 06 January 2017, 15:21:02 UTC
9ce72fb Added libxext-dev 06 January 2017, 15:17:10 UTC
16fd56f Added ncurses-dev 06 January 2017, 15:13:51 UTC
ebec8c3 Added libpython2.7-dev as dependency 06 January 2017, 15:10:27 UTC
b04a4cb Give correct argument to apt-get 06 January 2017, 15:03:43 UTC
44bcc01 Test for file rather than command and require libx11-dev 06 January 2017, 15:02:36 UTC
9c67122 Move back to starting directory 06 January 2017, 14:53:06 UTC
92c12f6 Change name of neuron-build directory 06 January 2017, 14:52:20 UTC
df6f3f9 Make installpkg function 06 January 2017, 14:51:29 UTC
ed88422 Install libtool 06 January 2017, 14:40:34 UTC
75516c7 Corrected package name 06 January 2017, 14:38:22 UTC
6a88c93 Added pulling of aclocal 06 January 2017, 14:37:31 UTC
9aa8f57 Merge branch 'master' of github.com:davidcsterratt/KappaNEURON 06 January 2017, 14:21:12 UTC
07d9253 Customise which version of NEURON is installed 06 January 2017, 14:19:28 UTC
352799b Update INSTALL.md Link to INSTALL-neuron 05 January 2017, 14:32:13 UTC
d23e6ad Corrected DOI 04 February 2016, 11:20:58 UTC
73fd22f Updated publication details 04 February 2016, 11:18:52 UTC
5385240 Updated publication details 07 January 2016, 13:30:56 UTC
11afed9 Font size now 7pt - looks better 16 November 2014, 23:04:45 UTC
8b25d93 Plotting tweaks 16 November 2014, 22:21:32 UTC
e6aa676 Made stimulation protocol more like Markram et al (1998) 16 November 2014, 22:21:19 UTC
36be3e3 Image presentation tweaks 16 November 2014, 22:20:17 UTC
aad330c Tweaks to plotting 14 November 2014, 16:14:00 UTC
06a799f Tweaked presentation of ca_pulse demo 14 November 2014, 14:18:52 UTC
30f8969 Enabled elongated demo simulation 29 September 2014, 17:27:46 UTC
c070cd7 Updated to use UnchargedSpecies 29 September 2014, 06:13:40 UTC
2ca7d66 Fixed #8: Added UnchargedSpecies class and don't set membrane_flux This is to be applied to species who have had their net current cancelled out int he mod file. The new tests test_twoMembraneSpecies and test_twoMembraneSpeciesOneUncharged demonstrate this. 28 September 2014, 15:05:47 UTC
c2d79f0 Further to #8, test showing two fluxes in one compartment 27 September 2014, 18:25:18 UTC
c31aaa7 Refactoring to address issue #8: multiple fluxes 27 September 2014, 13:31:06 UTC
c1d47c0 Improved comments 27 September 2014, 13:28:37 UTC
8977f36 Merge branch 'master' of github.com:davidcsterratt/KappaNEURON 27 September 2014, 11:16:17 UTC
a4ca590 Ignore more files and directories 27 September 2014, 11:09:06 UTC
4fccb1c Removed test_currents.py 27 September 2014, 11:07:08 UTC
2b9939a Update README.md Angle bracket round address 26 September 2014, 10:55:13 UTC
5170a70 Licence set to GPL v3 26 September 2014, 10:52:29 UTC
f72bf42 Updated documentation 26 September 2014, 09:26:15 UTC
eb699f7 Set glu charge to 0 25 September 2014, 10:04:00 UTC
bdb01ae Only pass flux to membrane_species, but regardless of species charge 25 September 2014, 10:03:12 UTC
43ff52c Brought in line with ca_pulse tests; now works 24 September 2014, 16:42:46 UTC
0fdad93 Added file to run ca_pulse demo 24 September 2014, 14:25:40 UTC
409e099 New test_injectCalciumPump2k2 with actual pumping 24 September 2014, 14:23:43 UTC
8566ad3 Use the caPump2.la and caPump2.mod from test directory 24 September 2014, 14:22:16 UTC
a8e9318 Use self._cur_mapped to map current induced by Kappa onto _db 24 September 2014, 14:17:13 UTC
ce2f896 Don't try to set initial value of species which are variables but not agents 24 September 2014, 10:09:28 UTC
a43e382 Make setting observables for membrane_species optional 24 September 2014, 09:27:30 UTC
817f0bb Generalised setting up of membrane species 24 September 2014, 09:15:46 UTC
382242a Tidying and commenting 23 September 2014, 16:25:41 UTC
back to top