https://github.com/NeuralEnsemble/libNeuroML
Name Target Message Date
HEAD 4c5ffef chore(readme): sync to development [skip ci] 05 March 2024, 14:41:06 UTC
refs/heads/ankur-experimental 2c8fa5a Merge branch 'fix/182' into ankur-experimental 17 October 2023, 14:49:24 UTC
refs/heads/dev 4df9980 added file for testing 09 June 2013, 00:30:46 UTC
refs/heads/development 7e3cb3b chore(readme): update changelog [skip ci] 05 March 2024, 14:40:38 UTC
refs/heads/experimental 6e17de5 To v0.5.5 20 September 2023, 19:16:07 UTC
refs/heads/feat/add-anotations d171cc6 wip: annotations need to use owl, not rdf 06 September 2023, 17:13:56 UTC
refs/heads/feat/add-l2-validation-segmentgroup 518f294 WIP: performance drops need investigation 09 February 2023, 10:39:10 UTC
refs/heads/feat/add-pypi-publish-gh-action ad6d8f1 Create python-publish.yml 06 July 2021, 09:54:44 UTC
refs/heads/feat/cell-optimise-natsort 815bfae chore(loaders): fix type hinting for doc generation otherwise sphinx fails with: ``` File "/home/asinha/Documents/02_Code/00_mine/NeuroML/software/libNeuroML/neuroml/loaders.py", line 191, in <module> ) -> neuroml.nml.nml.NeuroMLDocument: AttributeError: module 'neuroml' has no attribute 'nml' ``` Not sure what the root cause is, but this tweak fixes it. 17 August 2023, 07:10:09 UTC
refs/heads/feat/dev-new-generateds aa025c6 fix: py2 build Use BytesIO for py2, but StringIO for py3. I'm not entirely sure why this is needed here. It isn't necessarily an issue in nml.py---it could be in the loaders where we're not being too careful about py2/py3. The versions of pytables in use are also different because pytables dropped support for py2 in 3.6.x. 22 November 2021, 13:18:36 UTC
refs/heads/feat/fix-tests 79ca676 intermediate: squash 15 August 2022, 17:33:54 UTC
refs/heads/feat/generic-add-method 36ef5c7 chore: regenerate nml.py to include documentation 17 November 2021, 11:11:46 UTC
refs/heads/feat/improve-nml-docs 9b30882 chore(nml.py): regenerate 24 August 2021, 11:16:16 UTC
refs/heads/feat/path-util 63dc4cf test: test hier graph and path generation 08 September 2023, 15:04:41 UTC
refs/heads/feat/py2-pin-numexpr 74239ec chore(py27): pin numexpr 02 December 2021, 18:17:13 UTC
refs/heads/feat/pydata-theme 0ac797d fix: make flake8 ignore docs folder 25 August 2021, 17:18:33 UTC
refs/heads/feat/remove-valuecacrosssegorseggroup 61b64d0 chore(nml.py): regenerate for updated schema file 25 June 2021, 12:12:42 UTC
refs/heads/fix/182 c5ab31a Merge branch 'development' into fix/182 17 October 2023, 15:06:15 UTC
refs/heads/fix/clear-up-rtd 578ba4a fix(autodoc): ensure that all classes are included in RTD We now include classes that do not have a doc-string (those that do not have <documentation> properties in the Schema). Additionally, to keep this page readable, we skip out lots of the validate* methods and members that users should not be using. 09 June 2021, 15:15:43 UTC
refs/heads/fix/flake-ignore-nml e2b565c ci: also ignore build dir 18 October 2021, 16:42:09 UTC
refs/heads/fix/py2-stringio fcdcd56 fix: correctly fix py2/3 StringIO error In python 2, we must use `from StringIO import StringIO` for strings. This is not the same as `from io import StringIO` in Python2 (or in Python3). The former handles strings, the latter handles unicode. For Py2, since we're not prefixing all strings with `u""` to make them unicode, we need to use the first one. So, different `StringIO` classes need to be imported for Python2 and Python3. The same `from io import StringIO` cannot be shared. - https://docs.python.org/2.7/library/stringio.html?highlight=stringio#StringIO.StringIO - https://docs.python.org/2.7/library/io.html?highlight=io%20stringio#io.StringIO 26 November 2021, 14:29:03 UTC
refs/heads/master 4c5ffef chore(readme): sync to development [skip ci] 05 March 2024, 14:41:06 UTC
refs/heads/test_generateds 646a4c7 Generating nml.py with latest generateds 18 January 2019, 15:30:45 UTC
refs/tags/0.2.32 fc26806 Improved extraction/testing of path lengths for groups 30 June 2017, 11:49:59 UTC
refs/tags/0.2.35 7380e49 Update xml/hdf5 interface based saving/reading Changed method names handleDocumentStart -> handle_document_start etc. Support for properties (color/radius) in HDF5 12 December 2017, 14:10:14 UTC
refs/tags/0.2.36 626ca31 Update to allow use with old parser API, e.g. handleNetwork not handle_network 20 December 2017, 14:45:59 UTC
refs/tags/0.2.43 1a41b6b Merge branch 'mstimberg-jsonpickle_compatibility' into development * mstimberg-jsonpickle_compatibility: Enable handling of numpy arrays with recent `jsonpickle` versions 14 June 2018, 15:10:14 UTC
refs/tags/0.2.45 b2de7bd Fix issue with printing summary of connections when weight==0 To v0.2.45 13 September 2018, 14:49:15 UTC
refs/tags/0.2.50 7200dbd Update readme 08 April 2020, 18:17:06 UTC
refs/tags/NMLv2beta4 60c458e Merge pull request #67 from NeuralEnsemble/development Development merge to master for NMLv2beta4 release 11 July 2016, 15:44:51 UTC
refs/tags/v0.3.1 75d1630 Merge pull request #119 from NeuralEnsemble/development NeuroML 2.2 release 16 December 2021, 14:09:58 UTC
refs/tags/v0.5.0 f5d50a2 Add python-publish 10 May 2023, 10:07:05 UTC
refs/tags/v0.5.1 9136835 To v0.5.1 10 May 2023, 10:13:45 UTC
refs/tags/v0.5.2 4636f01 Merge pull request #171 from NeuralEnsemble/experimental numpy should be an explicit requirement 19 May 2023, 08:26:04 UTC
refs/tags/v0.5.3 f0eb538 Merge branch 'experimental' into development 22 June 2023, 18:08:13 UTC
refs/tags/v0.5.4 af44198 Merge pull request #180 from NeuralEnsemble/experimental To v0.5.4 19 September 2023, 14:07:16 UTC
refs/tags/v0.5.5 f3a0db6 Merge pull request #168 from NeuralEnsemble/development Changes for NML v2.3 release 20 September 2023, 19:35:22 UTC
back to top