swh:1:snp:2e3e006b9d269cc1508947c8f4d24ff452a05c14
Name Target Message Date
HEAD 75d1630 Merge pull request #119 from NeuralEnsemble/development NeuroML 2.2 release 16 December 2021, 14:09:58 UTC
refs/heads/dev 4df9980 added file for testing 09 June 2013, 00:30:46 UTC
refs/heads/development 7cd0eee Merge pull request #155 from NeuralEnsemble/feat/deprecate-swcloader feat!(loaders): remove deprecated SWCLoader class 30 November 2022, 10:36:01 UTC
refs/heads/experimental 2a13bcd Incorrect location for verbose 10 November 2022, 17:24:01 UTC
refs/heads/feat/add-pypi-publish-gh-action ad6d8f1 Create python-publish.yml 06 July 2021, 09:54:44 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/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/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 75d1630 Merge pull request #119 from NeuralEnsemble/development NeuroML 2.2 release 16 December 2021, 14:09:58 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
back to top