Skip to content

Commit

Permalink
Merge pull request #32 from INM-6/v0.2.2
Browse files Browse the repository at this point in the history
V0.2.2
  • Loading branch information
rgutzen authored Jan 4, 2024
2 parents 773dda4 + 3651462 commit 3a0e84e
Show file tree
Hide file tree
Showing 15 changed files with 906 additions and 828 deletions.
110 changes: 110 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
temp*
temp*/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
doc/_build/
doc/build/
doc/index.html
doc/source/_toctree/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# MacOS
.DS_Store
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Include requirements
include README.rst
include LICENSE.txt
include AUTHORS.txt
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ A SciUnit_ library for validation testing of spiking networks.

.. _SciUnit: https://github.com/scidash/sciunit



.. image:: https://readthedocs.org/projects/networkunit/badge/?version=latest
:target: https://networkunit.readthedocs.io/en/latest/?badge=latest

.. image:: https://mybinder.org/badge.svg
:target: https://mybinder.org/v2/gh/INM-6/NetworkUnit/master?filepath=examples%2Findex.ipynb
:alt: Binder Link

.. role:: py(code)
:language: python

Expand Down
24 changes: 0 additions & 24 deletions environment.yml

This file was deleted.

211 changes: 211 additions & 0 deletions examples/basic_test.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 3a0e84e

Please sign in to comment.