Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neuronunit reduced cells #348

Open
wants to merge 132 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
132 commits
Select commit Hold shift + click to select a range
e2af7e2
adding in appropriate notebooks, removed call to pebble pool in neuro…
russelljjarvis Jan 30, 2021
1a6d38c
third example
russelljjarvis Jan 30, 2021
a54de02
adding in single file
russelljjarvis Jan 30, 2021
cc57e0b
reverted algorithms file to the original
russelljjarvis Jan 30, 2021
acd1fb7
reintroduce constructor BPO_deap_opt() argument/ neuronunit=boolean f…
russelljjarvis Jan 30, 2021
c46e5b2
Update README.md
russelljjarvis Jan 31, 2021
3a5e6e2
Update README.md
russelljjarvis Jan 31, 2021
e9253f8
update build instructions pertaining to git to see if using different…
russelljjarvis Jan 31, 2021
5b06b00
Merge branch 'neuronunit_reduced_cells' of https://github.com/russell…
russelljjarvis Jan 31, 2021
938c5c2
Updated config.yml
russelljjarvis Jan 31, 2021
c1de908
converted spaces to tabs
russelljjarvis Jan 31, 2021
d2a75f3
converted spaces to tabs
russelljjarvis Jan 31, 2021
ab4de1f
converted spaces to tabs
russelljjarvis Jan 31, 2021
109a1c4
shorter build+tests
russelljjarvis Jan 31, 2021
7b66fdc
more ci fixing
russelljjarvis Jan 31, 2021
6fad627
perhaps ci will work with different test dependency
russelljjarvis Jan 31, 2021
0f60ea2
added in necessary test
russelljjarvis Jan 31, 2021
d765305
changed setup.py to try to coax tox to run
russelljjarvis Jan 31, 2021
a5e028b
abolished DataTC useful methods persist because of inheritance
russelljjarvis Feb 4, 2021
947666e
change dependencies to run on tox
russelljjarvis Feb 5, 2021
5517669
change dependencies to run on tox
russelljjarvis Feb 5, 2021
7a3f98f
process dependency links
russelljjarvis Feb 5, 2021
27546ab
install requires
russelljjarvis Feb 5, 2021
5f32589
install requires
russelljjarvis Feb 5, 2021
f17f674
install requires
russelljjarvis Feb 5, 2021
2bf11d0
install requires
russelljjarvis Feb 5, 2021
3b89f1b
ci dependency change
russelljjarvis Feb 5, 2021
68bafb6
ci setup dependency change
russelljjarvis Feb 5, 2021
ada84c9
merge
russelljjarvis Feb 6, 2021
c46a5b0
factored out dtc and replaced with models
russelljjarvis Feb 13, 2021
58bd45f
update requirements
russelljjarvis Feb 14, 2021
f979f8d
update CI
russelljjarvis Feb 14, 2021
af4e848
update
russelljjarvis Feb 14, 2021
dbd56ce
update ci
russelljjarvis Feb 14, 2021
ee32666
update CI
russelljjarvis Feb 14, 2021
f9050f7
update
russelljjarvis Feb 14, 2021
4eb3fd3
try to get tox CI working
russelljjarvis Feb 14, 2021
7bac473
update for pull request
russelljjarvis Feb 18, 2021
94e7f90
Fix py2 testing error due to PR #998 in nrn.
Feb 22, 2021
5c0be1a
Merge pull request #349 from AurelienJaquier/master
wvangeit Feb 23, 2021
c2661a0
Add feature computation functions to CellEvaluator, ObjectivesCalcula…
Feb 23, 2021
ceda365
Merge branch 'master' into feature_values
wvangeit Feb 23, 2021
cc732a1
Updated documentation to add the README on RTD.
alex4200 Feb 23, 2021
42dd6bb
Add tests
Feb 23, 2021
4b05e8f
Merge branch 'feature_values' of https://github.com/BlueBrain/BluePyO…
Feb 23, 2021
0b17fda
Merge pull request #350 from BlueBrain/feature_values
wvangeit Feb 24, 2021
3ac2257
Fixed the bagde table.
alex4200 Feb 24, 2021
eb62c27
Merge branch 'master' into alexdoc
wvangeit Feb 24, 2021
4f25199
Merge pull request #351 from alex4200/alexdoc
wvangeit Feb 24, 2021
a076a2f
Added config files for RTD
alex4200 Feb 24, 2021
f0ea22a
Merge branch 'alexdoc' of github.com:alex4200/BluePyOpt into alexdoc
alex4200 Feb 24, 2021
57206ce
Merge branch 'master' into alexdoc
wvangeit Feb 24, 2021
5c8267d
Merge pull request #352 from alex4200/alexdoc
wvangeit Feb 24, 2021
fd29f6c
Commenting out the license text.
alex4200 Feb 24, 2021
ae14666
Merge branch 'alexdoc' of github.com:alex4200/BluePyOpt into alexdoc
alex4200 Feb 24, 2021
3821813
Fixing image in README: Provide proper path depending where the READM…
alex4200 Feb 24, 2021
c9428ad
Merge pull request #353 from alex4200/alexdoc
wvangeit Feb 24, 2021
3aa210c
Fix path in readthedocs yaml
wvangeit Feb 24, 2021
ce4af5c
Fixing image location in README
wvangeit Feb 24, 2021
45b922a
update testing
russelljjarvis Mar 8, 2021
c490139
update
russelljjarvis Mar 10, 2021
22a7d49
update
russelljjarvis Mar 10, 2021
30ae737
update
russelljjarvis Mar 10, 2021
d5755fb
merge
russelljjarvis Mar 10, 2021
fd48264
merged with origin master @bbp.bpo, checked nose test compatibility, …
russelljjarvis Mar 10, 2021
15e28e0
moved dependencies into extras_require
russelljjarvis Mar 10, 2021
e7c3526
update for CI unittesting passing
russelljjarvis Mar 10, 2021
af20008
local CI verification
russelljjarvis Mar 10, 2021
fe7f1e3
update
russelljjarvis Mar 10, 2021
0dc016b
might work
russelljjarvis Mar 10, 2021
98a2ac7
changed test file names
russelljjarvis Mar 24, 2021
087ff46
update file names
russelljjarvis Mar 24, 2021
799e39a
before merge master/origin
russelljjarvis Mar 24, 2021
a35930b
update tox
russelljjarvis Mar 24, 2021
0230b38
update for PR
russelljjarvis Mar 24, 2021
97f3ddb
add missing s into https of extra requirement
russelljjarvis Mar 25, 2021
4515427
update
russelljjarvis Mar 25, 2021
d7ba56e
update
russelljjarvis Mar 25, 2021
1c6941f
neuronunit opt is pip installable, make numba models pip installable
russelljjarvis Mar 25, 2021
d80aa5f
edited CI
russelljjarvis Mar 25, 2021
f88dc6b
update
russelljjarvis Mar 25, 2021
9d8a8e8
update
russelljjarvis Mar 25, 2021
074d948
ci test
russelljjarvis Mar 25, 2021
2d2f964
update
russelljjarvis Mar 25, 2021
7f95c04
update CI
russelljjarvis Mar 25, 2021
bd88a63
update CI
russelljjarvis Mar 26, 2021
50cd426
CI update
russelljjarvis Mar 26, 2021
5b221a6
CI update
russelljjarvis Mar 26, 2021
b6528ed
CI update
russelljjarvis Mar 26, 2021
1acec2f
CI update
russelljjarvis Mar 26, 2021
358f7c2
update
russelljjarvis Mar 26, 2021
140efa2
turn off allensdk logging
russelljjarvis Mar 26, 2021
a406b2c
update CI
russelljjarvis Mar 26, 2021
4736968
update
russelljjarvis Mar 26, 2021
9f8f253
update CI
russelljjarvis Mar 26, 2021
1643059
update CI
russelljjarvis Mar 26, 2021
1141b08
update CI
russelljjarvis Mar 26, 2021
161a5f4
update CI
russelljjarvis Mar 26, 2021
6154405
update
russelljjarvis Mar 26, 2021
35e0325
update
russelljjarvis Mar 26, 2021
7f5d164
update
russelljjarvis Mar 26, 2021
f9fa9ef
update
russelljjarvis Mar 26, 2021
9d782a4
update
russelljjarvis Mar 26, 2021
05f8df9
update
russelljjarvis Mar 26, 2021
ead29d2
update
russelljjarvis Mar 26, 2021
8e787c4
update
russelljjarvis Mar 26, 2021
581e8ed
update ci
russelljjarvis Mar 26, 2021
7413e02
update
russelljjarvis Mar 26, 2021
aa88f5e
blah
russelljjarvis Mar 26, 2021
8552245
blah
russelljjarvis Mar 26, 2021
db3dd29
update
russelljjarvis Mar 27, 2021
1e620dc
tox might work now
russelljjarvis Mar 27, 2021
6bdae3a
update
russelljjarvis Mar 27, 2021
afaca14
update
russelljjarvis Mar 27, 2021
8318b23
update
russelljjarvis Mar 27, 2021
ba5fc85
update CI
russelljjarvis Mar 27, 2021
79dcba0
update CI
russelljjarvis Mar 27, 2021
a300854
try remote machine
russelljjarvis Mar 27, 2021
80a0c8a
update CI
russelljjarvis Mar 27, 2021
ca03190
update CI
russelljjarvis Mar 27, 2021
b9f5658
update
russelljjarvis Mar 27, 2021
1a73bfc
update
russelljjarvis Mar 27, 2021
28c9165
update
russelljjarvis Mar 28, 2021
3613105
update
russelljjarvis Mar 28, 2021
6cac975
Update main.yml
russelljjarvis Mar 29, 2021
915ba1b
wqMerge branch 'neuronunit_reduced_cells' of https://github.com/russe…
russelljjarvis Apr 1, 2021
e1dbace
modified some files with black so that they would pass tox style check
russelljjarvis Apr 1, 2021
8c3a805
update for remote
russelljjarvis Apr 1, 2021
4f0ea68
update
russelljjarvis Apr 1, 2021
7345ee3
update
russelljjarvis Apr 5, 2021
73d85c1
update
russelljjarvis Apr 5, 2021
b2cc789
fixed tab/space error in bpo
russelljjarvis Apr 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
defaults: &defaults
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can leave this file here for now while you're testing your PR. But in the end everything will need to run on Github Actions (using tox).

Copy link
Author

@russelljjarvis russelljjarvis Mar 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that would be awesome. I will write a clear message somewhere here on the PR, when all the items are finished, but I wont leave it hanging. I still might need 2-3 weeks.

There is a big parallel effort to PR into neuronunit proper. I am also trying to make a streamlit application with a heroku/AWS deployment, that you should be able to log into and actively validate this approach without a big install on your end. Not sure if I will ever get there. But the PRs at least will work.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks.

working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3

inst_conda_bld: &inst_conda_bld
- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build

version: 2

jobs:
build:
<<: *defaults
parallelism: 1
steps:
- checkout
- run: git fetch --unshallow || true
- run: apt-get update
- run: sh reduced_cell_install.sh
#- run: apt-get install -y gcc
#- run: apt-get install -y libx11-6 python-dev git build-essential
#- run: apt-get install -y autoconf automake gcc g++ make gfortran
#- run: apt-get install -y python-tables
#- run: apt-get install -y libhdf5-serial-dev

#- run: conda config --add channels conda-forge
#- run: conda config --set always_yes true
#- run: conda config --set quiet true
#- run: conda install conda-build
#- run: conda install scipy;
#- run: conda install numpy;
#- run: conda install numba;
#- run: conda install dask;
- run: pip install tables
- run: pip install pip --upgrade; pip install -r requirements.txt;
- run: pip install -e .[extra]
- run: pip install jithub==0.1.0
- run: pip install git+https://github.com/russelljjarvis/jit_hub.git@neuronunit
- run: git clone -b neuronunit https://github.com/russelljjarvis/jit_hub.git
- run: cd jit_hub; pip install -e .; cd ..;
- run: git clone -b optimization https://github.com/russelljjarvis/neuronunit
- run: cd neuronunit; pip install -e .; cd ..;
- run: pip install neuronunitopt==0.19
- run: git clone https://github.com/russelljjarvis/eFEL
- run: cd eFEL; pip install -e .; cd ..;
- run: pip install cython
- run: pip install streamlit;
- run: pip install seaborn;
- run: pip install sklearn
- run: pip install allensdk==0.16.3
- run: pip install frozendict
- run: pip install nose
- run: pip install pynwb
#- run: rm -rf /opt/conda/lib/python3.8/site-packages/sciunit
- run: git clone -b dev https://github.com/russelljjarvis/sciunit.git
- run: cd sciunit; pip install -e .; cd ..;
- run: cd bluepyopt/tests; nosetests test_numba_models.py
- run: cd bluepyopt/tests; nosetests test_evaluators.py
- run: cd bluepyopt/tests; nosetests test_rheobase_model.py
- run: pip install --no-binary=h5py h5py
- run: pip install allensdk==0.16.3
- run: pip install tox && tox
- run: cd bluepyopt/tests; nosetests test_adexp_opt.py
- run: cd bluepyopt/tests; nosetests test_scores_unit.py
#- run: cd bluepyopt/tests; nosetests test_izhi_opt.py

# causes time out
#- run: cd bluepyopt/tests; python izhi_opt.py
69 changes: 69 additions & 0 deletions .circleci/config.yml.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
defaults: &defaults
working_directory: ~/markovmodel/PyEMMA
docker:
- image: continuumio/miniconda3

inst_conda_bld: &inst_conda_bld
- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build

version: 2

jobs:
build:
<<: *defaults
parallelism: 1
steps:
- checkout
- run: git fetch --unshallow || true
- run: apt-get install -y cpp gcc
- run: apt-get install -y libx11-6 python-dev git build-essential
- run: apt-get install -y autoconf automake gcc g++ make gfortran
- run: apt-get install -y python-tables
- run: apt-get install -y libhdf5-serial-dev

- run: conda config --add channels conda-forge
- run: conda config --set always_yes true
- run: conda config --set quiet true
- run: conda install conda-build
- run: conda install scipy;
- run: conda install numpy;
- run: conda install numba;
- run: conda install dask;
- run: pip install tables
- run: pip install pip --upgrade; pip install -r requirements.txt;
- run: pip install -e .
- run: git clone -b neuronunit https://github.com/russelljjarvis/jit_hub.git

- run: cd jit_hub; pip install -e .; cd ..;
- run: git clone -b optimization https://github.com/russelljjarvis/neuronunit
<<<<<<< HEAD
- run: cd neuronunit; pip install -e .; cd ..;

#- run: pip install ipfx
- run: pip install efel
#- run: git clone https://github.com/russelljjarvis/eFEL
#- run: cd eFEL; python

=======
- run: cd jit_hub; pip install -e .; cd ..;
- run: pip install efel
>>>>>>> 938c5c225d1efef3357ef78b0071a29ea77a0f3c
- run: pip install cython
- run: pip install streamlit;
- run: pip install seaborn;
- run: pip install sklearn
- run: pip install allensdk==0.16.3
- run: pip install frozendict
- run: pip install nose
- run: rm -rf /opt/conda/lib/python3.8/site-packages/sciunit
- run: git clone -b dev https://github.com/russelljjarvis/sciunit.git
- run: cd sciunit; pip install -e .; cd ..;
- run: cd bluepyopt/tests; python rheobase_dtc_test.py
- run: cd bluepyopt/tests; python adexp_opt.py
- run: cd bluepyopt/tests; python test_evaluators.py

# causes time out
#- run: cd bluepyopt/tests; python izhi_opt.py
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 3 * * SUN'
push:
branches:
- master
- neuronunit_reduced_cells
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
16 changes: 16 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
- requirements: requirements_docs.txt
Loading