File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
docs/src/.overrides/assets/stylesheets
element_electrode_localization Expand file tree Collapse file tree 3 files changed +8
-2
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.5] - 2023-05-11
7+
8+ + Fix - ` .ipynb ` dark mode output for all notebooks.
9+
610## [ 0.1.4] - 2023-04-28
711
812+ Fix - ` .ipynb ` output in tutorials is not visible in dark mode.
@@ -27,6 +31,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2731+ Add - Loaders for CCF atlas and channel locations json files
2832+ Add - Adopted black formatting into code base
2933
34+ [ 0.1.5 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.5
3035[ 0.1.4 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.4
3136[ 0.1.3 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.3
3237[ 0.1.2 ] : https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.2
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
9292 /* --md-footer-fg-color: var(--dj-white); */
9393}
9494
95- [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table Td {
95+ [data-md-color-scheme = "slate" ] td ,
96+ th {
9697 color : var (--dj-black )
9798}
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.1.4 "
2+ __version__ = "0.1.5 "
You can’t perform that action at this time.
0 commit comments