File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
docs/src/.overrides/assets/stylesheets
element_electrode_localization Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6+ ## [ 0.1.4] - 2023-04-28
7+
8+ + Fix - ` .ipynb ` output in tutorials is not visible in dark mode.
9+
610## [ 0.1.3] - 2023-04-06
711
812+ Add - Notebook rendering in docs
@@ -23,6 +27,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2327+ Add - Loaders for CCF atlas and channel locations json files
2428+ Add - Adopted black formatting into code base
2529
30+ [ 0.1.4 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.4
2631[ 0.1.3 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.3
2732[ 0.1.2 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.2
2833[ 0.1.1 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.1
Original file line number Diff line number Diff line change @@ -91,3 +91,7 @@ html a[title="YouTube"].md-social__link svg {
9191 /* previous/next text */
9292 /* --md-footer-fg-color: var(--dj-white); */
9393}
94+
95+ [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table Td {
96+ color : var (--dj-black )
97+ }
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.1.3 "
2+ __version__ = "0.1.4 "
You can’t perform that action at this time.
0 commit comments