bsplot 0.0.6__tar.gz → 0.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.
- {bsplot-0.0.6 → bsplot-0.0.7}/MANIFEST.in +4 -1
- {bsplot-0.0.6 → bsplot-0.0.7}/PKG-INFO +1 -1
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/__init__.py +1 -1
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot.egg-info/SOURCES.txt +0 -6
- {bsplot-0.0.6 → bsplot-0.0.7}/pyproject.toml +4 -1
- bsplot-0.0.6/bsplot/data/STN_lh.nii.gz +0 -0
- bsplot-0.0.6/bsplot/data/STN_rh.nii.gz +0 -0
- bsplot-0.0.6/bsplot/data/left_electrode.ply +0 -257270
- bsplot-0.0.6/bsplot/data/parcellations/code/split_hcpmmp1.sh +0 -4
- bsplot-0.0.6/bsplot/data/right_electrode.ply +0 -257270
- bsplot-0.0.6/bsplot/data/tpl-MNI152NLin2009b_atlas-hcpmmp1_desc-ordered_dseg.nii.gz +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/LICENSE +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/README.md +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/anat.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/animate.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/bioicons.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/brain.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/colors.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/HCP_avg-SC.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/MNI152.rh.pial +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/__init__.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/parcellations/HCP-MMP1.L.label.gii +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/parcellations/HCP-MMP1.R.label.gii +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/data/surface.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/figure.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/__init__.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/edges.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/flowchart.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/layout.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/network.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/graph/nodes.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/panels.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/__init__.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/_sync_from_zenodo_download.sh +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/batlowK.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/batlowW.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/cyclic/bamO.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/cyclic/brocO.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/cyclic/corkO.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/cyclic/romaO.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/cyclic/vikO.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/bam.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/berlin.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/broc.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/cork.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/lisbon.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/managua.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/roma.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/tofino.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/vanimo.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/diverging/vik.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/multisequential/bukavu.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/multisequential/fes.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/multisequential/oleron.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/naviaW.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/acton.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/bamako.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/batlow.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/bilbao.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/buda.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/davos.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/devon.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/glasgow.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/grayC.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/hawaii.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/imola.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/lajolla.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/lapaz.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/lipari.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/navia.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/nuuk.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/oslo.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/tokyo.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/scientific_color_maps/sequential/turku.txt +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/streamlines.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/style.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/black.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/bss.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/bwcomp.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/nature.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/transparent.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/styles/tvbo.mplstyle +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/surface.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/templates.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/text.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/text2obj.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/timeseries.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/utils.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/bsplot/volume.py +0 -0
- {bsplot-0.0.6 → bsplot-0.0.7}/setup.cfg +0 -0
|
@@ -4,7 +4,10 @@ include pyproject.toml
|
|
|
4
4
|
|
|
5
5
|
recursive-include bsplot *.py
|
|
6
6
|
recursive-include bsplot/styles *.mplstyle
|
|
7
|
-
|
|
7
|
+
include bsplot/data/HCP_avg-SC.txt
|
|
8
|
+
include bsplot/data/MNI152.rh.pial
|
|
9
|
+
include bsplot/data/parcellations/HCP-MMP1.L.label.gii
|
|
10
|
+
include bsplot/data/parcellations/HCP-MMP1.R.label.gii
|
|
8
11
|
recursive-include bsplot/scientific_color_maps *
|
|
9
12
|
|
|
10
13
|
prune docs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsplot
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.7
|
|
4
4
|
Summary: Plotting utilities for neuroscience: styles, palettes, surfaces, glass-brain, and panel helpers.
|
|
5
5
|
License-Expression: EUPL-1.2
|
|
6
6
|
Project-URL: Repository, https://github.com/leon-k-martin/bsplot
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Copyright © Charité Universitätsmedizin Berlin. This software is licensed under the terms of the European Union Public Licence (EUPL) version 1.2 or later.
|
|
2
2
|
from os.path import abspath, dirname, join
|
|
3
3
|
|
|
4
|
-
__version__ = "0.0.
|
|
4
|
+
__version__ = "0.0.7"
|
|
5
5
|
|
|
6
6
|
ROOT = abspath(dirname(__file__))
|
|
7
7
|
datadir = join(ROOT, "data")
|
|
@@ -21,16 +21,10 @@ bsplot/utils.py
|
|
|
21
21
|
bsplot/volume.py
|
|
22
22
|
bsplot/data/HCP_avg-SC.txt
|
|
23
23
|
bsplot/data/MNI152.rh.pial
|
|
24
|
-
bsplot/data/STN_lh.nii.gz
|
|
25
|
-
bsplot/data/STN_rh.nii.gz
|
|
26
24
|
bsplot/data/__init__.py
|
|
27
|
-
bsplot/data/left_electrode.ply
|
|
28
|
-
bsplot/data/right_electrode.ply
|
|
29
25
|
bsplot/data/surface.py
|
|
30
|
-
bsplot/data/tpl-MNI152NLin2009b_atlas-hcpmmp1_desc-ordered_dseg.nii.gz
|
|
31
26
|
bsplot/data/parcellations/HCP-MMP1.L.label.gii
|
|
32
27
|
bsplot/data/parcellations/HCP-MMP1.R.label.gii
|
|
33
|
-
bsplot/data/parcellations/code/split_hcpmmp1.sh
|
|
34
28
|
bsplot/graph/__init__.py
|
|
35
29
|
bsplot/graph/edges.py
|
|
36
30
|
bsplot/graph/flowchart.py
|
|
@@ -40,7 +40,10 @@ include = ["bsplot*"]
|
|
|
40
40
|
[tool.setuptools.package-data]
|
|
41
41
|
"bsplot" = [
|
|
42
42
|
"styles/*.mplstyle",
|
|
43
|
-
"data
|
|
43
|
+
"data/HCP_avg-SC.txt",
|
|
44
|
+
"data/MNI152.rh.pial",
|
|
45
|
+
"data/parcellations/HCP-MMP1.L.label.gii",
|
|
46
|
+
"data/parcellations/HCP-MMP1.R.label.gii",
|
|
44
47
|
"scientific_color_maps/*",
|
|
45
48
|
"scientific_color_maps/*/*",
|
|
46
49
|
"scientific_color_maps/*/*/*",
|
|
Binary file
|
|
Binary file
|