Skip to content

Commit

Permalink
Merge pull request #24 from spapa013/main
Browse files Browse the repository at this point in the history
v0.0.17
  • Loading branch information
spapa013 authored Oct 13, 2022
2 parents 2090645 + 70f59fd commit 21e027f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# microns-materialization
EM data materialization from Princeton & AIBS

# Install API
```
pip install git+https://github.com/cajal/microns-materialization.git#subdirectory=python/microns-materialization-api
```

# Install API with specified tag
```
pip install git+https://github.com/cajal/microns-materialization.git@TAG#subdirectory=python/microns-materialization-api
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
schema = djp.schema(config.schema_name, create_schema=True)

schema.spawn_missing_classes()
schema.connection.dependencies.load()
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,4 @@ def add_rows(cls, rows):
cls.insert(rows, insert_to_master=True, ignore_extra_fields=True)

schema.spawn_missing_classes()
schema.connection.dependencies.load()

2 changes: 1 addition & 1 deletion python/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.16"
__version__ = "0.0.17"

0 comments on commit 21e027f

Please sign in to comment.