File tree 4 files changed +9
-4
lines changed
docs/src/.overrides/assets/stylesheets
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17
17
secrets :
18
18
TWINE_USERNAME : ${{secrets.TWINE_TEST_USERNAME}}
19
19
TWINE_PASSWORD : ${{secrets.TWINE_TEST_PASSWORD}}
20
- GOOGLE_ANALYTICS_KEY : ${{secrets.GOOGLE_ANALYTICS_KEY}}
21
20
call_u24_elements_release_alpine :
22
21
if : >-
23
22
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
27
26
secrets :
28
27
TWINE_USERNAME : ${{secrets.TWINE_USERNAME}}
29
28
TWINE_PASSWORD : ${{secrets.TWINE_PASSWORD}}
30
- GOOGLE_ANALYTICS_KEY : ${{secrets.GOOGLE_ANALYTICS_KEY}}
Original file line number Diff line number Diff line change 3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
6
+ ## [ 0.2.5] - 2023-05-11
7
+
8
+ + Fix - ` .ipynb ` dark mode output for all notebooks.
9
+ + Fix - Remove ` GOOGLE_ANALYTICS_KEY ` from ` u24_element_release_call.yml ` .
10
+
6
11
## [ 0.2.4] - 2023-04-28
7
12
8
13
+ Fix - ` .ipynb ` output in tutorials is not visible in dark mode.
@@ -58,6 +63,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
58
63
graciously provided by the Mathis Lab.
59
64
+ Add - Support for 2d single-animal models
60
65
66
+ [ 0.2.5 ] : https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.5
61
67
[ 0.2.4 ] : https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.4
62
68
[ 0.2.3 ] : https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.3
63
69
[ 0.2.2 ] : https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.2
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
92
92
/* --md-footer-fg-color: var(--dj-white); */
93
93
}
94
94
95
- [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table Td {
95
+ [data-md-color-scheme = "slate" ] td ,
96
+ th {
96
97
color : var (--dj-black )
97
98
}
Original file line number Diff line number Diff line change 1
1
"""
2
2
Package metadata
3
3
"""
4
- __version__ = "0.2.4 "
4
+ __version__ = "0.2.5 "
You can’t perform that action at this time.
0 commit comments