https://github.com/NeuralEnsemble/libNeuroML

sort by:
Revision Author Date Message Commit Date
f5d50a2 Add python-publish 10 May 2023, 10:07:05 UTC
dbdc5b2 Merge branch 'master' into experimental 04 May 2023, 09:48:41 UTC
e25b201 Removing 3.10 tests on master (still work fine on dev) 04 May 2023, 09:44:23 UTC
8e726fc Ensuring master tests pass 04 May 2023, 09:02:25 UTC
3b42350 Remove travis badge & to 2023 04 May 2023, 08:37:01 UTC
ea02761 Merge pull request #169 from NeuralEnsemble/feat/sync-nml2-205 Regenerate for NeuroML2#205 03 May 2023, 13:40:38 UTC
ac058fb chore(nml.py): regenerate 03 May 2023, 12:41:05 UTC
e0cd0b6 chore: sync schema 03 May 2023, 12:40:51 UTC
2a04222 chore(nml.py): regenerate 03 May 2023, 12:34:57 UTC
ff5994e chore: sync schema 03 May 2023, 12:34:47 UTC
7af3db9 chore(nml.py): regenerate 03 May 2023, 11:48:07 UTC
3e0abbb chore: sync schema 03 May 2023, 11:46:48 UTC
08929ec Merge pull request #167 from NeuralEnsemble/experimental Minor update on ci script 02 May 2023, 14:33:35 UTC
d6e8001 Back to tests on all py versions 02 May 2023, 14:29:56 UTC
aa9b57e Merge branch 'development' into experimental 02 May 2023, 14:29:14 UTC
cb0d697 Merge pull request #160 from NeuralEnsemble/feat/lengths Add graph representation for morphology, and some methods to fetch shortest lengths between segments 02 May 2023, 14:26:45 UTC
85f88ae Just test ubuntu-latest for now 26 April 2023, 11:37:16 UTC
8fb41c5 Merge branch 'feat/lengths' into experimental 26 April 2023, 11:36:36 UTC
d41d1ff Merge pull request #166 from NeuralEnsemble/fix/165 fix: refactor `print_` to remove circular imports 26 April 2023, 11:34:36 UTC
29e284c chore: correct docstring Really not sure why this happens each time.. 26 April 2023, 09:55:52 UTC
39c367b fix: refactor `print_` to remove circular imports Fixes #165 26 April 2023, 09:53:42 UTC
8ebbf5c Merge pull request #164 from NeuralEnsemble/feat/lengths test(lengths): remove dot exporter method and pygraphviz dev dep 25 April 2023, 15:47:45 UTC
2c549c4 test(lengths): remove dot exporter method and pygraphviz dev dep this is functionality provided by networkx, so folks can install the optional networkx deps if they need to. 24 April 2023, 13:17:24 UTC
d9c0389 Test miltiple os 24 April 2023, 10:37:56 UTC
447b953 Merge pull request #163 from NeuralEnsemble/feat/lengths Feat/lengths -> exp 24 April 2023, 10:25:44 UTC
b331116 Merge pull request #162 from NeuralEnsemble/development Development -> exp 24 April 2023, 10:20:04 UTC
b9cec08 Merge branch 'development' into feat/lengths 20 April 2023, 16:50:40 UTC
6f881b2 Merge pull request #161 from NeuralEnsemble/feat/format-black chore: format with black 20 April 2023, 16:29:38 UTC
5cdf554 chore: update copyright year 20 April 2023, 16:29:18 UTC
8adb94c chore: format with black 20 April 2023, 16:25:45 UTC
c2a289b Merge branch 'development' into feat/lengths 19 April 2023, 15:29:58 UTC
70d91b8 chore: correct type annotation 19 April 2023, 15:29:45 UTC
26aee52 chore: correct type annotation 19 April 2023, 15:29:32 UTC
f090aa1 Merge branch 'development' into feat/lengths 19 April 2023, 15:21:07 UTC
99a72ca fix(nml.py): correct arg type in doc string 19 April 2023, 15:20:35 UTC
75e7c47 chore(nml.py): regenerate 16 March 2023, 11:37:54 UTC
baeaef0 feat(nml.py): split out helper imports into separate file using the generateDS `--custom-imports-template` option. This required tweaking of some code to prevent cyclic imports: `neuroml.__init__` imports all `nml.py` classes, but the helper methods import some utils from other `neuroml.*` modules 16 March 2023, 11:35:17 UTC
4403f1c chore(nml.py): regenerate 14 March 2023, 11:29:37 UTC
f270edb chore: limit to single cell test 14 March 2023, 11:28:26 UTC
8bf9511 improvement: use `get_segment_length` method .. instead of re-implementing it 14 March 2023, 11:27:58 UTC
866f890 improvement: use existing `get_segment_length` method 14 March 2023, 11:16:42 UTC
d8dbab1 test: add test for `get_morphology_root` 14 March 2023, 11:00:59 UTC
21d33be chore(nml.py): regenerate 14 March 2023, 11:00:47 UTC
730d499 feat(cell-helpers): check conventional morph root first ... if convention is followed, there's no need to create a graph. 14 March 2023, 10:59:58 UTC
2341154 chore(nml.py): regenerate 13 March 2023, 15:05:20 UTC
9e8ec23 fix(segment-distance): correctly initialise `sg_root` 13 March 2023, 10:40:04 UTC
6dc0bbe fix(nml.py): handle case of zero length segments TODO: add validation tests for zero length segments? 10 March 2023, 16:47:36 UTC
c2498cd chore(nml.py): regenerate 10 March 2023, 16:00:02 UTC
8d2a0bc feat(get_extremeties): also return distances for extremeties 10 March 2023, 15:59:32 UTC
fef89ea chore(nml.py): regenerate 09 March 2023, 16:22:53 UTC
55a9ebe feat(cell): add method to get information on location of a segment 09 March 2023, 16:22:24 UTC
d3943b4 chore(nml.py): regenerate 09 March 2023, 12:46:13 UTC
50a687f feat(morphology): add methods to get branching points and extremeties 09 March 2023, 12:43:34 UTC
a2dd61f chore(nml.py): regenerate 07 March 2023, 16:26:32 UTC
86a3f7e feat: update method signature to make `distance` compulsory 07 March 2023, 16:25:13 UTC
ddb91c3 chore(nml.py): regenerate 07 March 2023, 15:14:35 UTC
f03feb9 test(cell): test `get_segments_at_distance` 07 March 2023, 15:12:21 UTC
722b3f2 feat(cell): add method to get segments at given distance 07 March 2023, 15:11:58 UTC
c0225b7 ci: add libgraphviz-dev required for pygraphviz 02 March 2023, 19:01:00 UTC
ca48f91 ci: add libgraphviz-dev required for pygraphviz 02 March 2023, 18:59:06 UTC
b3cda04 fix: add `pygraphviz` to dev reqs 02 March 2023, 18:56:45 UTC
9c946cd fix(deps): add `networkx` 02 March 2023, 18:54:34 UTC
56fbc7e feat: bump version to signal enhancements 02 March 2023, 18:48:51 UTC
b02f618 chore(nml.py): regenerate 02 March 2023, 18:48:21 UTC
e4a211c test(nml.py): add simple tests for distance related methods 02 March 2023, 18:45:09 UTC
3a658fd feat(nml.py): add method to get distances to all segments 02 March 2023, 18:44:28 UTC
6a600bd test(nml.py): test cell graph and path methods 02 March 2023, 18:02:52 UTC
d283522 feat(nml.py): add methods to generate graph and get shortest paths 02 March 2023, 18:02:25 UTC
6eebc5f wip 01 March 2023, 14:33:54 UTC
1cf4b13 test: add test for `cell.get_segment_adjacency_list` 01 March 2023, 13:28:26 UTC
19832b7 fix: correct variable name 15 February 2023, 23:16:31 UTC
7ad198e chore(nml.py): regenerate 15 February 2023, 23:15:14 UTC
4709e83 fix(nml.py): ensure that list order is maintained 15 February 2023, 23:14:13 UTC
2824309 chore(nml.py): reformat tuple in method doc 13 February 2023, 11:38:03 UTC
fd62d75 chore(nml.py): correct list in method doc 13 February 2023, 11:34:37 UTC
8121f1a chore(nml.py): regenerate 13 February 2023, 11:27:44 UTC
b6ef396 improvement(nml.py): document `get_ordered_segments_in_groups` better 13 February 2023, 11:27:23 UTC
f61bac3 Merge pull request #159 from NeuralEnsemble/feat/py3.11 ci(py311): add py311 to matrix/setup.py 31 January 2023, 15:53:51 UTC
2d67fa7 ci(py311): add py311 to matrix/setup.py 31 January 2023, 15:49:27 UTC
bdba902 chore: update copyright year 25 January 2023, 12:05:30 UTC
41f62a8 Update github actions 19 January 2023, 11:32:30 UTC
6b294cb More general exception raised, due to numpy complaining 19 January 2023, 11:27:01 UTC
c653708 Print version info 19 January 2023, 10:17:08 UTC
f4415dc feat(loaders): re-add SWC loader, mark for future deprecation 07 December 2022, 16:52:34 UTC
9643649 fix(loaders): do not empty list of includes even if `include_includes` is False They are not processed, but they are still listed as files that are to be included. This ensures that the model description accurately matches the XML file. 06 December 2022, 16:17:19 UTC
1c24bc0 chore: fix f-string 02 December 2022, 18:21:07 UTC
b863e64 chore(nml.py): regenerate 02 December 2022, 15:58:27 UTC
39fc3b2 chore(cellutils): only print segment group id, not its contents 02 December 2022, 15:57:37 UTC
a7bc6f0 chore: regenerate 02 December 2022, 15:51:17 UTC
614f286 feat(cellutils): make all channeldensity functions return the object also 02 December 2022, 15:50:37 UTC
7cd0eee Merge pull request #155 from NeuralEnsemble/feat/deprecate-swcloader feat!(loaders): remove deprecated SWCLoader class 30 November 2022, 10:36:01 UTC
c61e874 chore: update authors list 30 November 2022, 10:12:41 UTC
6ac31b5 chore: update changelog 30 November 2022, 10:08:20 UTC
c2f829f feat!(loaders): deprecate SWCLoader class 30 November 2022, 09:53:09 UTC
48921c8 Revert "feat!(loaders): remove deprecated SWCLoader class" This reverts commit b4721d17d38c10e609cad70e38de9796bd42d3a9. 30 November 2022, 09:47:11 UTC
b4721d1 feat!(loaders): remove deprecated SWCLoader class It was marked as defunct long ago but remained in the sources. Removing this now to prevent users from using it BREAKING CHANGE: removes defunct SWCLoader class. 29 November 2022, 11:28:20 UTC
5a3e53a Merge pull request #154 from NeuralEnsemble/feat/cell-util-improvements-153 Improvements noted in #153 28 November 2022, 13:49:43 UTC
c6d5520 test(nml): add quick test for morphinfo 28 November 2022, 13:01:29 UTC
87bc3c8 chore(nml): regenerate 28 November 2022, 13:01:13 UTC
335d394 feat(cell): improve summary to also show biophysical props. - also adds `morphinfo` and `biophysinfo` methods. 28 November 2022, 13:00:34 UTC
back to top