brainglobe 0.2.0__py3-none-any.whl → 0.3.1__py3-none-any.whl

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.

Potentially problematic release.


This version of brainglobe might be problematic. Click here for more details.

brainglobe/__init__.py CHANGED
@@ -12,7 +12,7 @@ except PackageNotFoundError:
12
12
  import bg_atlasapi
13
13
  import bg_space
14
14
  import brainreg
15
- import brainreg_segment
15
+ import brainglobe_segmentation
16
16
 
17
17
  # Expose tools that may not be present
18
18
  # if a conda install was performed
@@ -1,9 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: brainglobe
3
- Version: 0.2.0
3
+ Version: 0.3.1
4
4
  Summary: Python-based tools for computational neuroanatomy.
5
- Author-email: BrainGlobe <code@adamltyson.com>
5
+ Author-email: BrainGlobe Developers <hello@brainglobe.info>
6
6
  License: BSD-3-Clause
7
+ Project-URL: homepage, https://brainglobe.info
8
+ Project-URL: bug_tracker, https://github.com/brainglobe/brainglobe-meta/issues
9
+ Project-URL: documentation, https://docs.brainglobe.info
10
+ Project-URL: source_code, https://github.com/brainglobe/brainglobe-meta
11
+ Project-URL: user_support, https://forum.image.sc/tag/brainglobe
12
+ Project-URL: twitter, https://twitter.com/brain_globe
7
13
  Classifier: Development Status :: 2 - Pre-Alpha
8
14
  Classifier: Programming Language :: Python
9
15
  Classifier: Programming Language :: Python :: 3
@@ -12,21 +18,20 @@ Classifier: Programming Language :: Python :: 3.9
12
18
  Classifier: Programming Language :: Python :: 3.10
13
19
  Classifier: Operating System :: OS Independent
14
20
  Classifier: License :: OSI Approved :: BSD License
15
- Requires-Python: >=3.8.0
21
+ Requires-Python: >=3.9.0
16
22
  Description-Content-Type: text/markdown
17
23
  License-File: LICENSE
18
24
  Requires-Dist: napari[all]
19
25
  Requires-Dist: bg-space >=0.5.0
20
26
  Requires-Dist: brainglobe-utils
21
27
  Requires-Dist: bg-atlasapi >=1.0.0
22
- Requires-Dist: brainreg
28
+ Requires-Dist: brainreg[napari] >=1.0.0
23
29
  Requires-Dist: imio
24
30
  Requires-Dist: cellfinder-core >=0.3
25
31
  Requires-Dist: morphapi >=0.1.3.0
26
32
  Requires-Dist: brainglobe-napari-io
27
- Requires-Dist: brainreg-segment >=0.0.2
33
+ Requires-Dist: brainglobe-segmentation >=1.0.0
28
34
  Requires-Dist: cellfinder-napari
29
- Requires-Dist: brainreg-napari
30
35
  Requires-Dist: cellfinder
31
36
  Provides-Extra: dev
32
37
  Requires-Dist: pytest ; extra == 'dev'
@@ -77,7 +82,7 @@ Currently included packages, and whether they come with the `pip` and `conda-for
77
82
  | BrainGlobe Atlas API | &#x2611; | &#x2611; | `bg_atlasapi` | [Site](https://brainglobe.info/documentation/bg-atlasapi/index.html) |
78
83
  | `bg-space` | &#x2611; | &#x2611; | `bg-space` | [Site](https://brainglobe.info/documentation/bg-space/index.html) |
79
84
  | `brainreg` | &#x2611; | &#x2611; | `brainreg` | [Site](https://brainglobe.info/documentation/brainreg/index.html) |
80
- | `brainreg-segment` | &#x2611; | &#x2611; | `brainreg_segment` | [Site](https://brainglobe.info/documentation/brainreg-segment/index.html) |
85
+ | `brainglobe-segmentation` | &#x2611; | &#x2611; | `brainglobe_segmentation` | [Site](https://brainglobe.info/documentation/brainglobe-segmentation/index.html) |
81
86
  | `brainrender` | | | | [Site](https://brainglobe.info/documentation/brainrender/index.html) |
82
87
  | `cellfinder` | &#x2611; | Pending | `cellfinder_core` | [Site](https://brainglobe.info/documentation/cellfinder/index.html) |
83
88
  | `morphapi` | &#x2611; | Pending | `morphapi` | [Site](https://brainglobe.info/documentation/morphapi/index.html) |
@@ -0,0 +1,7 @@
1
+ brainglobe/__init__.py,sha256=N3vpmpPU-VMOELqeq0WVH_nu7gg0qGggn1UKEDmnfKA,609
2
+ brainglobe/_conda_handles.py,sha256=VFz56t6BzI2aUcgfzA70S0k4fvB5TfeNoup3XXcWOSs,477
3
+ brainglobe-0.3.1.dist-info/LICENSE,sha256=5h-NcsN0OQFinCPKoovj5X3ECQSj0LsD6l5p_KYJG9E,1479
4
+ brainglobe-0.3.1.dist-info/METADATA,sha256=4NLZQ__TavKk3yBx77V7YOtoFp_0GEpu4FqBTl5Srrc,7862
5
+ brainglobe-0.3.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
+ brainglobe-0.3.1.dist-info/top_level.txt,sha256=V6eZwvUU-WLRdtH2zSirrOECpACeDI5eLLFNUJww30Y,11
7
+ brainglobe-0.3.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.1)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- brainglobe/__init__.py,sha256=4Zqn2HlQBGpbzQALVeuSGgA1-KxCepyadqkWe6359uU,602
2
- brainglobe/_conda_handles.py,sha256=VFz56t6BzI2aUcgfzA70S0k4fvB5TfeNoup3XXcWOSs,477
3
- brainglobe-0.2.0.dist-info/LICENSE,sha256=5h-NcsN0OQFinCPKoovj5X3ECQSj0LsD6l5p_KYJG9E,1479
4
- brainglobe-0.2.0.dist-info/METADATA,sha256=rH2mmZHXa5nbIecXTN5wsZcginf1F69klHKbvPB_J1c,7462
5
- brainglobe-0.2.0.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
6
- brainglobe-0.2.0.dist-info/top_level.txt,sha256=V6eZwvUU-WLRdtH2zSirrOECpACeDI5eLLFNUJww30Y,11
7
- brainglobe-0.2.0.dist-info/RECORD,,