2024-01-10 07:37:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.14.0
7.14.0
Enhancements made
- Convert `coalescese_streams` function to `CoalesceStreamsPreprocessor`
Maintenance and upkeep improvements
- chore: update pre-commit hooks
- Fix webpdf test on Python 3.12
- Clean up import
7.13.1
Bugs fixed
- Restore removed import
7.13.0
Enhancements made
- Add table, td, tr to allowed list of tags
Maintenance and upkeep improvements
- Remove twitter links that cause linkcheck to fail
- Update ruff config
- chore: update pre-commit hooks
|
2023-12-07 18:24:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.12.0
7.12.0
Enhancements made
- Allow to load config from env.
Maintenance and upkeep improvements
- Use ruff on notebooks and update typings
Documentation improvements
- update Python version support in docs
|
2023-11-09 20:12:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbconvert: updated to 7.11.0
7.11.0
Enhancements made
- Support es modules in js includes
Maintenance and upkeep improvements
- Clean up lint handling and list generics
- Remove not needed pytest-dependency test requirement
|
2023-11-03 11:17:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.10.0
7.10.0
Enhancements made
- Update to mermaid 10.6.0, docs keyboard navigation
Maintenance and upkeep improvements
- Fix typing for traitlets 5.13
- Adopt ruff format
- Update typings and remove dead link
Documentation improvements
- Update to mermaid 10.6.0, docs keyboard navigation
7.9.2
Bugs fixed
- Restore ResourcesDict to the public API
7.9.1
Maintenance and upkeep improvements
- Include tests in sdist
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-30 15:37:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-nbconvert: updated to 7.8.0
7.8.0
Enhancements made
- MermaidJS 10.3.1, accessibility features, handle MIME
Bugs fixed
- Fix: Prevent error from all whitespace lang string
|
2023-08-26 00:16:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbconvert: updated to 7.7.4
7.7.4
Bugs fixed
- Give main tag a height of 100% in css for reveal html
7.7.3
Bugs fixed
- Restore pauses during webpdf render
7.7.2
Bugs fixed
- Show a warning if an image has no alternative text
7.7.1
Bugs fixed
- Restore 'media=print' option
7.7.0
Enhancements made
- \[Accessibility\] some accessibility improvements
- Adopt playwright
- Update to Jupyterlab 4
Bugs fixed
- html: write image/svg+xml data as base64 and skip clean_html
- Remove HTML escaping JSON-encoded widget state
Maintenance and upkeep improvements
- Fix lint error
- Support Python 3.8-3.12
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-05-05 11:14:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-nbconvert: updated to 7.3.1
7.3.1
Bugs fixed
- Remove overwriting of default KernelManager
Maintenance and upkeep improvements
7.3.0
Enhancements made
- Allow pattern in output_base
- Make date configurable in latex/PDF
- Update jupyterlab CSS
Maintenance and upkeep improvements
- Update ci badge
- More detailed release instructions
7.2.10
Enhancements made
- Add cell-id anchor for cell identification
Bugs fixed
- Do not import pyppeteer for installation check
Maintenance and upkeep improvements
- Clean up license
- Add more linting
7.2.9
Bugs fixed
- Fix handling of css sanitizer
7.2.8
Bugs fixed
- always pass relax_add_props=True when validating
Maintenance and upkeep improvements
- Update codecov link
- Fix types and add lint to automerge
- Add type checking
- Add spelling and docstring enforcement
- Add scheduled ci run
7.2.7
Bugs fixed
- Fix Hanging Tests on Linux
Maintenance and upkeep improvements
- Adopt ruff and handle lint
7.2.6
Maintenance and upkeep improvements
- Include all templates in sdist
- clean up workflows
- CI Cleanup
Documentation improvements
- Fix docs build and switch to PyData Sphinx Theme
7.2.5
Bugs fixed
- Fix for webpdf print margins
Maintenance and upkeep improvements
- Bump actions/upload-artifact from 2 to 3
- Bump actions/checkout from 2 to 3
7.2.4
Maintenance and upkeep improvements
- Handle jupyter core warning
- Add dependabot
- Add Py-typed marker.
7.2.3
Bugs fixed
- clean_html: allow SVG tags and SVG attributes
Maintenance and upkeep improvements
7.2.2
Bugs fixed
- Fix default config test
Maintenance and upkeep improvements
- Add ensure label workflow
- Add release workflows
- Maintenance cleanup
7.2.1
Bugs fixed
- Fix version handling
7.2.0
Maintenance and upkeep improvements
- Prep for jupyter releaser
- Add support for jupyter_client 8
|
2022-05-17 14:57:07 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
py-nbconvert: Fix runtime error of www/py-notebook
setup.py says tinycss2 is required for bleach>=5, however
with bleach-3.3.1, tinycss2 is required to find python3 kernel.
Bump PKGREVISION.
|