bsplot 0.0.2__py3-none-any.whl → 0.0.3__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.
bsplot/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from os.path import abspath, dirname, join
2
2
 
3
- __version__ = "0.0.2"
3
+ __version__ = "0.0.3"
4
4
 
5
5
  ROOT = abspath(dirname(__file__))
6
6
  datadir = join(ROOT, "data")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsplot
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Plotting utilities for neuroscience: styles, palettes, surfaces, glass-brain, and panel helpers.
5
5
  License: EUPL-1.2
6
6
  Project-URL: Repository, https://github.com/leon-k-martin/bsplot
@@ -1,4 +1,4 @@
1
- bsplot/__init__.py,sha256=hzXDNH6QjGO0l0lNsld_O041JrPccXUumNemtTMAcgs,626
1
+ bsplot/__init__.py,sha256=7GU_5gQ7dphfx8sGhJsgXM0rVY6_pd7GvYqrs2COLek,626
2
2
  bsplot/anat.py,sha256=_5_gtKjd_LR13Cv5cfwERxO-n9VvfDwL-iS2TK2n4Vg,1365
3
3
  bsplot/animate.py,sha256=KYchxKxX3YJp592zGu6c1GV6D-Q3Bu28ccopbovFssg,6184
4
4
  bsplot/bioicons.py,sha256=rdJXSY_K8fHeR_DL_Uf6Bj-gX3Gv8xZqFbl_M1TAQVA,24362
@@ -81,9 +81,9 @@ bsplot/styles/bwcomp.mplstyle,sha256=DAwi9AM8xhFUAAiE7TLcWIC1zVCZ9gza2YtfLI0xc18
81
81
  bsplot/styles/nature.mplstyle,sha256=lt1IWVmTLcMh87Epjw2-ssSnTxU2ungt6yIC4zRuPck,1088
82
82
  bsplot/styles/transparent.mplstyle,sha256=km_02Btb5mqKURRkeZ8Z6CLcFAJY2wJ1riLY4nxK73w,384
83
83
  bsplot/styles/tvbo.mplstyle,sha256=D_TNAqu2epKfUZYh9q-f89DpujUBAnWVmJOF0IhlSt4,1098
84
- bsplot-0.0.2.dist-info/licenses/LICENSE,sha256=GHHDs36hDh5_qq8q4N62ZQIpUxf7dtVz3u14QjVl7HI,13952
85
- bsplot-0.0.2.dist-info/METADATA,sha256=2pgmU2MJ09GFK_LKkRAAKAoW1kMbEPRWHBeww3g6_nM,1486
86
- bsplot-0.0.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
87
- bsplot-0.0.2.dist-info/entry_points.txt,sha256=U8Mn6dK8OnZBVu_5NZig7GPlyp41yne2mJrLhtXHLos,44
88
- bsplot-0.0.2.dist-info/top_level.txt,sha256=cQW5ApRdF9__2I1cwmD0ra203T7ruwOhXodMaUaAZTI,7
89
- bsplot-0.0.2.dist-info/RECORD,,
84
+ bsplot-0.0.3.dist-info/licenses/LICENSE,sha256=GHHDs36hDh5_qq8q4N62ZQIpUxf7dtVz3u14QjVl7HI,13952
85
+ bsplot-0.0.3.dist-info/METADATA,sha256=UpJZ7j1QSincNWgQTphZ1sE3Hvr4unQi2bN173OWapQ,1486
86
+ bsplot-0.0.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
87
+ bsplot-0.0.3.dist-info/entry_points.txt,sha256=U8Mn6dK8OnZBVu_5NZig7GPlyp41yne2mJrLhtXHLos,44
88
+ bsplot-0.0.3.dist-info/top_level.txt,sha256=cQW5ApRdF9__2I1cwmD0ra203T7ruwOhXodMaUaAZTI,7
89
+ bsplot-0.0.3.dist-info/RECORD,,
File without changes