Skip to content

Commit ec7d6c9

Browse files
authored
Merge pull request #646 from MetaCell/master
re-align development to release/0.9.0
2 parents 49ee361 + 0d18663 commit ec7d6c9

10 files changed

Lines changed: 1436 additions & 4740 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ netpyne==1.0.3
4747
NEURON==8.0.2
4848
numpy==1.18.5
4949
oauthlib==3.0.1
50+
optuna==2.10.1
5051
ordered-set==4.0.2
5152
pamela==1.0.0
5253
pandas==0.23.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="netpyne_ui",
18-
version="0.8.1",
18+
version="0.9.0",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="info@metacell.us",

tests/frontend/e2e/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/frontend/e2e/yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ component-emitter@^1.2.1:
19501950
concat-map@0.0.1:
19511951
version "0.0.1"
19521952
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1953-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
1953+
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
19541954

19551955
concat-stream@^1.6.2:
19561956
version "1.6.2"
@@ -2071,9 +2071,9 @@ decamelize@^1.2.0:
20712071
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
20722072

20732073
decode-uri-component@^0.2.0:
2074-
version "0.2.0"
2075-
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
2076-
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
2074+
version "0.2.2"
2075+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
2076+
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
20772077

20782078
deep-is@~0.1.3:
20792079
version "0.1.4"
@@ -3905,9 +3905,9 @@ load-json-file@^4.0.0:
39053905
strip-bom "^3.0.0"
39063906

39073907
loader-utils@^1.4.0:
3908-
version "1.4.0"
3909-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
3910-
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
3908+
version "1.4.2"
3909+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
3910+
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
39113911
dependencies:
39123912
big.js "^5.2.2"
39133913
emojis-list "^3.0.0"
@@ -4045,9 +4045,9 @@ mimic-fn@^2.1.0:
40454045
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
40464046

40474047
minimatch@^3.0.4:
4048-
version "3.1.1"
4049-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.1.tgz#879ad447200773912898b46cd516a7abbb5e50b0"
4050-
integrity sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==
4048+
version "3.1.2"
4049+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4050+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
40514051
dependencies:
40524052
brace-expansion "^1.1.7"
40534053

@@ -4056,6 +4056,11 @@ minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
40564056
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
40574057
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
40584058

4059+
minimist@^1.2.0:
4060+
version "1.2.7"
4061+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
4062+
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
4063+
40594064
mixin-deep@^1.2.0:
40604065
version "1.3.2"
40614066
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"

utilities/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ def main(netpyne_branch, workspace_branch, geppetto_branch=None, skipNpm=False,
116116
execute(cmd=['pip', 'install', '-e', '.'], cwd=os.path.join(DEPS_DIR, META_DIR, JUPYTER_DIR))
117117
# installing core dependencies
118118
execute(cmd=['pip', 'install', '-e', '.'], cwd=ROOT_DIR)
119-
else:
120-
# install requirements
121119
if netpyne_branch and netpyne_branch != 'master':
122120
cprint("Installing netpyne")
123121
clone(repository=NETPYNE, branch_or_tag=netpyne_branch)
124122
execute(cmd=['pip', 'install', '-e', '.'], cwd=os.path.join(DEPS_DIR, NETPYNE_DIR))
123+
else:
124+
# install requirements
125125
cprint("Installing UI python package...")
126126
execute(cmd=['pip', 'install', '-e', '.', '--no-deps'], cwd=ROOT_DIR)
127127

webapp/components/general/Dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
2828
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
29-
NetPyNE-UI v0.8.1
29+
NetPyNE-UI v0.9.0
3030
</Link>
3131
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32-
NetPyNE v1.0.2.1
32+
NetPyNE v1.0.3
3333
</Link>
3434
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
3535
NEURON v8.0.2

webapp/dev_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",

webapp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geppetto-netpyne",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Geppetto NetPyNE-UI frontend.",
55
"repository": "https://github.com/MetaCell/NetPyNE-UI",
66
"license": "MIT",
@@ -19,9 +19,9 @@
1919
"@material-ui/core": "4.12.1",
2020
"@material-ui/icons": "^4.11.2",
2121
"@material-ui/lab": "^4.0.0-alpha.60",
22-
"@metacell/geppetto-meta-client": "1.0.0-final",
23-
"@metacell/geppetto-meta-core": "1.0.0-final",
24-
"@metacell/geppetto-meta-ui": "1.0.0-final",
22+
"@metacell/geppetto-meta-client": "1.1.0",
23+
"@metacell/geppetto-meta-core": "1.1.0",
24+
"@metacell/geppetto-meta-ui": "1.1.0",
2525
"@nosferatu500/react-sortable-tree": "3.0.5",
2626
"@sentry/integrations": "^6.16.1",
2727
"@sentry/react": "^6.16.1",
@@ -37,7 +37,7 @@
3737
"react-json-view": "^1.21.3",
3838
"react-redux": "^7.2.0",
3939
"react-sortable-tree": "^2.8.0",
40-
"redux": "^4.1.0",
40+
"redux": "4.1.2",
4141
"sass": "^1.49.0",
4242
"sass-loader": "^7.2.0",
4343
"three": "0.111.0"

webapp/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ if (isWin) {
3434
}
3535

3636
const availableExtensions = [
37+
{
38+
from: path.resolve(__dirname, geppettoClientPath, 'style/fonts/*'),
39+
to: 'static/fonts',
40+
flatten: true,
41+
},
3742
{
3843
from: path.resolve(__dirname, geppettoClientPath, 'style/css/font-awesome.min.css'),
3944
to: 'static/css',

0 commit comments

Comments
 (0)