brainglobe 0.2.0__tar.gz → 0.3.1__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.

Potentially problematic release.


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

@@ -38,7 +38,7 @@ jobs:
38
38
  strategy:
39
39
  matrix:
40
40
  # Run all supported Python versions on linux
41
- python-version: ["3.8", "3.9", "3.10"]
41
+ python-version: ["3.9", "3.10"]
42
42
  os: [ubuntu-latest]
43
43
  # Include one windows and macos run
44
44
  include:
@@ -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,10 +18,31 @@ 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
- Provides-Extra: dev
18
23
  License-File: LICENSE
24
+ Requires-Dist: napari[all]
25
+ Requires-Dist: bg-space>=0.5.0
26
+ Requires-Dist: brainglobe-utils
27
+ Requires-Dist: bg-atlasapi>=1.0.0
28
+ Requires-Dist: brainreg[napari]>=1.0.0
29
+ Requires-Dist: imio
30
+ Requires-Dist: cellfinder-core>=0.3
31
+ Requires-Dist: morphapi>=0.1.3.0
32
+ Requires-Dist: brainglobe-napari-io
33
+ Requires-Dist: brainglobe-segmentation>=1.0.0
34
+ Requires-Dist: cellfinder-napari
35
+ Requires-Dist: cellfinder
36
+ Provides-Extra: dev
37
+ Requires-Dist: pytest; extra == "dev"
38
+ Requires-Dist: pytest-cov; extra == "dev"
39
+ Requires-Dist: coverage; extra == "dev"
40
+ Requires-Dist: tox; extra == "dev"
41
+ Requires-Dist: black; extra == "dev"
42
+ Requires-Dist: mypy; extra == "dev"
43
+ Requires-Dist: pre-commit; extra == "dev"
44
+ Requires-Dist: ruff; extra == "dev"
45
+ Requires-Dist: setuptools_scm; extra == "dev"
19
46
 
20
47
  [![PyPI version](https://badge.fury.io/py/brainglobe.svg)](https://badge.fury.io/py/brainglobe)
21
48
  [![Website](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fbrainglobe.info)](https://brainglobe.info)
@@ -55,7 +82,7 @@ Currently included packages, and whether they come with the `pip` and `conda-for
55
82
  | BrainGlobe Atlas API | &#x2611; | &#x2611; | `bg_atlasapi` | [Site](https://brainglobe.info/documentation/bg-atlasapi/index.html) |
56
83
  | `bg-space` | &#x2611; | &#x2611; | `bg-space` | [Site](https://brainglobe.info/documentation/bg-space/index.html) |
57
84
  | `brainreg` | &#x2611; | &#x2611; | `brainreg` | [Site](https://brainglobe.info/documentation/brainreg/index.html) |
58
- | `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) |
59
86
  | `brainrender` | | | | [Site](https://brainglobe.info/documentation/brainrender/index.html) |
60
87
  | `cellfinder` | &#x2611; | Pending | `cellfinder_core` | [Site](https://brainglobe.info/documentation/cellfinder/index.html) |
61
88
  | `morphapi` | &#x2611; | Pending | `morphapi` | [Site](https://brainglobe.info/documentation/morphapi/index.html) |
@@ -36,7 +36,7 @@ Currently included packages, and whether they come with the `pip` and `conda-for
36
36
  | BrainGlobe Atlas API | &#x2611; | &#x2611; | `bg_atlasapi` | [Site](https://brainglobe.info/documentation/bg-atlasapi/index.html) |
37
37
  | `bg-space` | &#x2611; | &#x2611; | `bg-space` | [Site](https://brainglobe.info/documentation/bg-space/index.html) |
38
38
  | `brainreg` | &#x2611; | &#x2611; | `brainreg` | [Site](https://brainglobe.info/documentation/brainreg/index.html) |
39
- | `brainreg-segment` | &#x2611; | &#x2611; | `brainreg_segment` | [Site](https://brainglobe.info/documentation/brainreg-segment/index.html) |
39
+ | `brainglobe-segmentation` | &#x2611; | &#x2611; | `brainglobe_segmentation` | [Site](https://brainglobe.info/documentation/brainglobe-segmentation/index.html) |
40
40
  | `brainrender` | | | | [Site](https://brainglobe.info/documentation/brainrender/index.html) |
41
41
  | `cellfinder` | &#x2611; | Pending | `cellfinder_core` | [Site](https://brainglobe.info/documentation/cellfinder/index.html) |
42
42
  | `morphapi` | &#x2611; | Pending | `morphapi` | [Site](https://brainglobe.info/documentation/morphapi/index.html) |
@@ -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,10 +18,31 @@ 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
- Provides-Extra: dev
18
23
  License-File: LICENSE
24
+ Requires-Dist: napari[all]
25
+ Requires-Dist: bg-space>=0.5.0
26
+ Requires-Dist: brainglobe-utils
27
+ Requires-Dist: bg-atlasapi>=1.0.0
28
+ Requires-Dist: brainreg[napari]>=1.0.0
29
+ Requires-Dist: imio
30
+ Requires-Dist: cellfinder-core>=0.3
31
+ Requires-Dist: morphapi>=0.1.3.0
32
+ Requires-Dist: brainglobe-napari-io
33
+ Requires-Dist: brainglobe-segmentation>=1.0.0
34
+ Requires-Dist: cellfinder-napari
35
+ Requires-Dist: cellfinder
36
+ Provides-Extra: dev
37
+ Requires-Dist: pytest; extra == "dev"
38
+ Requires-Dist: pytest-cov; extra == "dev"
39
+ Requires-Dist: coverage; extra == "dev"
40
+ Requires-Dist: tox; extra == "dev"
41
+ Requires-Dist: black; extra == "dev"
42
+ Requires-Dist: mypy; extra == "dev"
43
+ Requires-Dist: pre-commit; extra == "dev"
44
+ Requires-Dist: ruff; extra == "dev"
45
+ Requires-Dist: setuptools_scm; extra == "dev"
19
46
 
20
47
  [![PyPI version](https://badge.fury.io/py/brainglobe.svg)](https://badge.fury.io/py/brainglobe)
21
48
  [![Website](https://img.shields.io/website?up_message=online&url=https%3A%2F%2Fbrainglobe.info)](https://brainglobe.info)
@@ -55,7 +82,7 @@ Currently included packages, and whether they come with the `pip` and `conda-for
55
82
  | BrainGlobe Atlas API | &#x2611; | &#x2611; | `bg_atlasapi` | [Site](https://brainglobe.info/documentation/bg-atlasapi/index.html) |
56
83
  | `bg-space` | &#x2611; | &#x2611; | `bg-space` | [Site](https://brainglobe.info/documentation/bg-space/index.html) |
57
84
  | `brainreg` | &#x2611; | &#x2611; | `brainreg` | [Site](https://brainglobe.info/documentation/brainreg/index.html) |
58
- | `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) |
59
86
  | `brainrender` | | | | [Site](https://brainglobe.info/documentation/brainrender/index.html) |
60
87
  | `cellfinder` | &#x2611; | Pending | `cellfinder_core` | [Site](https://brainglobe.info/documentation/cellfinder/index.html) |
61
88
  | `morphapi` | &#x2611; | Pending | `morphapi` | [Site](https://brainglobe.info/documentation/morphapi/index.html) |
@@ -2,14 +2,13 @@ napari[all]
2
2
  bg-space>=0.5.0
3
3
  brainglobe-utils
4
4
  bg-atlasapi>=1.0.0
5
- brainreg
5
+ brainreg[napari]>=1.0.0
6
6
  imio
7
7
  cellfinder-core>=0.3
8
8
  morphapi>=0.1.3.0
9
9
  brainglobe-napari-io
10
- brainreg-segment>=0.0.2
10
+ brainglobe-segmentation>=1.0.0
11
11
  cellfinder-napari
12
- brainreg-napari
13
12
  cellfinder
14
13
 
15
14
  [dev]
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "brainglobe"
3
- authors = [{ name = "BrainGlobe", email = "code@adamltyson.com" }]
3
+ authors = [{ name = "BrainGlobe Developers", email = "hello@brainglobe.info" }]
4
4
  description = "Python-based tools for computational neuroanatomy."
5
5
  readme = "README.md"
6
- requires-python = ">=3.8.0"
6
+ requires-python = ">=3.9.0"
7
7
  dynamic = ["version"]
8
8
 
9
9
  license = { text = "BSD-3-Clause" }
@@ -24,16 +24,15 @@ dependencies = [
24
24
  "bg-space>=0.5.0",
25
25
  "brainglobe-utils",
26
26
  "bg-atlasapi>=1.0.0",
27
- "brainreg",
27
+ "brainreg[napari]>=1.0.0",
28
28
  # brainglobe-napari [WIP],
29
29
  "imio",
30
30
  "cellfinder-core>=0.3",
31
31
  "morphapi>=0.1.3.0",
32
32
  "brainglobe-napari-io",
33
33
  # bg-atlasgen [LOCAL ONLY],
34
- "brainreg-segment>=0.0.2",
34
+ "brainglobe-segmentation>=1.0.0",
35
35
  "cellfinder-napari",
36
- "brainreg-napari",
37
36
  "cellfinder",
38
37
  ]
39
38
 
@@ -50,6 +49,14 @@ dev = [
50
49
  "setuptools_scm",
51
50
  ]
52
51
 
52
+ [project.urls]
53
+ homepage = "https://brainglobe.info"
54
+ bug_tracker = "https://github.com/brainglobe/brainglobe-meta/issues"
55
+ documentation = "https://docs.brainglobe.info"
56
+ source_code = "https://github.com/brainglobe/brainglobe-meta"
57
+ user_support = "https://forum.image.sc/tag/brainglobe"
58
+ twitter = "https://twitter.com/brain_globe"
59
+
53
60
  [build-system]
54
61
  requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
55
62
  build-backend = "setuptools.build_meta"
@@ -85,9 +92,3 @@ line-length = 79
85
92
  exclude = ["__init__.py", "build", ".eggs"]
86
93
  select = ["I", "E", "F"]
87
94
  fix = true
88
-
89
- [tool.cibuildwheel]
90
- build = "cp38-* cp39-* cp310-*"
91
-
92
- [tool.cibuildwheel.macos]
93
- archs = ["x86_64", "arm64"]
@@ -10,7 +10,7 @@ EXPOSED_TOOLS = [
10
10
  "bg_atlasapi",
11
11
  "bg_space",
12
12
  "brainreg",
13
- "brainreg_segment",
13
+ "brainglobe_segmentation",
14
14
  "cellfinder_core",
15
15
  ]
16
16
  OPTIONAL_TOOLS = ["morphapi", "cellfinder"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes