SilverLabUCL / PySilverLabNWB

Python tools for working with Silver Lab data in the NWB2 format
MIT License
1 stars 0 forks source link

Release to PyPI? #39

Open pgleeson opened 4 years ago

pgleeson commented 4 years ago

As master is stable, it might be a good time to release a version to PyPI, especially as I'll start testing the metadata functionality in other repos (so others can easily install it)

ageorgou commented 4 years ago

Sounds good. I would prefer to tidy up the dependencies before that (#29) but that shouldn't be too much work. Will requiring pynwb version 1.2.1 speficially be an issue for the usages you have in mind?

pgleeson commented 4 years ago

Probably 1.2.1 would be the minimal used version so pynwb>=1.2.1 should be fine.

ageorgou commented 4 years ago

I haven't checked with pynwb 1.3 yet; I know some things will give deprecation warnings, but hopefully it all still works. I can give it a quick try before the release and adjust.