Skip to content

Commit 7a32f74

Browse files
committed
Preparing for release v1.4.0
1 parent 6199097 commit 7a32f74

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
11
# Change Log
22

3+
## v1.4.0 - 2026-03-02
4+
5+
([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.3.0...v1.4.0))
6+
7+
### What's Changed
8+
9+
* MAINT: post JB2 release fix by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/700
10+
* Fix dead link in error directive message by @crespum in https://github.com/executablebooks/MyST-NB/pull/703
11+
* Improve theme integration by @flying-sheep in https://github.com/executablebooks/MyST-NB/pull/693
12+
* Update infrastructure for new pythons and prep for latest sphinx by @choldgraf in https://github.com/executablebooks/MyST-NB/pull/706
13+
* Remove upper pin for Sphinx (and adding newer sphinx and python version to CI testing) by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/704
14+
* MAINT: default branch got renamed by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/711
15+
16+
### New Contributors
17+
* @crespum made their first contribution in https://github.com/executablebooks/MyST-NB/pull/703
18+
19+
320
## v1.3.0 - 2025-07-13
421

522
([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.2.0...v1.3.0))
623

724

8-
## What's Changed
25+
### What's Changed
926

10-
### Enhancements made
27+
#### Enhancements made
1128

1229
* ENH: Adding scroll bars with proper cell tags by @dprada in https://github.com/executablebooks/MyST-NB/pull/454
1330
* Use admonitions to style collapsible cells :) by @sneakers-the-rat in https://github.com/executablebooks/MyST-NB/pull/656
1431
* Improve output cells in dark mode by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/679
1532
* Add scroll_outputs configuration by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/683
1633
* ENH: Add handling of image based `PendingGlueReference` in `generate_any_nodes` by @StFroese in https://github.com/executablebooks/MyST-NB/pull/675
1734

18-
### Maintenance and upkeep improvements
35+
#### Maintenance and upkeep improvements
1936

2037
* DOCS: clarify meaning of merge_streams option (#664) by @mforbes in https://github.com/executablebooks/MyST-NB/pull/665
2138
* MAINT: minor cleanups by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/669
@@ -25,7 +42,7 @@
2542
* MAINT: limit ipython in tox job, too by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/687
2643
* docs: nicer types in docs by @henryiii in https://github.com/executablebooks/MyST-NB/pull/688
2744

28-
## New Contributors
45+
### New Contributors
2946
* @mforbes made their first contribution in https://github.com/executablebooks/MyST-NB/pull/665
3047
* @dprada made their first contribution in https://github.com/executablebooks/MyST-NB/pull/454
3148
* @StFroese made their first contribution in https://github.com/executablebooks/MyST-NB/pull/674

myst_nb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A docutils/sphinx parser for Jupyter Notebooks."""
22

3-
__version__ = "1.4.0.dev"
3+
__version__ = "1.4.0"
44

55

66
def setup(app):

0 commit comments

Comments
 (0)