lbm_suite2p_python 3.0.6__tar.gz → 3.0.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lbm_suite2p_python-3.0.6/lbm_suite2p_python.egg-info → lbm_suite2p_python-3.0.7}/PKG-INFO +1 -1
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/db_settings.py +531 -531
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/run_lsp.py +62 -8
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7/lbm_suite2p_python.egg-info}/PKG-INFO +1 -1
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/pyproject.toml +106 -106
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/LICENSE.md +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/MANIFEST.in +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/README.md +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/__init__.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/__main__.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/_benchmarking.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/cellpose.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/cli.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/conversion.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/default_ops.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/grid_search.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/gui.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/merging.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/postprocessing.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/utils.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/volume.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python/zplane.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python.egg-info/SOURCES.txt +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python.egg-info/dependency_links.txt +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python.egg-info/entry_points.txt +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python.egg-info/requires.txt +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/lbm_suite2p_python.egg-info/top_level.txt +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/setup.cfg +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/tests/test_frame_count_aliases.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/tests/test_pipeline_parameters.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/tests/test_refactored_pipeline.py +0 -0
- {lbm_suite2p_python-3.0.6 → lbm_suite2p_python-3.0.7}/tests/test_run_volume.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lbm_suite2p_python
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.7
|
|
4
4
|
Summary: Calcium Imaging Pipeline built with Suite2p, Cellpose and Rastermap
|
|
5
5
|
License-Expression: BSD-3-Clause
|
|
6
6
|
Project-URL: homepage, https://github.com/MillerBrainObservatory/LBM-Suite2p-Python
|