Changelog
### 6.24.0
```
([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.23.3...0c1db099a32c4cb28bfb4b3508bb808d8b4092e7))
New features added
- Let get_parent decide the channel to get parent header [1128](https://github.com/ipython/ipykernel/pull/1128) ([dby-tmwctw](https://github.com/dby-tmwctw))
Bugs fixed
- Bugfix: binary stdout/stderr handling [1129](https://github.com/ipython/ipykernel/pull/1129) ([arieleiz](https://github.com/arieleiz))
Contributors to this release
([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-06-23&to=2023-07-03&type=c))
[arieleiz](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aarieleiz+updated%3A2023-06-23..2023-07-03&type=Issues) | [dby-tmwctw](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adby-tmwctw+updated%3A2023-06-23..2023-07-03&type=Issues) | [minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-06-23..2023-07-03&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
```
### 6.23.3
```
([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.23.2...ea3e6479aca70f87282ec0b60412f2cfba59eb35))
Bugs fixed
- Check existence of connection_file before writing [1127](https://github.com/ipython/ipykernel/pull/1127) ([fecet](https://github.com/fecet))
Contributors to this release
([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-06-12&to=2023-06-23&type=c))
[blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-06-12..2023-06-23&type=Issues) | [fecet](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afecet+updated%3A2023-06-12..2023-06-23&type=Issues)
```
Links
- PyPI: https://pypi.org/project/ipykernel
- Changelog: https://pyup.io/changelogs/ipykernel/
Changelog
### 3.0.1
```
-------------
**Released on Jun 10, 2023**
* Add ``py.typed`` for mypy
* Add ``tests``, ``docs`` for sdist
* Support ``renderer="ast"`` for rendering AST
```
### 3.0.0
```
-------------
**Released on Jun 08, 2023**
* Do not strip leading unicode spaces like emsp
* Ensure new line at end of the text
```
### 3.0.0rc5
```
----------------
**Released on Mar 22, 2023**
* Fix fenced directives
* Fix inline link parser
* Fix block math plugin for multiple lines
* Fix empty list item for markdown renderer
```
### 3.0.0rc4
```
----------------
**Released on Nov 30, 2022**
* Fix plugin footnotes when there is no newline at the end
* Move safe HTML entities to HTMLRenderer
* Redesign directives parsing
* Add Image and Figure directive
```
### 3.0.0rc3
```
----------------
**Released on Nov 25, 2022**
* Render inline math with ``\(`` and ``\)``
* Added ``RSTRenderer``, and ``MarkdownRenderer``
* Fix ``toc_hook`` method
* **Breaking change**, rename ``RstDirective`` to ``RSTDirective``
```
### 3.0.0rc2
```
----------------
**Released on Nov 6, 2022**
* Add **spoiler** plugin
* Add ``collapse`` option for ``TableOfContents`` directive
* **Breaking change** on directive design, added fenced directive
```
### 3.0.0rc1
```
----------------
**Released on Sep 26, 2022**
* Add **superscript** plugin
```
### 3.0.0a3
```
---------------
**Released on Jul 14, 2022**
* Fix ruby plugin
* Change toc parameter ``depth`` to ``level``
```
### 3.0.0a2
```
---------------
**Released on Jul 13, 2022**
* Escape block code in HTMLRenderer
* Fix parsing links
```
### 3.0.0a1
```
---------------
**Released on Jul 12, 2022**
This is the first release of v3. Features included:
* redesigned mistune
* plugins
* directives
```
Links
- PyPI: https://pypi.org/project/mistune
- Changelog: https://pyup.io/changelogs/mistune/
Changelog
### 10.0.0
```
-------------------
- Fixed deallocating mask images 7246
[radarhere]
- Added ImageFont.MAX_STRING_LENGTH 7244
[radarhere, hugovk]
- Fix Windows build with pyproject.toml 7230
[hugovk, nulano, radarhere]
- Do not close provided file handles with libtiff 7199
[radarhere]
- Convert to HSV if mode is HSV in getcolor() 7226
[radarhere]
- Added alpha_only argument to getbbox() 7123
[radarhere. hugovk]
- Prioritise speed in _repr_png_ 7242
[radarhere]
- Do not use CFFI access by default on PyPy 7236
[radarhere]
- Limit size even if one dimension is zero in decompression bomb check 7235
[radarhere]
- Use --config-settings instead of deprecated --global-option 7171
[radarhere]
- Better C integer definitions 6645
[Yay295, hugovk]
- Fixed finding dependencies on Cygwin 7175
[radarhere]
- Changed grabclipboard() to use PNG instead of JPG compression on macOS 7219
[abey79, radarhere]
- Added in_place argument to ImageOps.exif_transpose() 7092
[radarhere]
- Fixed calling putpalette() on L and LA images before load() 7187
[radarhere]
- Fixed saving TIFF multiframe images with LONG8 tag types 7078
[radarhere]
- Fixed combining single duration across duplicate APNG frames 7146
[radarhere]
- Remove temporary file when error is raised 7148
[radarhere]
- Do not use temporary file when grabbing clipboard on Linux 7200
[radarhere]
- If the clipboard fails to open on Windows, wait and try again 7141
[radarhere]
- Fixed saving multiple 1 mode frames to GIF 7181
[radarhere]
- Replaced absolute PIL import with relative import 7173
[radarhere]
- Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 7192
[radarhere]
- Improved wl-paste mimetype handling in ImageGrab 7094
[rrcgat, radarhere]
- Added _repr_jpeg_() for IPython display_jpeg 7135
[n3011, radarhere, nulano]
- Use "/sbin/ldconfig" if ldconfig is not found 7068
[radarhere]
- Prefer screenshots using XCB over gnome-screenshot 7143
[nulano, radarhere]
- Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions 7151
[radarhere]
- Support reading signed 8-bit TIFF images 7111
[radarhere]
- Added width argument to ImageDraw regular_polygon 7132
[radarhere]
- Support I mode for ImageFilter.BuiltinFilter 7108
[radarhere]
- Raise error from stderr of Linux ImageGrab.grabclipboard() command 7112
[radarhere]
- Added unpacker from I;16B to I;16 7125
[radarhere]
- Support float font sizes 7107
[radarhere]
- Use later value for duplicate xref entries in PdfParser 7102
[radarhere]
- Load before getting size in __getstate__ 7105
[bigcat88, radarhere]
- Fixed type handling for include and lib directories 7069
[adisbladis, radarhere]
- Remove deprecations for Pillow 10.0.0 7059, 7080
[hugovk, radarhere]
- Drop support for soon-EOL Python 3.7 7058
[hugovk, radarhere]
```
Links
- PyPI: https://pypi.org/project/pillow
- Changelog: https://pyup.io/changelogs/pillow/
- Homepage: https://python-pillow.org
Update ipykernel from 6.23.2 to 6.24.0.
Changelog
### 6.24.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.23.3...0c1db099a32c4cb28bfb4b3508bb808d8b4092e7)) New features added - Let get_parent decide the channel to get parent header [1128](https://github.com/ipython/ipykernel/pull/1128) ([dby-tmwctw](https://github.com/dby-tmwctw)) Bugs fixed - Bugfix: binary stdout/stderr handling [1129](https://github.com/ipython/ipykernel/pull/1129) ([arieleiz](https://github.com/arieleiz)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-06-23&to=2023-07-03&type=c)) [arieleiz](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aarieleiz+updated%3A2023-06-23..2023-07-03&type=Issues) | [dby-tmwctw](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adby-tmwctw+updated%3A2023-06-23..2023-07-03&type=Issues) | [minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-06-23..2023-07-03&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 6.23.3 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.23.2...ea3e6479aca70f87282ec0b60412f2cfba59eb35)) Bugs fixed - Check existence of connection_file before writing [1127](https://github.com/ipython/ipykernel/pull/1127) ([fecet](https://github.com/fecet)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-06-12&to=2023-06-23&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-06-12..2023-06-23&type=Issues) | [fecet](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afecet+updated%3A2023-06-12..2023-06-23&type=Issues) ```Links
- PyPI: https://pypi.org/project/ipykernel - Changelog: https://pyup.io/changelogs/ipykernel/Update jupyter_client from 8.2.0 to 8.3.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/jupyter-clientUpdate mistune from 2.0.5 to 3.0.1.
Changelog
### 3.0.1 ``` ------------- **Released on Jun 10, 2023** * Add ``py.typed`` for mypy * Add ``tests``, ``docs`` for sdist * Support ``renderer="ast"`` for rendering AST ``` ### 3.0.0 ``` ------------- **Released on Jun 08, 2023** * Do not strip leading unicode spaces like emsp * Ensure new line at end of the text ``` ### 3.0.0rc5 ``` ---------------- **Released on Mar 22, 2023** * Fix fenced directives * Fix inline link parser * Fix block math plugin for multiple lines * Fix empty list item for markdown renderer ``` ### 3.0.0rc4 ``` ---------------- **Released on Nov 30, 2022** * Fix plugin footnotes when there is no newline at the end * Move safe HTML entities to HTMLRenderer * Redesign directives parsing * Add Image and Figure directive ``` ### 3.0.0rc3 ``` ---------------- **Released on Nov 25, 2022** * Render inline math with ``\(`` and ``\)`` * Added ``RSTRenderer``, and ``MarkdownRenderer`` * Fix ``toc_hook`` method * **Breaking change**, rename ``RstDirective`` to ``RSTDirective`` ``` ### 3.0.0rc2 ``` ---------------- **Released on Nov 6, 2022** * Add **spoiler** plugin * Add ``collapse`` option for ``TableOfContents`` directive * **Breaking change** on directive design, added fenced directive ``` ### 3.0.0rc1 ``` ---------------- **Released on Sep 26, 2022** * Add **superscript** plugin ``` ### 3.0.0a3 ``` --------------- **Released on Jul 14, 2022** * Fix ruby plugin * Change toc parameter ``depth`` to ``level`` ``` ### 3.0.0a2 ``` --------------- **Released on Jul 13, 2022** * Escape block code in HTMLRenderer * Fix parsing links ``` ### 3.0.0a1 ``` --------------- **Released on Jul 12, 2022** This is the first release of v3. Features included: * redesigned mistune * plugins * directives ```Links
- PyPI: https://pypi.org/project/mistune - Changelog: https://pyup.io/changelogs/mistune/Update nbconvert from 7.5.0 to 7.6.0.
Changelog
### 7.6.0 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.5.0...60af6d897c083444586829c636f278d84ae81962)) Maintenance and upkeep improvements - Update to Mistune v3 [1820](https://github.com/jupyter/nbconvert/pull/1820) ([TiagodePAlves](https://github.com/TiagodePAlves)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-06-13&to=2023-06-19&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-06-13..2023-06-19&type=Issues) | [kloczek](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Akloczek+updated%3A2023-06-13..2023-06-19&type=Issues) | [TiagodePAlves](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3ATiagodePAlves+updated%3A2023-06-13..2023-06-19&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```Links
- PyPI: https://pypi.org/project/nbconvert - Changelog: https://pyup.io/changelogs/nbconvert/Update Pillow from 9.5.0 to 10.0.0.
Changelog
### 10.0.0 ``` ------------------- - Fixed deallocating mask images 7246 [radarhere] - Added ImageFont.MAX_STRING_LENGTH 7244 [radarhere, hugovk] - Fix Windows build with pyproject.toml 7230 [hugovk, nulano, radarhere] - Do not close provided file handles with libtiff 7199 [radarhere] - Convert to HSV if mode is HSV in getcolor() 7226 [radarhere] - Added alpha_only argument to getbbox() 7123 [radarhere. hugovk] - Prioritise speed in _repr_png_ 7242 [radarhere] - Do not use CFFI access by default on PyPy 7236 [radarhere] - Limit size even if one dimension is zero in decompression bomb check 7235 [radarhere] - Use --config-settings instead of deprecated --global-option 7171 [radarhere] - Better C integer definitions 6645 [Yay295, hugovk] - Fixed finding dependencies on Cygwin 7175 [radarhere] - Changed grabclipboard() to use PNG instead of JPG compression on macOS 7219 [abey79, radarhere] - Added in_place argument to ImageOps.exif_transpose() 7092 [radarhere] - Fixed calling putpalette() on L and LA images before load() 7187 [radarhere] - Fixed saving TIFF multiframe images with LONG8 tag types 7078 [radarhere] - Fixed combining single duration across duplicate APNG frames 7146 [radarhere] - Remove temporary file when error is raised 7148 [radarhere] - Do not use temporary file when grabbing clipboard on Linux 7200 [radarhere] - If the clipboard fails to open on Windows, wait and try again 7141 [radarhere] - Fixed saving multiple 1 mode frames to GIF 7181 [radarhere] - Replaced absolute PIL import with relative import 7173 [radarhere] - Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 7192 [radarhere] - Improved wl-paste mimetype handling in ImageGrab 7094 [rrcgat, radarhere] - Added _repr_jpeg_() for IPython display_jpeg 7135 [n3011, radarhere, nulano] - Use "/sbin/ldconfig" if ldconfig is not found 7068 [radarhere] - Prefer screenshots using XCB over gnome-screenshot 7143 [nulano, radarhere] - Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions 7151 [radarhere] - Support reading signed 8-bit TIFF images 7111 [radarhere] - Added width argument to ImageDraw regular_polygon 7132 [radarhere] - Support I mode for ImageFilter.BuiltinFilter 7108 [radarhere] - Raise error from stderr of Linux ImageGrab.grabclipboard() command 7112 [radarhere] - Added unpacker from I;16B to I;16 7125 [radarhere] - Support float font sizes 7107 [radarhere] - Use later value for duplicate xref entries in PdfParser 7102 [radarhere] - Load before getting size in __getstate__ 7105 [bigcat88, radarhere] - Fixed type handling for include and lib directories 7069 [adisbladis, radarhere] - Remove deprecations for Pillow 10.0.0 7059, 7080 [hugovk, radarhere] - Drop support for soon-EOL Python 3.7 7058 [hugovk, radarhere] ```Links
- PyPI: https://pypi.org/project/pillow - Changelog: https://pyup.io/changelogs/pillow/ - Homepage: https://python-pillow.orgUpdate platformdirs from 3.6.0 to 3.8.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/platformdirs - Changelog: https://pyup.io/changelogs/platformdirs/