ericmjl / Network-Analysis-Made-Simple

An introduction to network analysis and applied graph theory using Python and NetworkX
https://ericmjl.github.io/Network-Analysis-Made-Simple/index.html
MIT License
1.04k stars 401 forks source link

Scheduled weekly dependency update for week 16 #340

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

Update ipykernel from 6.15.1 to 6.22.0.

Changelog ### 6.22.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.3...e2972d763b5357d4e1cb9b5355593583ca6d5657)) Bugs fixed - Deprecate Comm class + Fix incompatibility with ipywidgets [1097](https://github.com/ipython/ipykernel/pull/1097) ([martinRenou](https://github.com/martinRenou)) Maintenance and upkeep improvements Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-03-06&to=2023-03-20&type=c)) [martinRenou](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2023-03-06..2023-03-20&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-03-06..2023-03-20&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 6.21.3 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.2...e46f75b93c388886f4b6ba32182e29c3cc486984)) Bugs fixed - Fix interrupt reply [1101](https://github.com/ipython/ipykernel/pull/1101) ([garlandz-db](https://github.com/garlandz-db)) Maintenance and upkeep improvements - Update docs link [1103](https://github.com/ipython/ipykernel/pull/1103) ([blink1073](https://github.com/blink1073)) - Add license [1098](https://github.com/ipython/ipykernel/pull/1098) ([dcsaba89](https://github.com/dcsaba89)) Documentation improvements - Update changelog for markdown typo [1096](https://github.com/ipython/ipykernel/pull/1096) ([mlucool](https://github.com/mlucool)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-02-13&to=2023-03-06&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-13..2023-03-06&type=Issues) | [ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2023-02-13..2023-03-06&type=Issues) | [dcsaba89](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adcsaba89+updated%3A2023-02-13..2023-03-06&type=Issues) | [garlandz-db](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Agarlandz-db+updated%3A2023-02-13..2023-03-06&type=Issues) | [mlucool](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amlucool+updated%3A2023-02-13..2023-03-06&type=Issues) ``` ### 6.21.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.1...1a486e06155a4d8e58e716fd40468cb5738ed6bb)) Bugs fixed - Un-expose `__file__` and expose `__session__` instead. [1095](https://github.com/ipython/ipykernel/pull/1095) ([Carreau](https://github.com/Carreau)) Maintenance and upkeep improvements - Remove test_enter_eventloop [1084](https://github.com/ipython/ipykernel/pull/1084) ([davidbrochart](https://github.com/davidbrochart)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-02-02&to=2023-02-13&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-02..2023-02-13&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2023-02-02..2023-02-13&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2023-02-02..2023-02-13&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-02-02..2023-02-13&type=Issues) ``` ### 6.21.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.21.0...ac7776dfd68861ae005e1f142ec87cd6703847ea)) Maintenance and upkeep improvements - Restore nest-asyncio for tk loop [1086](https://github.com/ipython/ipykernel/pull/1086) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-01-30&to=2023-02-02&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-01-30..2023-02-02&type=Issues) ``` ### 6.21.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.20.2...dde698850d865dec89bba2305d1f3dc3134f8413)) Enhancements made - Expose session start file in `__file__`. [1078](https://github.com/ipython/ipykernel/pull/1078) ([Carreau](https://github.com/Carreau)) - Add copy_to_globals debug request handling [1055](https://github.com/ipython/ipykernel/pull/1055) ([brichet](https://github.com/brichet)) Maintenance and upkeep improvements - Adopt more lint rules [1082](https://github.com/ipython/ipykernel/pull/1082) ([blink1073](https://github.com/blink1073)) - Maintenance updates [1081](https://github.com/ipython/ipykernel/pull/1081) ([blink1073](https://github.com/blink1073)) - Test spyder kernels [1080](https://github.com/ipython/ipykernel/pull/1080) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-01-16&to=2023-01-30&type=c)) [agronholm](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aagronholm+updated%3A2023-01-16..2023-01-30&type=Issues) | [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-01-16..2023-01-30&type=Issues) | [brichet](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Abrichet+updated%3A2023-01-16..2023-01-30&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2023-01-16..2023-01-30&type=Issues) | [ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2023-01-16..2023-01-30&type=Issues) | [minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2023-01-16..2023-01-30&type=Issues) ``` ### 6.20.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.20.1...203ee2bce0b506257bd561d082e983330d1ebd14)) Bugs fixed - Fix Exception in OutStream.close() [1076](https://github.com/ipython/ipykernel/pull/1076) ([ilyasher](https://github.com/ilyasher)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2023-01-09&to=2023-01-16&type=c)) [ilyasher](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ailyasher+updated%3A2023-01-09..2023-01-16&type=Issues) ``` ### 6.20.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.20.0...5f07abc22a1c75672f7bee129505f19c954a7c36)) Bugs fixed - Don't raise error when trying to create another Qt app for Qt eventloop [1071](https://github.com/ipython/ipykernel/pull/1071) ([ccordoba12](https://github.com/ccordoba12)) Maintenance and upkeep improvements - Update CI [1073](https://github.com/ipython/ipykernel/pull/1073) ([blink1073](https://github.com/blink1073)) - Fix types and sync lint deps [1070](https://github.com/ipython/ipykernel/pull/1070) ([blink1073](https://github.com/blink1073)) Documentation improvements - Add api docs [1067](https://github.com/ipython/ipykernel/pull/1067) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-26&to=2023-01-09&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-26..2023-01-09&type=Issues) | [ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2022-12-26..2023-01-09&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-12-26..2023-01-09&type=Issues) ``` ### 6.20.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.19.4...fbea757e117c1d3b0da29a40b4abcf3133a310f4)) Enhancements made - ENH: add `%gui` support for Qt6 [1054](https://github.com/ipython/ipykernel/pull/1054) ([shaperilio](https://github.com/shaperilio)) Maintenance and upkeep improvements - Add more ci checks [1063](https://github.com/ipython/ipykernel/pull/1063) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-20&to=2022-12-26&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-20..2022-12-26&type=Issues) | [shaperilio](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ashaperilio+updated%3A2022-12-20..2022-12-26&type=Issues) ``` ### 6.19.4 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.19.3...07da48e686b5906525c2a6b8cfc11cd7c3d96a5f)) Bugs fixed - Don't pass `None` kernels to logging configurable in `Comm` [1061](https://github.com/ipython/ipykernel/pull/1061) ([bollwyvl](https://github.com/bollwyvl)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-19&to=2022-12-20&type=c)) [bollwyvl](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Abollwyvl+updated%3A2022-12-19..2022-12-20&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-19..2022-12-20&type=Issues) ``` ### 6.19.3 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.19.2...0925d09075280beb23c009ca0d361f73e5402e27)) Bugs fixed - format dates as ISO8601 [1057](https://github.com/ipython/ipykernel/pull/1057) ([GRcharles](https://github.com/GRcharles)) - Fix comms and add qtconsole downstream test [1056](https://github.com/ipython/ipykernel/pull/1056) ([blink1073](https://github.com/blink1073)) Maintenance and upkeep improvements - Fix lint [1058](https://github.com/ipython/ipykernel/pull/1058) ([blink1073](https://github.com/blink1073)) - Fix comms and add qtconsole downstream test [1056](https://github.com/ipython/ipykernel/pull/1056) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-08&to=2022-12-19&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-19&type=Issues) | [GRcharles](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AGRcharles+updated%3A2022-12-08..2022-12-19&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-08..2022-12-19&type=Issues) ``` ### 6.19.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.19.1...3c125ad5aa27de2ff412d7690de051115f175104)) Bugs fixed - Fix error in `%edit` magic [1053](https://github.com/ipython/ipykernel/pull/1053) ([ccordoba12](https://github.com/ccordoba12)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-08&to=2022-12-08&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-08&type=Issues) | [ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2022-12-08..2022-12-08&type=Issues) ``` ### 6.19.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.19.0...5e1b155207c506f01df5808b1ba41f868a10f097)) Bugs fixed - fix: too many arguments dropped when passing to base comm constructor [1051](https://github.com/ipython/ipykernel/pull/1051) ([maartenbreddels](https://github.com/maartenbreddels)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-07&to=2022-12-08&type=c)) [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-07..2022-12-08&type=Issues) ``` ### 6.19.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.3...2c80e6c31e4912b2deaf5276b27568ba5088ad97)) Bugs fixed - Fix: there can be only one comm_manager [1049](https://github.com/ipython/ipykernel/pull/1049) ([maartenbreddels](https://github.com/maartenbreddels)) Maintenance and upkeep improvements - Adopt ruff and address lint [1046](https://github.com/ipython/ipykernel/pull/1046) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-29&to=2022-12-07&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-29..2022-12-07&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-12-07&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-29..2022-12-07&type=Issues) ``` ### 6.18.3 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.2...c0f5b7e3a5287c288eff477ae70848decf25332d)) Bugs fixed - Fix Comm interface for downstream users [1042](https://github.com/ipython/ipykernel/pull/1042) ([maartenbreddels](https://github.com/maartenbreddels)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-29&to=2022-11-29&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-29..2022-11-29&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-11-29&type=Issues) ``` ### 6.18.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.1...a38167b1c689130df231fa77d712827bc75a8ba6)) Bugs fixed - Configurables needs to be configurable [1037](https://github.com/ipython/ipykernel/pull/1037) ([Carreau](https://github.com/Carreau)) Maintenance and upkeep improvements Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2022-11-28..2022-11-29&type=Issues) | [fperez](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afperez+updated%3A2022-11-28..2022-11-29&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues) ``` ### 6.18.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.18.0...252c406a82fb9bab4071bfbc287b7a24a51752d8)) Bugs fixed - fix: use comm package in backwards compatible way [1028](https://github.com/ipython/ipykernel/pull/1028) ([maartenbreddels](https://github.com/maartenbreddels)) Maintenance and upkeep improvements - Add more testing and deprecate the Gtk event loops [1036](https://github.com/ipython/ipykernel/pull/1036) ([blink1073](https://github.com/blink1073)) - More coverage improvements [1035](https://github.com/ipython/ipykernel/pull/1035) ([blink1073](https://github.com/blink1073)) - Add more tests [1034](https://github.com/ipython/ipykernel/pull/1034) ([blink1073](https://github.com/blink1073)) - Add more kernel tests [1032](https://github.com/ipython/ipykernel/pull/1032) ([blink1073](https://github.com/blink1073)) - Add more coverage and add Readme badges [1031](https://github.com/ipython/ipykernel/pull/1031) ([blink1073](https://github.com/blink1073)) - Clean up testing and coverage [1030](https://github.com/ipython/ipykernel/pull/1030) ([blink1073](https://github.com/blink1073)) - Use base setup dependency type [1029](https://github.com/ipython/ipykernel/pull/1029) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-21&to=2022-11-28&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-21..2022-11-28&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-21..2022-11-28&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-21..2022-11-28&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-21..2022-11-28&type=Issues) ``` ### 6.18.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.17.1...ce0b6c296bc19223d426892657878f28af0ec206)) Enhancements made - Add terminal color support [1025](https://github.com/ipython/ipykernel/pull/1025) ([blink1073](https://github.com/blink1073)) - Extract the Comm Python package [973](https://github.com/ipython/ipykernel/pull/973) ([martinRenou](https://github.com/martinRenou)) Maintenance and upkeep improvements - Add windows coverage and clean up workflows [1023](https://github.com/ipython/ipykernel/pull/1023) ([blink1073](https://github.com/blink1073)) - Increase coverage [1021](https://github.com/ipython/ipykernel/pull/1021) ([blink1073](https://github.com/blink1073)) - Allow releasing from repo [1020](https://github.com/ipython/ipykernel/pull/1020) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-09&to=2022-11-21&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-09..2022-11-21&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-09..2022-11-21&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-09..2022-11-21&type=Issues) ``` ### 6.17.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.17.0...a06867786eaf0c5d9454d2df61f354c7012a625e)) Maintenance and upkeep improvements - Ignore the new Jupyter_core deprecation warning in CI [1019](https://github.com/ipython/ipykernel/pull/1019) ([jasongrout](https://github.com/jasongrout)) - Bump actions/checkout from 2 to 3 [1018](https://github.com/ipython/ipykernel/pull/1018) ([dependabot](https://github.com/dependabot)) - Add dependabot [1017](https://github.com/ipython/ipykernel/pull/1017) ([blink1073](https://github.com/blink1073)) - Add pyupgrade to pre-commit [1014](https://github.com/ipython/ipykernel/pull/1014) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-31&to=2022-11-09&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-31..2022-11-09&type=Issues) | [dependabot](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adependabot+updated%3A2022-10-31..2022-11-09&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ajasongrout+updated%3A2022-10-31..2022-11-09&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-31..2022-11-09&type=Issues) ``` ### 6.17.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.16.2...db00586a25a4f047a90386f4947e60ff1dbee2b6)) Enhancements made - Enable webagg in %matplotlib [1012](https://github.com/ipython/ipykernel/pull/1012) ([zhizheng1](https://github.com/zhizheng1)) Maintenance and upkeep improvements - Update supported pythons to 3.8-3.11 [1013](https://github.com/ipython/ipykernel/pull/1013) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-25&to=2022-10-31&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-25..2022-10-31&type=Issues) | [zhizheng1](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Azhizheng1+updated%3A2022-10-25..2022-10-31&type=Issues) ``` ### 6.16.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.16.1...99706182995e0fd5431965d4c9d96a8ce7afae12)) Maintenance and upkeep improvements - Fix failing test and update matrix [1010](https://github.com/ipython/ipykernel/pull/1010) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-10-20&to=2022-10-25&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-10-20..2022-10-25&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-10-20..2022-10-25&type=Issues) ``` ### 6.16.1 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.16.0...632a1ba3892bed707e1ee19fe1344e92475e19c9)) Bugs fixed - PR: Destroy tk app to avoid memory leak [1008](https://github.com/ipython/ipykernel/pull/1008) ([impact27](https://github.com/impact27)) Maintenance and upkeep improvements - Maintenance cleanup [1006](https://github.com/ipython/ipykernel/pull/1006) ([blink1073](https://github.com/blink1073)) - Ignore warnings in prereleases test [1002](https://github.com/ipython/ipykernel/pull/1002) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-09-26&to=2022-10-20&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-09-26..2022-10-20&type=Issues) | [impact27](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aimpact27+updated%3A2022-09-26..2022-10-20&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-09-26..2022-10-20&type=Issues) ``` ### 6.16.0 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.15.3...92292ad9d844e594e9c97f7f391149023e58de9e)) Maintenance and upkeep improvements - Use hatch for version [998](https://github.com/ipython/ipykernel/pull/998) ([blink1073](https://github.com/blink1073)) - Add client 8 support [996](https://github.com/ipython/ipykernel/pull/996) ([blink1073](https://github.com/blink1073)) - Remove unused manifest file [994](https://github.com/ipython/ipykernel/pull/994) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-09-13&to=2022-09-26&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-09-13..2022-09-26&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-09-13..2022-09-26&type=Issues) ``` ### 6.15.3 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.15.2...861b1242a7601f1608707ed8bbfb6e801914cb4a)) Bugs fixed - PR: Close memory leak [990](https://github.com/ipython/ipykernel/pull/990) ([impact27](https://github.com/impact27)) - Handle all possible exceptions when trying to import the debugger [987](https://github.com/ipython/ipykernel/pull/987) ([JohanMabille](https://github.com/JohanMabille)) Maintenance and upkeep improvements - \[pre-commit.ci\] pre-commit autoupdate [989](https://github.com/ipython/ipykernel/pull/989) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [985](https://github.com/ipython/ipykernel/pull/985) ([pre-commit-ci](https://github.com/pre-commit-ci)) - Add python logo in svg format [984](https://github.com/ipython/ipykernel/pull/984) ([steff456](https://github.com/steff456)) - \[pre-commit.ci\] pre-commit autoupdate [982](https://github.com/ipython/ipykernel/pull/982) ([pre-commit-ci](https://github.com/pre-commit-ci)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-08-29&to=2022-09-13&type=c)) [impact27](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aimpact27+updated%3A2022-08-29..2022-09-13&type=Issues) | [JohanMabille](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AJohanMabille+updated%3A2022-08-29..2022-09-13&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-08-29..2022-09-13&type=Issues) | [steff456](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Asteff456+updated%3A2022-08-29..2022-09-13&type=Issues) ``` ### 6.15.2 ``` ([Full Changelog](https://github.com/ipython/ipykernel/compare/v6.15.1...724753a185b0954f0e662c226b86dc8146c62bcb)) Bugs fixed - `_abort_queues` is no longer async [942](https://github.com/ipython/ipykernel/pull/942) ([rhelmot](https://github.com/rhelmot)) Maintenance and upkeep improvements - \[pre-commit.ci\] pre-commit autoupdate [978](https://github.com/ipython/ipykernel/pull/978) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [977](https://github.com/ipython/ipykernel/pull/977) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [976](https://github.com/ipython/ipykernel/pull/976) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [974](https://github.com/ipython/ipykernel/pull/974) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [971](https://github.com/ipython/ipykernel/pull/971) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [968](https://github.com/ipython/ipykernel/pull/968) ([pre-commit-ci](https://github.com/pre-commit-ci)) - \[pre-commit.ci\] pre-commit autoupdate [966](https://github.com/ipython/ipykernel/pull/966) ([pre-commit-ci](https://github.com/pre-commit-ci)) Contributors to this release ([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2022-07-08&to=2022-08-29&type=c)) [blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-07-08..2022-08-29&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-07-08..2022-08-29&type=Issues) | [rayosborn](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Arayosborn+updated%3A2022-07-08..2022-08-29&type=Issues) | [rhelmot](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Arhelmot+updated%3A2022-07-08..2022-08-29&type=Issues) ```
Links - PyPI: https://pypi.org/project/ipykernel - Changelog: https://pyup.io/changelogs/ipykernel/

Update matplotlib from 3.5.3 to 3.7.1.

Changelog ### 3.7.1 ``` This is the first bugfix release of the 3.7.x series. This release contains several bug-fixes and adjustments: * Ensure Qhull license is included in binary wheels * Fix application of rcParams on Axes labels * Fix compatibility with Pandas datetime unit converter * Fix compatibility with latest GTK4 * Fix import of styles with relative path * Fix Lasso unresponsiveness when clicking and immediately releasing * Fix pickling of draggable legends * Fix RangeSlider.set_val when new value is outside existing value * Fix size of Tk spacers when changing display DPI * Fix wrapped text in constrained layout * Improve compatibility with third-party backends * Improve error if animation save path does not exist ``` ### 3.6.3 ``` This is the third bugfix release of the 3.6.x series. This release contains several bug-fixes and adjustments: * Fix Artist removal from `axes_grid1` Axes classes * Fix `inset_locator` in subfigures * Fix `scatter` on masked arrays with units * Fix colorbar ticks with log norm contours * Fix deprecation warnings in GTK4 backend * Fix using relative paths in `HTMLWriter` * Improve failure message from rcParams string validation for tuple inputs * Improve performance of QtAgg backends * No longer modify `pil_kwargs` argument to `imsave` and `savefig` ``` ### 3.6.2 ``` This is the second bugfix release of the 3.6.x series. This release contains several bug-fixes and adjustments: * Avoid mutating dictionaries passed to `subplots` * Fix `bbox_inches='tight'` on a figure with constrained layout enabled * Fix auto-scaling of `ax.hist` density with `histtype='step'` * Fix compatibility with PySide6 6.4 * Fix evaluating colormaps on non-NumPy arrays * Fix key reporting in pick events * Fix thread check on PyPy 3.8 * Handle input to `ax.bar` that is all NaN * Make rubber band more visible on Tk and Wx backends * Restore (and warn on) seaborn styles in `style.library` * Restore `get_renderer` function in deprecated `tight_layout` * nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari) ``` ### 3.6.1 ``` This is the first bugfix release of the 3.6.x series. This release contains several bug-fixes and adjustments: * A warning is no longer raised when constrained layout explicitly disabled and tight layout is applied * Add missing `get_cmap` method to `ColormapRegistry` * Adding a colorbar on a `ScalarMappable` that is not attached to an `Axes` is now deprecated instead of raising a hard error * Fix `barplot` being empty when first element is NaN * Fix `FigureManager.resize` on GTK4 * Fix `fill_between` compatibility with NumPy 1.24 development version * Fix `hexbin` with empty arrays and log scaling * Fix `resize_event` deprecation warnings when creating figure on macOS * Fix build in mingw * Fix compatibility with PyCharm's interagg backend * Fix crash on empty `Text` in PostScript backend * Fix generic font families in SVG exports * Fix horizontal colorbars with hatches * Fix misplaced mathtext using `eqnarray` * `stackplot` no longer changes the Axes cycler ```
Links - PyPI: https://pypi.org/project/matplotlib - Changelog: https://pyup.io/changelogs/matplotlib/ - Homepage: https://matplotlib.org

Update mkdocs-material from 8.4.2 to 9.1.6.

Changelog ### 9.1.6 ``` * Updated Persian (Farsi) translations * Fixed 5300: Boxes in Mermaid sequence diagrams not color-abiding ``` ### 9.1.5 ``` * Updated Lithuanian and Japanese translations * Updated Mermaid.js to version 9.4.3 * Fixed 5290: Footer previous/next labels cut-off for short page titles mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24) * Fixed 5241: Built-in typeset plugin jams navigation for anchors in headings ``` ### 9.1.4 ``` * Fixed 5239: Instant loading breaks anchors in details (9.1.1 regression) * Fixed 5211: Anchor following not working for Chinese (9.1.2 regression) ``` ### 9.1.3 ``` * Added Kurdish (Soranî) translations * Updated Norwegian (Bokmål), Portuguese and Romanian translations * Improved compatibility with mkdocs-jupyter plugin * Fixed 5198: Built-in search plugin not filtering script and style tags * Fixed 5176: Back-to-top + instant loading not working (9.1.1 regression) mkdocs-material-9.1.2+insiders-4.32.3 (2023-03-09) * Fixed Docker image release workflow (9.1.0 regression) * Fixed 5159: Missing underline for abbreviations (9.1.0 regression) ``` ### 9.1.2 ``` * Updated Icelandic, Korean and Swedish translations * Fixed 5168: Mermaid text boxes overflow (9.0.13 regression) * Fixed 5155: Table of contents not highlighting percent-encoded URLs ``` ### 9.1.1 ``` * Updated Czech and Thai translations * Improved instant loading (scroll restoration, slow connections) * Fixed 5023: Instant loading not allowing to go back to initial page * Fixed 3797: Instant loading does not work with section anchors in Safari mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02) * Fixed 5127: Privacy plugin not handling large number of occurrences * Fixed 5126: Privacy plugin breaks when replacing specific emojis ``` ### 9.1.0 ``` * Docker image now available for amd64, arm64 and arm/v7 * Updated Chinese (Taiwanese) translations * Generalized tag identifier implementation * Fixed flickering of header shadow on load * Fixed occasional flickering of announcement bar ``` ### 9.0.15 ``` * Updated Chinese (Traditional) translations * Updated Hebrew translations mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23) * Fixed code block spans interfering with copying * Fixed 5077: Privacy plugin breaks image alt text encoding * Fixed 5079: Privacy plugin removing rel=me on external links ``` ### 9.0.14 ``` * Fixed 5072: Rendering bug on navigation expand button in Firefox mkdocs-material-9.0.13+insiders-4.32.0 (2023-02-19) * Added support for custom selectors for code annotations * Added support for code line range selection for better sharing mkdocs-material-9.0.13+insiders-4.31.0 (2023-02-18) * Added support for table of contents on blog index and archive pages * Fixed 4512: Allow custom search field boosts (experimental) ``` ### 9.0.13 ``` * Updated Uzbek translations * Switched back to pre-9.0.0 headline detection in content partial * Fixed 5062: Version warning not readable when using slate scheme * Fixed 5061: Improved discernibility of table row hover color * Fixed 5034: Sequence actors in Mermaid diagrams not color-abiding * Fixed 4919: Allow to hide version warning in multiple versions mkdocs-material-9.0.12+insiders-4.30.2 (2023-02-13) * Fixed privacy plugin excludes not working (4.30.0 regression) mkdocs-material-9.0.12+insiders-4.30.1 (2023-02-12) * Fixed privacy plugin not handling static templates e.g. 404.html ``` ### 9.0.12 ``` * Updated Catalan translations * Fixed 4975: Mermaid entity relationship rendering diagrams bug * Fixed 4924: Header title not reset when using instant loading mkdocs-material-9.0.11+insiders-4.30.0 (2023-02-06) * Rewrite of privacy plugin for concurrency, now twice as fast * Added support for explicit inclusion for privacy plugin * Added optimization support for privacy plugin (+ optimize plugin) ``` ### 9.0.11 ``` * Added Mastodon verification for social links (rel=me) * Updated Italian translations ``` ### 9.0.10 ``` * Updated Arabic translations * Updated Korean translations * Updated Hungarian translations * Updated Russian translations * Fixed 4977: Improved accessibility for content tabs * Fixed 4960: Sometimes anchor following doesn't bring last item into view ``` ### 9.0.9 ``` * Updated Bulgarian translations * Updated Chinese (Simplified) translations * Updated Dutch translations * Updated Hindi translations * Updated Japanese translations * Updated Polish translations ``` ### 9.0.8 ``` * Updated Croatian translations * Updated French translations * Updated Hungarian translations * Updated Portuguese (Brasilian) translations * Updated Spanish translations * Updated Ukrainian translations * Updated Urdu translations * Updated Vietnamese translations ``` ### 9.0.7 ``` * Improved accessibility of sidebar navigation * Moved all translations into community edition * Updated Polish and Portuguese (Brasilian) translations * Fixed info plugin terminating on subsequent reload when serving * Fixed 4910: Sidebar navigation labels have invalid ARIA roles * Fixed 4884: Search query terms can't be separated by colons mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21) * Added built-in optimize plugin for automatically compressing images * Switched reporting in built-in privacy plugin to info level ``` ### 9.0.6 ``` * Fixed 4883: Automatically disable info plugin when serving * Fixed 4885: Search plugin crashes in some exotic cases (9.0.3 regression) mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17) * Fixed built-in info plugin erroring for Insiders on version check * Fixed 4865: Navigation paths render bug when there's no top-level section * Fixed 4875: Added support for hiding navigation paths * Improved navigation path to not render for a single item mkdocs-material-9.0.5+insiders-4.28.0 (2023-01-14) * Added support for navigation path (breadcrumbs) ``` ### 9.0.5 ``` * Fixed 4842: Improved accessibility of search result list ``` ### 9.0.4 ``` * Fixed 4823: Improved contrast ratio in footer (9.0.2 regression) * Fixed 4832: Set navigation items back to black (9.0.3 regression) * Fixed 4843: Emojis broken due to maxcdn.com shutting down * Upgraded Python Markdown Extensions to 9.9.1 mkdocs-material-9.0.3+insiders-4.27.1 (2023-01-08) * Fixed rendering of succeeding navigation items in typeset plugin * Fixed 4795: Built-in typeset plugin changes MkDocs' title precedence * Fixed 4724: Blog plugin not rendering integrate table of contents ``` ### 9.0.3 ``` * Improved discernibility of section index pages in navigation * Improved collapsing of adjacent whitespace in search plugin * Updated Indonesian translations * Fixed view source of this page button when edit URL points to blob * Fixed 4829: Search overlay does not close for active anchor result * Fixed 4824: Search plugin crashes for h1-6 contained in other elements * Fixed 4804: Nested navigation items not expandable with keyboard * Fixed 4689: anchor tracking not working for anchors in tables * Upgraded to Mermaid 9.3.0 ``` ### 9.0.2 ``` * Fixed 4823: Improved contrast ratio in footer to meet WCAG guidelines * Fixed 4819: Social plugin crashes when card generation is disabled * Fixed 4817: Search plugin crashes on numeric page titles in nav ``` ### 9.0.1 ``` * Removed pipdeptree dependency for built-in info plugin * Fixed appearance of linked tags when hovered (9.0.0 regression) * Fixed 4810: Abbreviations run out of screen on touch devices * Fixed 4813: View source and edit button links are the same ``` ### 9.0.0 ``` Additions and improvements * Added support for rich search previews * Added support for tokenizer lookahead * Added support for better search highlighting * Added support for excluding content from search * Added support for configurable search pipeline * Added support for offline search via offline plugin * Added support for multiple instances of built-in tags plugin * Added support for removing copy-to-clipboard button * Added support for removing footer navigation * Added support for button to view the source of a page * Improved readability of query string for search sharing * Improved stability of search plugin when using --dirtyreload * Improved search result group button, now sticky and stable * Updated Norwegian translations * Updated MkDocs to 1.4.2 Removals * Removed deprecated alternative admonition qualifiers * Removed :is() selectors (in output) for easier overriding * Removed .title suffix on translations * Removed legacy method for providing page title in feedback URL * Removed support for indexing only titles in search * Removed support for custom search transforms * Removed support for custom search workers * Removed temporary snow feature (easter egg) Fixes * Fixed Norwegian and Korean language code * Fixed detection of composition events in search interface * Fixed search plugin not using title set via front matter * Fixed search highlighting of tags * Fixed search sharing URL using post transformed string * Fixed theme-color meta tag getting out-of-sync with palette toggle * Fixed prev/next page keyboard navigation when footer is not present * Fixed overflowing navigation tabs not being scrollable * Fixed inclusion of code block line numbers from search mkdocs-material-8.5.11+insiders-4.27.0 (2022-12-20) * Added built-in typeset plugin to preserve formatting in sidebars * Added URL and table of contents support for blog categories ``` ### 8.5.11 ``` * Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352 mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28) * Fixed 4683: Tags plugin crashes when a tag is empty mkdocs-material-8.5.10+insiders-4.26.5 (2022-11-27) * Fixed 4632: Post excerpt title link doesn't point to top of the page mkdocs-material-8.5.10+insiders-4.26.4 (2022-11-27) * Fixed redundant file extension when using privacy plugin mkdocs-material-8.5.10+insiders-4.26.3 (2022-11-15) * Fixed 4637: Attachments w/o titles in related links error in blog plugin * Fixed 4631: Remote favicons not downloaded and inlined by privacy plugin ``` ### 8.5.10 ``` * Adjusted CSS to better allow for custom primary and accent colors * Fixed 4620: Primary color is not applied (8.5.9 regression) ``` ### 8.5.9 ``` * Fixed 4600: Illegible link colors for black and white primary colors * Fixed 4594: Need to set schema to change link color mkdocs-material-8.5.8+insiders-4.26.2 (2022-11-03) * Updated MkDocs to 1.4.2 * Added support for tag compare functions when sorting on index pages * Fixed footnotes being rendered in post excerpts without separators * Fixed error in blog plugin when toc extension is not enabled * Fixed issues with invalid asset paths and linked post titles * Fixed 4572: Privacy plugin fails when symlinks cannot be created * Fixed 4545: Blog plugin doesn't automatically link headline to post * Fixed 4542: Blog plugin doesn't allow for multiple instances * Fixed 4532: Blog plugin doesn't allow for mixed use of date and datetime ``` ### 8.5.8 ``` * Added support for always showing settings in cookie consent * Fixed 4571: Buttons invisible if primary color is white or black * Fixed 4517: Illegible note in sequence diagram when using slate scheme mkdocs-material-8.5.7+insiders-4.26.1 (2022-10-22) * Improved reporting of configuration errors in tags plugin * Fixed 4515: Privacy plugin fails when site URL is not defined * Fixed 4514: Privacy plugin doesn't fetch Google fonts (4.26.0 regression) ``` ### 8.5.7 ``` * Deprecated additional admonition qualifiers to reduce size of CSS * Fixed 4511: Search boost does not apply to sections mkdocs-material-8.5.6+insiders-4.26.0 (2022-10-18) * Refactored privacy plugin to prepare for new features * Added support for rel=noopener links in privacy plugin * Resolve encoding issues with blog and privacy plugin mkdocs-material-8.5.6+insiders-4.25.5 (2022-10-16) * Updated MkDocs to 1.4.1 * Added namespace prefix to built-in plugins * Updated content and header partial mkdocs-material-8.5.6+insiders-4.25.4 (2022-10-09) * Fixed other path issues for standalone blogs (4.24.2 regression) mkdocs-material-8.5.6+insiders-4.25.3 (2022-10-09) * Fixed 4457: Posts not collected for standalone blog (4.24.2 regression) mkdocs-material-8.5.6+insiders-4.25.2 (2022-10-04) * Fixed 4452: Blog and tags plugin crash when specifying slugify function mkdocs-material-8.5.6+insiders-4.25.1 (2022-10-03) * Updated mkdocs-rss-plugin in Dockerfile to fix MkDocs compat errors mkdocs-material-8.5.6+insiders-4.25.0 (2022-10-02) * Added support for navigation subtitles * Added support for defining an allow list for built-in tags plugin * Added support for custom slugify functions for built-in tags plugin * Improved stability of search plugin when using --dirtyreload ``` ### 8.5.6 ``` * Modernized appearance of admonitions (with fallback, see docs) * Improved appearance of inline code blocks in admonition titles mkdocs-material-8.5.5+insiders-4.24.2 (2022-10-01) * Updated MkDocs to 1.4 * Fixed compatibility issues with MkDocs 1.4 * Fixed incorrectly generated paths in privacy plugin * Fixed blog index page not showing navigation when using meta plugin ``` ### 8.5.5 ``` * Updated MkDocs to 1.4 * Fixed compatibility issues with MkDocs 1.4 * Fixed 4430: build error when enabling consent without repository URL mkdocs-material-8.5.4+insiders-4.24.1 (2022-09-30) * Fixed 4430: build error when enabling consent without repository URL ``` ### 8.5.4 ``` * Fixed expand icons shift on sidebar overflow (using scrollbar-gutter) * Fixed 4429: Text in sequence diagrams overflows in Firefox mkdocs-material-8.5.3+insiders-4.24.0 (2022-09-27) * Added support for custom content on index pages (blog) * Added support for keeping content on paginated index pages (blog) * Added support for limiting categories in post excerpts (blog) * Added support for simple override of templates via front matter (blog) * Added icon in navigation for pages with encrypted content * Fixed 4396: Front matter of index pages not inherited by pagination (blog) * Improved performance by building post excerpts once (blog) mkdocs-material-8.5.3+insiders-4.23.6 (2022-09-22) * Fixed 4389: Blog posts in first week of year in wrong archive * Fixed (= switched) footer previous and next links for blog posts ``` ### 8.5.3 ``` * Fixed build error when enabling cookie consent without analytics * Fixed 4381: Code blocks render ligatures for some fonts mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18) * Fixed 4367: Improved blog plugin date handling for MultiMarkdown syntax * Fixed 4374: Fixed invalid URLs of related links to other blog posts ``` ### 8.5.2 ``` * Updated Mermaid.js to version 9.1.7 * Fixed overly large headlines in search results (8.5.0 regression) * Fixed 4358: Navigation sections appear as clickable (8.5.0 regression) * Fixed 4356: GitHub repository statistics fetched before cookie consent ``` ### 8.5.1 ``` * Fixed 4366: Removed dependencies with native extensions mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14) * Fixed 4365: Recursion error in blog plugin due to deepcopy * Fixed path errors for blog plugin on Windows * Fixed publishing workflow in forked repositories mkdocs-material-8.5.0+insiders-4.23.3 (2022-09-13) * Fixed previous and next page links for drafts of blog posts ``` ### 8.5.0 ``` * Added support for social cards * Added support for code annotation anchor links (deep linking) * Added support for code annotation comment stripping (syntax modifier) * Added support for sidebars scrolling automatically to active item * Added support for anchor following table of contents (= auto scroll) * Added support for tag icons mkdocs-material-8.4.4+insiders-4.23.2 (2022-09-13) * Fixed 4348: Blog plugin crashes on custom nav title * Fixed blog plugin crashing when category contained only drafts * Fixed rendering of content from blog index file mkdocs-material-8.4.4+insiders-4.23.1 (2022-09-12) * Fixed 4345: Blog plugin errors with default settings mkdocs-material-8.4.4+insiders-4.23.0 (2022-09-12) * Added blogging support via built-in blog plugin ``` ### 8.4.4 ``` * Moved comments integration to separate partial (comments.html) mkdocs-material-8.4.3+insiders-4.22.1 (2022-09-07) * Fixed 4217: Tooltips in data tables render in wrong position ``` ### 8.4.3 ``` * Added Simple Icons to bundled icons (+2,300 icons) * Added support for changing edit icon * Moved page actions to separate partial (actions.html) * Fixed 4291: Version switching doesn't stay on page when anchors are used * Fixed 4327: Links in data tables do not receive link styling ```
Links - PyPI: https://pypi.org/project/mkdocs-material - Changelog: https://pyup.io/changelogs/mkdocs-material/

Update mkdocs from 1.3.1 to 1.4.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/mkdocs

Update nbconvert from 7.0.0 to 7.3.1.

Changelog ### 7.3.1 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.3.0...3860152ecea3d9833540eebe279ff603b3d47cea)) Bugs fixed - Remove overwriting of default KernelManager [1972](https://github.com/jupyter/nbconvert/pull/1972) ([tuncbkose](https://github.com/tuncbkose)) Maintenance and upkeep improvements Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-04-03&to=2023-04-10&type=c)) [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2023-04-03..2023-04-10&type=Issues) | [tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Atuncbkose+updated%3A2023-04-03..2023-04-10&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ``` ### 7.3.0 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.10...056dc4ecc8f9f3e9249f0dbddf1221c65228b961)) Enhancements made - Allow pattern in output_base [1967](https://github.com/jupyter/nbconvert/pull/1967) ([JeppeKlitgaard](https://github.com/JeppeKlitgaard)) - Make date configurable in latex/PDF [1963](https://github.com/jupyter/nbconvert/pull/1963) ([achimgaedke](https://github.com/achimgaedke)) - Update jupyterlab CSS [1960](https://github.com/jupyter/nbconvert/pull/1960) ([martinRenou](https://github.com/martinRenou)) Maintenance and upkeep improvements - Update ci badge [1968](https://github.com/jupyter/nbconvert/pull/1968) ([blink1073](https://github.com/blink1073)) - More detailed release instructions [1959](https://github.com/jupyter/nbconvert/pull/1959) ([Carreau](https://github.com/Carreau)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-03-14&to=2023-04-03&type=c)) [achimgaedke](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aachimgaedke+updated%3A2023-03-14..2023-04-03&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-03-14..2023-04-03&type=Issues) | [Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3ACarreau+updated%3A2023-03-14..2023-04-03&type=Issues) | [JeppeKlitgaard](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AJeppeKlitgaard+updated%3A2023-03-14..2023-04-03&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2023-03-14..2023-04-03&type=Issues) ``` ### 7.2.10 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.9...acf41acf6d83cb725f3a2c48686c828eff7b24d8)) Enhancements made - Add cell-id anchor for cell identification [1897](https://github.com/jupyter/nbconvert/pull/1897) ([krassowski](https://github.com/krassowski)) Bugs fixed - Do not import pyppeteer for installation check [1947](https://github.com/jupyter/nbconvert/pull/1947) ([krassowski](https://github.com/krassowski)) Maintenance and upkeep improvements - Clean up license [1949](https://github.com/jupyter/nbconvert/pull/1949) ([dcsaba89](https://github.com/dcsaba89)) - Add more linting [1943](https://github.com/jupyter/nbconvert/pull/1943) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-01-24&to=2023-03-14&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-01-24..2023-03-14&type=Issues) | [dcsaba89](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adcsaba89+updated%3A2023-01-24..2023-03-14&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Akrassowski+updated%3A2023-01-24..2023-03-14&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2023-01-24..2023-03-14&type=Issues) ``` ### 7.2.9 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.8...14b1d7aa75485ea754c2d0ffc67cc528e3984a99)) Bugs fixed - Fix handling of css sanitizer [1940](https://github.com/jupyter/nbconvert/pull/1940) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-01-16&to=2023-01-24&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-01-16..2023-01-24&type=Issues) ``` ### 7.2.8 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.7...73f7b1b93a4526d7e9d987f5a5b207eaed8171f2)) Bugs fixed - always pass relax_add_props=True when validating [1936](https://github.com/jupyter/nbconvert/pull/1936) ([minrk](https://github.com/minrk)) Maintenance and upkeep improvements - Update codecov link [1935](https://github.com/jupyter/nbconvert/pull/1935) ([blink1073](https://github.com/blink1073)) - Fix types and add lint to automerge [1932](https://github.com/jupyter/nbconvert/pull/1932) ([blink1073](https://github.com/blink1073)) - Add type checking [1930](https://github.com/jupyter/nbconvert/pull/1930) ([blink1073](https://github.com/blink1073)) - Add spelling and docstring enforcement [1929](https://github.com/jupyter/nbconvert/pull/1929) ([blink1073](https://github.com/blink1073)) - Add scheduled ci run [1926](https://github.com/jupyter/nbconvert/pull/1926) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-19&to=2023-01-16&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-19..2023-01-16&type=Issues) | [maartenbreddels](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amaartenbreddels+updated%3A2022-12-19..2023-01-16&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2022-12-19..2023-01-16&type=Issues) | [minrk](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aminrk+updated%3A2022-12-19..2023-01-16&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-16&type=Issues) ``` ### 7.2.7 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.6...a32c3c1063e081d7e639b7f1670788d220b93810)) Bugs fixed - Fix Hanging Tests on Linux [1924](https://github.com/jupyter/nbconvert/pull/1924) ([blink1073](https://github.com/blink1073)) Maintenance and upkeep improvements - Adopt ruff and handle lint [1925](https://github.com/jupyter/nbconvert/pull/1925) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-05&to=2022-12-19&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-05..2022-12-19&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-19&type=Issues) ``` ### 7.2.6 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202)) Maintenance and upkeep improvements - Include all templates in sdist [1916](https://github.com/jupyter/nbconvert/pull/1916) ([blink1073](https://github.com/blink1073)) - clean up workflows [1911](https://github.com/jupyter/nbconvert/pull/1911) ([blink1073](https://github.com/blink1073)) - CI Cleanup [1910](https://github.com/jupyter/nbconvert/pull/1910) ([blink1073](https://github.com/blink1073)) Documentation improvements - Fix docs build and switch to PyData Sphinx Theme [1912](https://github.com/jupyter/nbconvert/pull/1912) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-11-14&to=2022-12-05&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-11-14..2022-12-05&type=Issues) ``` ### 7.2.5 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.4...e5fefbb17b0bf3d6b5bbeb9a2ee62412d75ab0d8)) Bugs fixed - Fix for webpdf print margins [1907](https://github.com/jupyter/nbconvert/pull/1907) ([JWock82](https://github.com/JWock82)) Maintenance and upkeep improvements - Bump actions/upload-artifact from 2 to 3 [1904](https://github.com/jupyter/nbconvert/pull/1904) ([dependabot](https://github.com/dependabot)) - Bump actions/checkout from 2 to 3 [1903](https://github.com/jupyter/nbconvert/pull/1903) ([dependabot](https://github.com/dependabot)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-11-09&to=2022-11-14&type=c)) [dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Adependabot+updated%3A2022-11-09..2022-11-14&type=Issues) | [JWock82](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AJWock82+updated%3A2022-11-09..2022-11-14&type=Issues) ``` ### 7.2.4 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.3...90ca66ccf02abc59052f4f38dcc657b0d2c34a07)) Maintenance and upkeep improvements - Handle jupyter core warning [1905](https://github.com/jupyter/nbconvert/pull/1905) ([blink1073](https://github.com/blink1073)) - Add dependabot [1902](https://github.com/jupyter/nbconvert/pull/1902) ([blink1073](https://github.com/blink1073)) - Add Py-typed marker. [1898](https://github.com/jupyter/nbconvert/pull/1898) ([Carreau](https://github.com/Carreau)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-27&to=2022-11-09&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-27..2022-11-09&type=Issues) | [Carreau](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3ACarreau+updated%3A2022-10-27..2022-11-09&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-10-27..2022-11-09&type=Issues) ``` ### 7.2.3 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.2...04180fdb015c56ac320d5062a81da065791c5726)) Bugs fixed - clean_html: allow SVG tags and SVG attributes [1890](https://github.com/jupyter/nbconvert/pull/1890) ([akx](https://github.com/akx)) Maintenance and upkeep improvements Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-19&to=2022-10-27&type=c)) [akx](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aakx+updated%3A2022-10-19..2022-10-27&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-10-19..2022-10-27&type=Issues) ``` ### 7.2.2 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.1...a9566befb6e457b51373b61debffc78050d41273)) Bugs fixed - Fix default config test [1885](https://github.com/jupyter/nbconvert/pull/1885) ([blink1073](https://github.com/blink1073)) Maintenance and upkeep improvements - Add ensure label workflow [1884](https://github.com/jupyter/nbconvert/pull/1884) ([blink1073](https://github.com/blink1073)) - Add release workflows [1883](https://github.com/jupyter/nbconvert/pull/1883) ([blink1073](https://github.com/blink1073)) - Maintenance cleanup [1881](https://github.com/jupyter/nbconvert/pull/1881) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-06&to=2022-10-19&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-06..2022-10-19&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-10-06..2022-10-19&type=Issues) ``` ### 7.2.1 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.0...5cfa5893e3e8fe830eec2b8abf791199a52aad07)) Bugs fixed - Fix version handling [1878](https://github.com/jupyter/nbconvert/pull/1878) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-06&to=2022-10-06&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-06..2022-10-06&type=Issues) ``` ### 7.2.0 ``` ([Full Changelog](https://github.com/jupyter/nbconvert/compare/7.1.0...e4e85b60c4c130f33db02c4ce209cc4704c7001a)) Maintenance and upkeep improvements - Prep for jupyter releaser [1877](https://github.com/jupyter/nbconvert/pull/1877) ([blink1073](https://github.com/blink1073)) - Add support for jupyter_client 8 [1867](https://github.com/jupyter/nbconvert/pull/1867) ([blink1073](https://github.com/blink1073)) Contributors to this release ([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-03&to=2022-10-06&type=c)) [blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-03..2022-10-06&type=Issues) ``` ### 7.1.0 ``` - Fix markdown table not render bug by Neutree in [1853](https://github.com/jupyter/nbconvert/
pyup-bot commented 1 year ago

Closing this in favor of #341