Skip to content

Commit f25e1ba

Browse files
committed
Merge branch 'master' of https://github.com/datajoint/datajoint-python into top-restrcition
2 parents c9a8001 + 99c9ea8 commit f25e1ba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
### Upcoming
44
- Added - `dj.Top` restriction ([#1024](https://github.com/datajoint/datajoint-python/issues/1024)) PR [#1084](https://github.com/datajoint/datajoint-python/pull/1084)
5+
6+
### 0.14.1 -- Jun 02, 2023
57
- Fixed - Fix altering a part table that uses the "master" keyword - PR [#991](https://github.com/datajoint/datajoint-python/pull/991)
68
- Fixed - `.ipynb` output in tutorials is not visible in dark mode ([#1078](https://github.com/datajoint/datajoint-python/issues/1078)) PR [#1080](https://github.com/datajoint/datajoint-python/pull/1080)
9+
- Fixed - preview table font for darkmode PR [#1089](https://github.com/datajoint/datajoint-python/pull/1089)
710
- Changed - Readme to update links and include example pipeline image
811
- Changed - Docs to add landing page and update navigation
912
- Changed - `.data` method to `.stream` in the `get()` method for S3 (external) objects PR [#1085](https://github.com/datajoint/datajoint-python/pull/1085)

datajoint/preview.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ def repr_html(query_expression):
6868
}
6969
.Table tr:nth-child(odd){
7070
background: #ffffff;
71+
color: #000000;
7172
}
7273
.Table tr:nth-child(even){
7374
background: #f3f1ff;
75+
color: #000000;
7476
}
7577
/* Tooltip container */
7678
.djtooltip {

0 commit comments

Comments
 (0)