Skip to content

Commit

Permalink
Merge pull request #78 from kushalbakshi/main
Browse files Browse the repository at this point in the history
Fix docs tutorials in dark mode
  • Loading branch information
kabilar authored Apr 28, 2023
2 parents 88f9fcf + 3294eaa commit c91090d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.2.4] - 2023-04-28

+ Fix - `.ipynb` output in tutorials is not visible in dark mode.

## [0.2.3] - 2023-02-28

+ Fix - For cases of multiple subjects/sessions with same recording_id
Expand Down Expand Up @@ -54,6 +58,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
graciously provided by the Mathis Lab.
+ Add - Support for 2d single-animal models

[0.2.4]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.4
[0.2.3]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.3
[0.2.2]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.2
[0.2.1]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.1
Expand Down
4 changes: 4 additions & 0 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ html a[title="YouTube"].md-social__link svg {
/* footer */
/* previous/next text */
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
color: var(--dj-black)
}
2 changes: 1 addition & 1 deletion element_deeplabcut/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Package metadata
"""
__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit c91090d

Please sign in to comment.