Skip to content

Commit 6bb973c

Browse files
committed
Preparing for release v1.3
1 parent 23b2d62 commit 6bb973c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.0 - 2025-07-13
4+
5+
([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.2.0...v1.3.0))
6+
7+
8+
## What's Changed
9+
10+
### Enhancements made
11+
12+
* ENH: Adding scroll bars with proper cell tags by @dprada in https://github.com/executablebooks/MyST-NB/pull/454
13+
* Use admonitions to style collapsible cells :) by @sneakers-the-rat in https://github.com/executablebooks/MyST-NB/pull/656
14+
* Improve output cells in dark mode by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/679
15+
* Add scroll_outputs configuration by @jaladh-singhal in https://github.com/executablebooks/MyST-NB/pull/683
16+
* ENH: Add handling of image based `PendingGlueReference` in `generate_any_nodes` by @StFroese in https://github.com/executablebooks/MyST-NB/pull/675
17+
18+
### Maintenance and upkeep improvements
19+
20+
* DOCS: clarify meaning of merge_streams option (#664) by @mforbes in https://github.com/executablebooks/MyST-NB/pull/665
21+
* MAINT: minor cleanups by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/669
22+
* DOC: Mention conflict with myst_parser extension by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/672
23+
* TEST: Adding a test case for multiple captioned figures by @mmcky in https://github.com/executablebooks/MyST-NB/pull/373
24+
* Fix link to EBP Contributing Guide by @StFroese in https://github.com/executablebooks/MyST-NB/pull/674
25+
* MAINT: limit ipython in tox job, too by @bsipocz in https://github.com/executablebooks/MyST-NB/pull/687
26+
* docs: nicer types in docs by @henryiii in https://github.com/executablebooks/MyST-NB/pull/688
27+
28+
## New Contributors
29+
* @mforbes made their first contribution in https://github.com/executablebooks/MyST-NB/pull/665
30+
* @dprada made their first contribution in https://github.com/executablebooks/MyST-NB/pull/454
31+
* @StFroese made their first contribution in https://github.com/executablebooks/MyST-NB/pull/674
32+
* @jaladh-singhal made their first contribution in https://github.com/executablebooks/MyST-NB/pull/679
33+
* @henryiii made their first contribution in https://github.com/executablebooks/MyST-NB/pull/688
34+
35+
336
## v1.2.0 - 2025-02-07
437

538
([full changelog](https://github.com/executablebooks/MyST-NB/compare/v1.1.2...v1.2.0))

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.2.0"
3+
__version__ = "1.3.0"
44

55

66
def setup(app):

0 commit comments

Comments
 (0)