File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11"""A docutils/sphinx parser for Jupyter Notebooks."""
22
3- __version__ = "1.2 .0"
3+ __version__ = "1.3 .0"
44
55
66def setup (app ):
You can’t perform that action at this time.
0 commit comments