Skip to content

Commit

Permalink
feat: adding data classes, starting conversion of Mesh to data class …
Browse files Browse the repository at this point in the history
…models
  • Loading branch information
dbirman committed Mar 13, 2024
1 parent 71fe4a7 commit 75a6eef
Show file tree
Hide file tree
Showing 100 changed files with 1,063 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:

# 3.4.4. Run tests (execute arbitrary commands in shell)
- name: 🏃Run tests
run: python -m unittest discover -s API
run: pytest API
86 changes: 0 additions & 86 deletions .github/workflows/version_bump.yml

This file was deleted.

693 changes: 1 addition & 692 deletions API/oursin.egg-info/PKG-INFO

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions API/oursin.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,28 @@ LICENSE
README.md
pyproject.toml
setup.cfg
oursin/__about__.py
oursin/__init__.py
oursin/camera.py
oursin/client.py
oursin/fov.py
oursin/custom.py
oursin/lines.py
oursin/neurons.py
oursin/primitives.py
oursin/meshes.py
oursin/particles.py
oursin/probes.py
oursin/renderer.py
oursin/text.py
oursin/texture.py
oursin/utils.py
oursin/volumes.py
oursin.egg-info/PKG-INFO
oursin.egg-info/SOURCES.txt
oursin.egg-info/dependency_links.txt
oursin.egg-info/requires.txt
oursin.egg-info/top_level.txt
oursin/atlas/__init__.py
oursin/atlas/ccf.py
oursin/atlas/ontology.py
oursin/colors/__init__.py
oursin/colors/colors.py
oursin/colors/xkcd_rgb.py
tests/test_schemas.py
tests/test_urchin_core.py
3 changes: 0 additions & 3 deletions API/oursin.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion API/oursin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Python library for connecting to and sending data to a Universal Renderer for Neuroscience renderer.
"""
__author__ = 'Daniel Birman'
__version__ = "0.5.0"

# load the client
from . import client
Expand Down
Loading

0 comments on commit 75a6eef

Please sign in to comment.