brainglobe 1.0.4__tar.gz → 1.2.0__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,20 +38,26 @@ jobs:
38
38
  strategy:
39
39
  matrix:
40
40
  # Run all supported Python versions on linux
41
- python-version: ["3.9", "3.10"]
41
+ python-version: ["3.10", "3.11", "3.12"]
42
42
  os: [ubuntu-latest]
43
43
  # Include one windows and macos run
44
44
  include:
45
- - os: macos-latest
46
- python-version: "3.10"
45
+ - os: macos-13 # Intel Mac
46
+ python-version: "3.12"
47
+ - os: macos-latest # ARM Mac
48
+ python-version: "3.12"
47
49
  - os: windows-latest
48
- python-version: "3.10"
50
+ python-version: "3.12"
49
51
 
50
52
  steps:
51
53
  # Run tests
54
+ - name: install HDF5 libs on ARM Mac
55
+ if: matrix.os == 'macos-latest'
56
+ run: brew install hdf5
52
57
  - uses: neuroinformatics-unit/actions/test@v2
53
58
  with:
54
59
  python-version: ${{ matrix.python-version }}
60
+ secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}
55
61
 
56
62
  build_sdist_wheels:
57
63
  name: Build source distribution
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: brainglobe
3
- Version: 1.0.4
3
+ Version: 1.2.0
4
4
  Summary: Python-based tools for computational neuroanatomy.
5
5
  Author-email: BrainGlobe Developers <hello@brainglobe.info>
6
6
  License: BSD-3-Clause
@@ -13,23 +13,24 @@ Project-URL: twitter, https://twitter.com/brain_globe
13
13
  Classifier: Development Status :: 2 - Pre-Alpha
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
18
19
  Classifier: Operating System :: OS Independent
19
20
  Classifier: License :: OSI Approved :: BSD License
20
- Requires-Python: >=3.9.0
21
+ Requires-Python: >=3.10.0
21
22
  Description-Content-Type: text/markdown
22
23
  License-File: LICENSE
23
- Requires-Dist: brainglobe-atlasapi<3,>=2.0.1
24
- Requires-Dist: brainglobe-heatmap<1,>=0.5.2
24
+ Requires-Dist: brainglobe-atlasapi<3,>=2.0.6
25
+ Requires-Dist: brainglobe-heatmap<1,>=0.5.3
25
26
  Requires-Dist: brainglobe-napari-io<1,>=0.3.4
26
- Requires-Dist: brainglobe-segmentation<2,>=1.2.3
27
- Requires-Dist: brainglobe-space<2,>=1.0.0
28
- Requires-Dist: brainglobe-utils<1,>=0.4.2
29
- Requires-Dist: brainreg[napari]<2,>=1.0.7
27
+ Requires-Dist: brainglobe-segmentation<2,>=1.2.4
28
+ Requires-Dist: brainglobe-space<2,>=1.0.2
29
+ Requires-Dist: brainglobe-utils<1,>=0.5.0
30
+ Requires-Dist: brainreg[napari]<2,>=1.0.9
30
31
  Requires-Dist: brainrender-napari<1,>=0.0.3
31
- Requires-Dist: brainrender<3,>=2.1.6
32
- Requires-Dist: cellfinder[napari]<2,>=1.1.1
32
+ Requires-Dist: brainrender<3,>=2.1.9
33
+ Requires-Dist: cellfinder[napari]<2,>=1.3.0
33
34
  Requires-Dist: napari[all]
34
35
  Provides-Extra: dev
35
36
  Requires-Dist: pytest; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: brainglobe
3
- Version: 1.0.4
3
+ Version: 1.2.0
4
4
  Summary: Python-based tools for computational neuroanatomy.
5
5
  Author-email: BrainGlobe Developers <hello@brainglobe.info>
6
6
  License: BSD-3-Clause
@@ -13,23 +13,24 @@ Project-URL: twitter, https://twitter.com/brain_globe
13
13
  Classifier: Development Status :: 2 - Pre-Alpha
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
18
19
  Classifier: Operating System :: OS Independent
19
20
  Classifier: License :: OSI Approved :: BSD License
20
- Requires-Python: >=3.9.0
21
+ Requires-Python: >=3.10.0
21
22
  Description-Content-Type: text/markdown
22
23
  License-File: LICENSE
23
- Requires-Dist: brainglobe-atlasapi<3,>=2.0.1
24
- Requires-Dist: brainglobe-heatmap<1,>=0.5.2
24
+ Requires-Dist: brainglobe-atlasapi<3,>=2.0.6
25
+ Requires-Dist: brainglobe-heatmap<1,>=0.5.3
25
26
  Requires-Dist: brainglobe-napari-io<1,>=0.3.4
26
- Requires-Dist: brainglobe-segmentation<2,>=1.2.3
27
- Requires-Dist: brainglobe-space<2,>=1.0.0
28
- Requires-Dist: brainglobe-utils<1,>=0.4.2
29
- Requires-Dist: brainreg[napari]<2,>=1.0.7
27
+ Requires-Dist: brainglobe-segmentation<2,>=1.2.4
28
+ Requires-Dist: brainglobe-space<2,>=1.0.2
29
+ Requires-Dist: brainglobe-utils<1,>=0.5.0
30
+ Requires-Dist: brainreg[napari]<2,>=1.0.9
30
31
  Requires-Dist: brainrender-napari<1,>=0.0.3
31
- Requires-Dist: brainrender<3,>=2.1.6
32
- Requires-Dist: cellfinder[napari]<2,>=1.1.1
32
+ Requires-Dist: brainrender<3,>=2.1.9
33
+ Requires-Dist: cellfinder[napari]<2,>=1.3.0
33
34
  Requires-Dist: napari[all]
34
35
  Provides-Extra: dev
35
36
  Requires-Dist: pytest; extra == "dev"
@@ -0,0 +1,22 @@
1
+ brainglobe-atlasapi<3,>=2.0.6
2
+ brainglobe-heatmap<1,>=0.5.3
3
+ brainglobe-napari-io<1,>=0.3.4
4
+ brainglobe-segmentation<2,>=1.2.4
5
+ brainglobe-space<2,>=1.0.2
6
+ brainglobe-utils<1,>=0.5.0
7
+ brainreg[napari]<2,>=1.0.9
8
+ brainrender-napari<1,>=0.0.3
9
+ brainrender<3,>=2.1.9
10
+ cellfinder[napari]<2,>=1.3.0
11
+ napari[all]
12
+
13
+ [dev]
14
+ pytest
15
+ pytest-cov
16
+ coverage
17
+ tox
18
+ black
19
+ mypy
20
+ pre-commit
21
+ ruff
22
+ setuptools_scm
@@ -3,7 +3,7 @@ name = "brainglobe"
3
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.9.0"
6
+ requires-python = ">=3.10.0"
7
7
  dynamic = ["version"]
8
8
 
9
9
  license = { text = "BSD-3-Clause" }
@@ -12,23 +12,24 @@ classifiers = [
12
12
  "Development Status :: 2 - Pre-Alpha",
13
13
  "Programming Language :: Python",
14
14
  "Programming Language :: Python :: 3",
15
- "Programming Language :: Python :: 3.9",
16
15
  "Programming Language :: Python :: 3.10",
16
+ "Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
17
18
  "Operating System :: OS Independent",
18
19
  "License :: OSI Approved :: BSD License",
19
20
  ]
20
21
 
21
22
  dependencies = [
22
- "brainglobe-atlasapi>=2.0.1,<3",
23
- "brainglobe-heatmap>=0.5.2,<1",
23
+ "brainglobe-atlasapi>=2.0.6,<3",
24
+ "brainglobe-heatmap>=0.5.3,<1",
24
25
  "brainglobe-napari-io>=0.3.4,<1",
25
- "brainglobe-segmentation>=1.2.3,<2",
26
- "brainglobe-space>=1.0.0,<2",
27
- "brainglobe-utils>=0.4.2,<1",
28
- "brainreg[napari]>=1.0.7,<2",
26
+ "brainglobe-segmentation>=1.2.4,<2",
27
+ "brainglobe-space>=1.0.2,<2",
28
+ "brainglobe-utils>=0.5.0,<1",
29
+ "brainreg[napari]>=1.0.9,<2",
29
30
  "brainrender-napari>=0.0.3,<1",
30
- "brainrender>=2.1.6,<3",
31
- "cellfinder[napari]>=1.1.1,<2",
31
+ "brainrender>=2.1.9,<3",
32
+ "cellfinder[napari]>=1.3.0,<2",
32
33
  "napari[all]",
33
34
  # brainglobe-napari [WIP],
34
35
  ]
@@ -69,7 +70,7 @@ exclude = ["tests*"]
69
70
  addopts = "--cov=brainglobe"
70
71
 
71
72
  [tool.black]
72
- target-version = ['py39', 'py310']
73
+ target-version = ['py310', 'py311', 'py312']
73
74
  skip-string-normalization = false
74
75
  line-length = 79
75
76
 
@@ -93,13 +94,14 @@ fix = true
93
94
  [tool.tox]
94
95
  legacy_tox_ini = """
95
96
  [tox]
96
- envlist = py{39,310}
97
+ envlist = py{39,310,311}
97
98
  isolated_build = True
98
99
 
99
100
  [gh-actions]
100
101
  python =
101
- 3.9: py39
102
102
  3.10: py310
103
+ 3.11: py311
104
+ 3.12: py312
103
105
 
104
106
  [testenv]
105
107
  extras =
@@ -1,22 +0,0 @@
1
- brainglobe-atlasapi<3,>=2.0.1
2
- brainglobe-heatmap<1,>=0.5.2
3
- brainglobe-napari-io<1,>=0.3.4
4
- brainglobe-segmentation<2,>=1.2.3
5
- brainglobe-space<2,>=1.0.0
6
- brainglobe-utils<1,>=0.4.2
7
- brainreg[napari]<2,>=1.0.7
8
- brainrender-napari<1,>=0.0.3
9
- brainrender<3,>=2.1.6
10
- cellfinder[napari]<2,>=1.1.1
11
- napari[all]
12
-
13
- [dev]
14
- pytest
15
- pytest-cov
16
- coverage
17
- tox
18
- black
19
- mypy
20
- pre-commit
21
- ruff
22
- setuptools_scm
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes