Skip to content

Commit

Permalink
Dark mode tutorials + CI/CD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed May 11, 2023
1 parent c480a6b commit 522162a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/u24_element_release_call.yml
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}}
46 changes: 27 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,57 @@
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.1.7] - 2023 05-11

+ Fix - `.ipynb` dark mode output for all notebooks.
+ Update - CHANGELOG markdown from "-" to "+" for consistency with other
Elements.
+ Fix - Remove `GOOGLE_ANALYTICS_KEY` from `u24_element_release_call.yml`.

## [0.1.6] - 2023-04-28

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

## [0.1.5] - 2023-03-02

- Add - `surgery` schema
- Add - mkdocs documentation
- Update - string typing for NWB export of Species
+ Add - `surgery` schema
+ Add - mkdocs documentation
+ Update - string typing for NWB export of Species

## [0.1.4] - 2022-08-30

- Add - "subject_nickname" into Subject table
- Update - rework "SubjectCull" table
+ Add - "subject_nickname" into Subject table
+ Update - rework "SubjectCull" table

## [0.1.3] - 2022-07-06

- Update - Diagram links for PyPI README
+ Update - Diagram links for PyPI README

## [0.1.2] - 2022-06-27

- Add - Code of Conduct
- Update - pull subject from parent directory in nwb export
- Update - for genotyping.BreedingPair part tables, projection from Subject
- genotyping.BreedingPair.Mother, change attribute to 'mother'
- genotyping.BreedingPair.Father, change attribute to 'father'
+ Add - Code of Conduct
+ Update - pull subject from parent directory in nwb export
+ Update - for genotyping.BreedingPair part tables, projection from Subject
+ genotyping.BreedingPair.Mother, change attribute to 'mother'
+ genotyping.BreedingPair.Father, change attribute to 'father'

## [0.1.1] - 2022-05-10

- Add - NWB export
- Update - Shorten subject primary key to varchar(8)
- Add - Adopt black formatting into code base
+ Add - NWB export
+ Update - Shorten subject primary key to varchar(8)
+ Add - Adopt black formatting into code base

## [0.1.0b0] - 2021-05-07

- Update - First beta release
+ Update - First beta release

## [0.1.0a1] - 2021-05-03

- Add - GitHub Action release process
- Add - `subject` schema
- Add - `genotyping` schema
+ Add - GitHub Action release process
+ Add - `subject` schema
+ Add - `genotyping` schema

[0.1.7]: https://github.com/datajoint/element-animal/releases/tag/0.1.7
[0.1.6]: https://github.com/datajoint/element-animal/releases/tag/0.1.6
[0.1.5]: https://github.com/datajoint/element-animal/releases/tag/0.1.5
[0.1.4]: https://github.com/datajoint/element-animal/releases/tag/0.1.4
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_animal/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.1.6"
__version__ = "0.1.7"

0 comments on commit 522162a

Please sign in to comment.