File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
docs/src/.overrides/assets/stylesheets 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.2] - 2023-05-11
7+
8+ + Fix - ` .ipynb ` dark mode output for all notebooks.
9+
610## [ 0.1.1] - 2023-04-19
711
812+ Update - Docs by adding ` Data Pipeline ` , ` Key Partnerships ` , and ` Roadmap ` pages
@@ -12,5 +16,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1216
1317+ Add - Table structure and basic docs (changelog, contribution guidelines, etc.)
1418
19+ [ 0.1.2] ( https://github.com/datajoint/element-optogenetics/releases/tag/0.1.2 )
1520[ 0.1.1] ( https://github.com/datajoint/element-optogenetics/releases/tag/0.1.1 )
1621[ 0.1.0] ( https://github.com/datajoint/element-optogenetics/releases/tag/0.1.0 )
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.1 "
2+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments