File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ CHANGES
5
5
6
6
Unreleased
7
7
----------
8
+
9
+ 2025/01/27 0.38.0
10
+ -----------------
8
11
- Added `MyST-NB `_, for rendering Jupyter notebooks
9
12
- Added `JupySQL `_, for running SQL in Jupyter/IPython
10
13
- MyST-NB: Fixed dark mode for tables in Jupyter Notebooks.
11
14
Thank you, @surister and @msbt.
12
15
- Added `oEmbedPy `_ and `sphinxcontrib-youtube `_ for embedding
13
16
videos from YouTube, Vimeo, and more
14
17
- Sandbox: Updated build environment to use Node.js 22
18
+ - CSS: Added hover color for ``tr `` overrides. Thanks, @msbt.
15
19
16
20
.. _JupySQL : https://jupysql.ploomber.io/
17
21
.. _MyST-NB : https://myst-nb.readthedocs.io/
Original file line number Diff line number Diff line change 23
23
24
24
import os
25
25
26
- VERSION = (0 , 37 , 2 )
26
+ VERSION = (0 , 38 , 0 )
27
27
28
28
__version__ = "." .join (str (v ) for v in VERSION )
29
29
__version_full__ = __version__
You can’t perform that action at this time.
0 commit comments