Skip to content
Snippets Groups Projects
Commit fe09192e authored by Ugo Albanese's avatar Ugo Albanese
Browse files

[NRRPLT-8102] Bump to 3.1.0

parent 4a438a94
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,32 @@
<hr>
<version version="3.1.0">
<!-- New version -->
<h2>Version 3.1.0</h2>
<p class="date">January 2021</p>
<p>
</p>
<h3>Features</h3>
<ul>
<li>Python 3 support</li>
<li>Stand-alone VirtualCoach</li>
</ul>
<h3>Software stack update</h3>
<ul>
<li>Ubuntu 20.04</li>
<li>ROS Noetic</li>
<li>Gazebo 11</li>
<li>Nest 2.18</li>
<li>pyNN 0.9.5</li>
</ul>
<h3>User requested fixes and features</h3>
<ul>
<li><a target="_blank" href="https://hbpneurorobotics.atlassian.net/browse/NUIT-221">NUIT-221</a> Some models don't show up in the frontend when spawned</li>
</ul>
</version>
<version version="3.0.5">
<!-- New version -->
<h2>Version 3.0.5</h2>
......
{
"name": "exd-frontend",
"version": "3.0.5",
"version": "3.1.0",
"repository": "ssh://bbpcode.epfl.ch/neurorobotics/ExDFrontend",
"dependencies": {
"angular-bbp-config": "0.3.0",
......
{
"name": "brainvisualizer",
"version": "3.0.5",
"version": "3.1.0",
"authors": [
"HBP, Epfl"
],
......
{
"name": "brainvisualizer",
"version": "3.0.5",
"version": "3.1.0",
"description": "Javascript class for brain visualization",
"main": "Gruntfile.js",
"directories": {
......
{
"name": "gz3d-hbp",
"description": "3D rendering component of gzweb, modified for HBP",
"version": "3.0.5",
"version": "3.1.0",
"private": true,
"repository": {
"url": "git+ssh://bbpcode.epfl.ch/neurorobotics/gzweb",
......
{
"name": "exdfrontend",
"version": "3.0.5",
"version": "3.1.0",
"description": "Neurorobotics experiment designer",
"dependencies": {
"angular": "1.5.11",
......@@ -143,7 +143,7 @@
"build_doc": "jsdoc --readme ./README.md -r app/scripts -d docs"
},
"lint-staged": {
"*.{json,scss}": [
"*.{json,scss} ": [
"node_modules/prettier/bin/prettier.js --write",
"git add"
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment