Skip to content

Commit

Permalink
Fix dark mode and CI/CD issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed May 11, 2023
1 parent 3294eaa commit bf8bde4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/u24_element_release_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
secrets:
TWINE_USERNAME: ${{secrets.TWINE_TEST_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_TEST_PASSWORD}}
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
call_u24_elements_release_alpine:
if: >-
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
Expand All @@ -27,4 +26,3 @@ jobs:
secrets:
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.5] - 2023-05-11

+ Fix - `.ipynb` dark mode output for all notebooks.
+ Fix - Remove `GOOGLE_ANALYTICS_KEY` from `u24_element_release_call.yml`.

## [0.2.4] - 2023-04-28

+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
Expand Down Expand Up @@ -58,6 +63,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.5]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.5
[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
Expand Down
3 changes: 2 additions & 1 deletion docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
[data-md-color-scheme="slate"] td,
th {
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.4"
__version__ = "0.2.5"

0 comments on commit bf8bde4

Please sign in to comment.