brainglobe 1.0.0__tar.gz → 1.0.3__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.

@@ -67,11 +67,6 @@ jobs:
67
67
  needs: [build_sdist_wheels]
68
68
  runs-on: ubuntu-latest
69
69
  steps:
70
- - uses: actions/download-artifact@v3
70
+ - uses: neuroinformatics-unit/actions/upload_pypi@v2
71
71
  with:
72
- name: artifact
73
- path: dist
74
- - uses: pypa/gh-action-pypi-publish@v1.5.0
75
- with:
76
- user: __token__
77
- password: ${{ secrets.TWINE_API_KEY }}
72
+ secret-pypi-key: ${{ secrets.TWINE_API_KEY }}
@@ -0,0 +1,30 @@
1
+ # This CITATION.cff file was generated with cffinit.
2
+ # Visit https://bit.ly/cffinit to generate yours today!
3
+
4
+ cff-version: 1.2.0
5
+ title: BrainGlobe
6
+ message: >-
7
+ You can use the brainglobe.cite() function to generate
8
+ citations for the BrainGlobe tools you use in your
9
+ research.
10
+ type: software
11
+ authors:
12
+ - given-names: BrainGlobe
13
+ family-names: Developers
14
+ affiliation: 'Sainsbury Wellcome Centre, University College London'
15
+ email: hello@brainglobe.info
16
+ - given-names: Wiliam Michael
17
+ family-names: Graham
18
+ email: william.graham@ucl.ac.uk
19
+ affiliation: 'Advanced Research Computing, University College London'
20
+ orcid: 'https://orcid.org/0000-0003-0058-263X'
21
+ repository-code: 'https://github.com/brainglobe/brainglobe-meta'
22
+ url: 'https://brainglobe.info/'
23
+ abstract: >-
24
+ The BrainGlobe Initiative exists to facilitate the
25
+ development of interoperable Python-based tools for
26
+ computational neuroanatomy.
27
+ license: BSD-3-Clause
28
+ citation-sentence: >-
29
+ 'This project makes use of the BrainGlobe tool-suite, https://brainglobe.info/'
30
+ year: 2024
@@ -1,3 +1,4 @@
1
+ include CITATION.cff
1
2
  include LICENSE
2
3
  include README.md
3
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: brainglobe
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: Python-based tools for computational neuroanatomy.
5
5
  Author-email: BrainGlobe Developers <hello@brainglobe.info>
6
6
  License: BSD-3-Clause
@@ -20,17 +20,16 @@ Classifier: License :: OSI Approved :: BSD License
20
20
  Requires-Python: >=3.9.0
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: bg-atlasapi<2,>=1.0.2
24
- Requires-Dist: bg-space<1,>=0.6.0
23
+ Requires-Dist: brainglobe-atlasapi<3,>=2.0.1
25
24
  Requires-Dist: brainglobe-heatmap<1,>=0.5.2
26
- Requires-Dist: brainglobe-napari-io<1,>=0.3.1
27
- Requires-Dist: brainglobe-segmentation<2,>=1.2.0
28
- Requires-Dist: brainglobe-utils<1,>=0.3.3
29
- Requires-Dist: brainreg[napari]<2,>=1.0.2
30
- Requires-Dist: brainrender-napari<1,>=0.0.2
31
- Requires-Dist: brainrender<3,>=2.1.3
32
- Requires-Dist: cellfinder[napari]<2,>=1.1.0
33
- Requires-Dist: imio<1,>=0.3.0
25
+ 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.1
29
+ Requires-Dist: brainreg[napari]<2,>=1.0.6
30
+ 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
34
33
  Requires-Dist: napari[all]
35
34
  Provides-Extra: dev
36
35
  Requires-Dist: pytest; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: brainglobe
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Summary: Python-based tools for computational neuroanatomy.
5
5
  Author-email: BrainGlobe Developers <hello@brainglobe.info>
6
6
  License: BSD-3-Clause
@@ -20,17 +20,16 @@ Classifier: License :: OSI Approved :: BSD License
20
20
  Requires-Python: >=3.9.0
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: bg-atlasapi<2,>=1.0.2
24
- Requires-Dist: bg-space<1,>=0.6.0
23
+ Requires-Dist: brainglobe-atlasapi<3,>=2.0.1
25
24
  Requires-Dist: brainglobe-heatmap<1,>=0.5.2
26
- Requires-Dist: brainglobe-napari-io<1,>=0.3.1
27
- Requires-Dist: brainglobe-segmentation<2,>=1.2.0
28
- Requires-Dist: brainglobe-utils<1,>=0.3.3
29
- Requires-Dist: brainreg[napari]<2,>=1.0.2
30
- Requires-Dist: brainrender-napari<1,>=0.0.2
31
- Requires-Dist: brainrender<3,>=2.1.3
32
- Requires-Dist: cellfinder[napari]<2,>=1.1.0
33
- Requires-Dist: imio<1,>=0.3.0
25
+ 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.1
29
+ Requires-Dist: brainreg[napari]<2,>=1.0.6
30
+ 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
34
33
  Requires-Dist: napari[all]
35
34
  Provides-Extra: dev
36
35
  Requires-Dist: pytest; extra == "dev"
@@ -1,4 +1,5 @@
1
1
  .gitignore
2
+ CITATION.cff
2
3
  LICENSE
3
4
  MANIFEST.in
4
5
  README.md
@@ -0,0 +1,22 @@
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.1
7
+ brainreg[napari]<2,>=1.0.6
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
@@ -19,19 +19,17 @@ classifiers = [
19
19
  ]
20
20
 
21
21
  dependencies = [
22
- "bg-atlasapi>=1.0.2,<2",
23
- "bg-space>=0.6.0,<1",
22
+ "brainglobe-atlasapi>=2.0.1,<3",
24
23
  "brainglobe-heatmap>=0.5.2,<1",
25
- "brainglobe-napari-io>=0.3.1,<1",
26
- "brainglobe-segmentation>=1.2.0,<2",
27
- "brainglobe-utils>=0.3.3,<1",
28
- "brainreg[napari]>=1.0.2,<2",
29
- "brainrender-napari>=0.0.2,<1",
30
- "brainrender>=2.1.3,<3",
31
- "cellfinder[napari]>=1.1.0,<2",
32
- "imio>=0.3.0,<1",
24
+ "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.1,<1",
28
+ "brainreg[napari]>=1.0.6,<2",
29
+ "brainrender-napari>=0.0.3,<1",
30
+ "brainrender>=2.1.6,<3",
31
+ "cellfinder[napari]>=1.1.1,<2",
33
32
  "napari[all]",
34
- # bg-atlasgen [LOCAL ONLY],
35
33
  # brainglobe-napari [WIP],
36
34
  ]
37
35
 
@@ -71,7 +69,7 @@ exclude = ["tests*"]
71
69
  addopts = "--cov=brainglobe"
72
70
 
73
71
  [tool.black]
74
- target-version = ['py38', 'py39', 'py310']
72
+ target-version = ['py39', 'py310']
75
73
  skip-string-normalization = false
76
74
  line-length = 79
77
75
 
@@ -95,12 +93,11 @@ fix = true
95
93
  [tool.tox]
96
94
  legacy_tox_ini = """
97
95
  [tox]
98
- envlist = py{38,39,310}
96
+ envlist = py{39,310}
99
97
  isolated_build = True
100
98
 
101
99
  [gh-actions]
102
100
  python =
103
- 3.8: py38
104
101
  3.9: py39
105
102
  3.10: py310
106
103
 
@@ -1,23 +0,0 @@
1
- bg-atlasapi<2,>=1.0.2
2
- bg-space<1,>=0.6.0
3
- brainglobe-heatmap<1,>=0.5.2
4
- brainglobe-napari-io<1,>=0.3.1
5
- brainglobe-segmentation<2,>=1.2.0
6
- brainglobe-utils<1,>=0.3.3
7
- brainreg[napari]<2,>=1.0.2
8
- brainrender-napari<1,>=0.0.2
9
- brainrender<3,>=2.1.3
10
- cellfinder[napari]<2,>=1.1.0
11
- imio<1,>=0.3.0
12
- napari[all]
13
-
14
- [dev]
15
- pytest
16
- pytest-cov
17
- coverage
18
- tox
19
- black
20
- mypy
21
- pre-commit
22
- ruff
23
- setuptools_scm
File without changes
File without changes
File without changes
File without changes
File without changes