Skip to content

Commit

Permalink
Update History file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 16, 2021
1 parent e1d7d44 commit 1f73975
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ and [LEMS](https://github.com/LEMS/LEMS), but also the Python ([libNeuroML](http

**Only contributors who are not [NeuroML Editors](https://neuroml.org/editors) are specifically pointed out below.**

v2.2 / 2021-??-??
v2.2 / 2021-12-15
--------------------

* **Renamed the main Schema from NeuroML_v2.1.xsd to [NeuroML_v2.2.xsd](https://github.com/NeuroML/NeuroML2/blob/master/Schemas/NeuroML2/NeuroML_v2.2).**

* Significant updates to documentation strings in NeuroML LEMS XML definitions. Have been propagatesd to core documentation e.g. https://docs.neuroml.org/Userdocs/Schemas/Networks.html
* Significant updates to documentation in NeuroML LEMS XML definitions. Have been propagated to core documentation e.g. https://docs.neuroml.org/Userdocs/Schemas/Networks.html

* Major changes to pyNeuroML & libNeuroML to aid usability. These updates have been reflected in the NeuroML user guides & other documentation, e.g.: https://docs.neuroml.org/Userdocs/GettingStarted.html

* Updates to automated testing of Python & Java libraries: all moved to GitHub Actions (for overview see [here](https://github.com/NeuroML/.github/tree/main/testsheet)); updated to test on latest version of Python & Java and Windows/Mac.

* Removed `ValueAcrossSegOrSegGroup` (https://github.com/NeuroML/NeuroML2/pull/165 that fixes https://github.com/NeuroML/NeuroML2/issues/162) and update any elements using it to directly include `Value` and `SegmentGroup` attributes. This allows their correct validation.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ the [ComponentType definitions in LEMS](https://github.com/NeuroML/NeuroML2/tree
a number of [example files in NeuroML 2](https://github.com/NeuroML/NeuroML2/tree/master/examples) and [LEMS files for
running simulations](https://github.com/NeuroML/NeuroML2/tree/master/LEMSexamples).

**The main documentaiton for NeuroML can be found at http://docs.neuroml.org.**
**The main documentation for NeuroML can be found at http://docs.neuroml.org.**

For full technical details on LEMS and NeuroML 2 see:

Robert C. Cannon, Padraig Gleeson, Sharon Crook, Gautham Ganapathy, Boris Marin, Eugenio Piasini and R. Angus Silver,
**LEMS: A language for expressing complex biological models in concise and hierarchical form and its use in underpinning NeuroML 2**,
[Frontiers in Neuroinformatics 2014](http://journal.frontiersin.org/Journal/10.3389/fninf.2014.00079/abstract), doi: 10.3389/fninf.2014.00079

For information on how to contribute to the NeuroML initiative, see [here](https://docs.neuroml.org/Devdocs/DevSOP.html).
For information on how to contribute to the NeuroML initiative, see [here](https://docs.neuroml.org/Devdocs/DevSOP.html).

This code is distributed under the terms of the GNU Lesser General Public License.

0 comments on commit 1f73975

Please sign in to comment.