Changelog
### 3.8.2
```
This is the second bugfix release of the 3.8 series.
Highlights of this release include:
- Fix a segfault in the MacOS backend when running on Python 3.12
- Fix Contour labeling manual positions selecting incorrect contours.
- Various documentation improvements
```
Links
- PyPI: https://pypi.org/project/matplotlib
- Changelog: https://data.safetycli.com/changelogs/matplotlib/
- Homepage: https://matplotlib.org
Changelog
### 9.4.14
```
* Added support for linking authors in blog posts
```
### 9.4.13
```
* Fixed 6365: Blog plugin pagination links to previous pages broken
* Fixed 5758: Updated Mermaid.js to version 10.6.1 (latest)
mkdocs-material-9.4.12+insiders-4.45.0 (2023-11-24)
* Added support for sorting blog categories by post count or custom function
* Improved tags plugin to generate Unicode-aware slugs by default
* Fixed non-deterministic order of multiple authors in blog plugin
```
### 9.4.12
```
* Improved blog plugin to generate Unicode-aware slugs by default
* Fixed non-deterministic order of categories in blog plugin
mkdocs-material-9.4.11+insiders-4.44.0 (2023-11-23)
* Added pagination settings for archive pages in blog plugin
* Added pagination settings for category pages in blog plugin
```
### 9.4.11
```
* Fixed 6364: Search plugin crashing when enabling theme while serving
* Fixed blog plugin crashing when disabling pagination
mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19)
* Added third-party theme support in projects plugin, improving editing
* Fixed 6360: Projects plugin crashes when theme is not Material for MkDocs
* Fixed 6306: Projects plugin not reloading nested project configuration
```
### 9.4.10
```
* Fixed 6356: Version selector can't be disabled via mike's configuration
* Fixed 6281: Navigation not rendering due to Safari bug (9.4.2 regression)
* Fixed 6261: Navigation expansion animates on first load (9.4.2 regression)
```
### 9.4.9
```
* Fixed 6344: Long entries cutoff in table of contents
* Fixed 6336: Custom template for glob archive not working with pagination
* Fixed 6328: Blog plugin crashes for locales with dashes, e.g. pt-BR
* Fixed 6327: Copy-to-clipboard button doesn't trim trailing line feed
* Fixed 6302: Version strings not matched when using mike, only aliases
* Fixed instant navigation progress indicator for gzipped content in Chrome
* Fixed rendering bug on details marker rotation in Firefox
mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05)
* Added support for GitLab committers (document contributors)
* Fixed 6264: Fixed compatibility with Python < 3.10
* Fixed 6254: Meta plugin not applying meta files to blog posts
```
Links
- PyPI: https://pypi.org/project/mkdocs-material
- Changelog: https://data.safetycli.com/changelogs/mkdocs-material/
Update ipykernel from 6.26.0 to 6.27.1.
Changelog
### 6.27.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.27.0...f9c517e868462d05d6854204c2ad0a244db1cd19)) Bugs fixed - Fix edit magic payload type [1171](https://github.com/ipython/ipykernel/pull/1171) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-11-21&to=2023-11-27&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 6.27.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.26.0...465d34483103d23f471a4795fe5fabb9cf7ac3f5)) Enhancements made - Extend argument handling of do_execute with cell metadata [1169](https://github.com/ipython/ipykernel/pull/1169) ([jjvraw](https://github.com/jjvraw)) Maintenance and upkeep improvements - Update ruff and typings [1167](https://github.com/ipython/ipykernel/pull/1167) ([blink1073](https://github.com/blink1073)) - Clean up ruff config [1165](https://github.com/ipython/ipykernel/pull/1165) ([blink1073](https://github.com/blink1073)) - chore: update pre-commit hooks [1164](https://github.com/ipython/ipykernel/pull/1164) ([pre-commit-ci](https://github.com/pre-commit-ci)) - Clean up typing config [1163](https://github.com/ipython/ipykernel/pull/1163) ([blink1073](https://github.com/blink1073)) - Update typing for traitlets 5.13 [1162](https://github.com/ipython/ipykernel/pull/1162) ([blink1073](https://github.com/blink1073)) - Adopt ruff format [1161](https://github.com/ipython/ipykernel/pull/1161) ([blink1073](https://github.com/blink1073)) - Update typing for jupyter_client 8.5 [1160](https://github.com/ipython/ipykernel/pull/1160) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-10-24&to=2023-11-21&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-10-24..2023-11-21&type=Issues) | [jjvraw](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajjvraw+updated%3A2023-10-24..2023-11-21&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-10-24..2023-11-21&type=Issues) ```Links
- PyPI: https://pypi.org/project/ipykernel - Changelog: https://data.safetycli.com/changelogs/ipykernel/Update matplotlib from 3.8.1 to 3.8.2.
Changelog
### 3.8.2 ``` This is the second bugfix release of the 3.8 series. Highlights of this release include: - Fix a segfault in the MacOS backend when running on Python 3.12 - Fix Contour labeling manual positions selecting incorrect contours. - Various documentation improvements ```Links
- PyPI: https://pypi.org/project/matplotlib - Changelog: https://data.safetycli.com/changelogs/matplotlib/ - Homepage: https://matplotlib.orgUpdate mkdocs-material from 9.4.8 to 9.4.14.
Changelog
### 9.4.14 ``` * Added support for linking authors in blog posts ``` ### 9.4.13 ``` * Fixed 6365: Blog plugin pagination links to previous pages broken * Fixed 5758: Updated Mermaid.js to version 10.6.1 (latest) mkdocs-material-9.4.12+insiders-4.45.0 (2023-11-24) * Added support for sorting blog categories by post count or custom function * Improved tags plugin to generate Unicode-aware slugs by default * Fixed non-deterministic order of multiple authors in blog plugin ``` ### 9.4.12 ``` * Improved blog plugin to generate Unicode-aware slugs by default * Fixed non-deterministic order of categories in blog plugin mkdocs-material-9.4.11+insiders-4.44.0 (2023-11-23) * Added pagination settings for archive pages in blog plugin * Added pagination settings for category pages in blog plugin ``` ### 9.4.11 ``` * Fixed 6364: Search plugin crashing when enabling theme while serving * Fixed blog plugin crashing when disabling pagination mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19) * Added third-party theme support in projects plugin, improving editing * Fixed 6360: Projects plugin crashes when theme is not Material for MkDocs * Fixed 6306: Projects plugin not reloading nested project configuration ``` ### 9.4.10 ``` * Fixed 6356: Version selector can't be disabled via mike's configuration * Fixed 6281: Navigation not rendering due to Safari bug (9.4.2 regression) * Fixed 6261: Navigation expansion animates on first load (9.4.2 regression) ``` ### 9.4.9 ``` * Fixed 6344: Long entries cutoff in table of contents * Fixed 6336: Custom template for glob archive not working with pagination * Fixed 6328: Blog plugin crashes for locales with dashes, e.g. pt-BR * Fixed 6327: Copy-to-clipboard button doesn't trim trailing line feed * Fixed 6302: Version strings not matched when using mike, only aliases * Fixed instant navigation progress indicator for gzipped content in Chrome * Fixed rendering bug on details marker rotation in Firefox mkdocs-material-9.4.8+insiders-4.43.0 (2023-11-05) * Added support for GitLab committers (document contributors) * Fixed 6264: Fixed compatibility with Python < 3.10 * Fixed 6254: Meta plugin not applying meta files to blog posts ```Links
- PyPI: https://pypi.org/project/mkdocs-material - Changelog: https://data.safetycli.com/changelogs/mkdocs-material/Update numpy from 1.26.1 to 1.26.2.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/numpy - Changelog: https://data.safetycli.com/changelogs/numpy/ - Homepage: https://numpy.orgUpdate pandas from 2.1.2 to 2.1.3.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/pandas - Homepage: https://pandas.pydata.orgUpdate pymdown-extensions from 10.3.1 to 10.5.
Changelog
### 10.5 ``` - **NEW**: Blocks: Admonitions and Details now allow configuring custom block classes and default titles. - **FIX**: Keys: Ensure that Keys does not parse base64 encoded URLs. ``` ### 10.4 ``` - **NEW**: Snippets: Allow PathLike objects for `base_path` to better support interactions with MkDocs. - **FIX**: Block Admonitions: Empty titles should be respected. - **FIX**: Block Details: Empty summary should be respected. ```Links
- PyPI: https://pypi.org/project/pymdown-extensions - Changelog: https://data.safetycli.com/changelogs/pymdown-extensions/Update scipy from 1.11.3 to 1.11.4.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/scipy - Changelog: https://data.safetycli.com/changelogs/scipy/ - Homepage: https://scipy.org/