Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
v0.9.2 internally updates many functionalities related to code reduction, testing, and performance.

- All DataInterfaces now infer their source_schema from properly annotated __init__
- Fixes to the SortingInterface metadata handling to remove references to 'data' field. These should be set as unit properties or features to the extractor during __init__, and metadata["UnitProperties"] = [dict(name=property_name, description=...)] for the custom column metainfo for each property.
- Some fixes to arguments to BlackRockInterface
  • Loading branch information
CodyCBakerPhD authored Sep 28, 2021
1 parent 5967fe7 commit 1f38a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

setup(
name="nwb-conversion-tools",
version="0.9.1",
version="0.9.2",
description="Convert data to nwb",
long_description=long_description,
long_description_content_type="text/markdown",
author="Ben Dichter and Luiz Tauffer",
author="Ben Dichter, Cody Baker, and Luiz Tauffer",
author_email="[email protected]",
url="https://github.com/catalystneuro/nwb-conversion-tools",
keywords="nwb",
Expand Down

0 comments on commit 1f38a2b

Please sign in to comment.