Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets

Support new numpy versions #2

merged opened by cduck.me targeting main from maffsie

Based on the PR by Maffsie https://github.com/cduck/drawsvg/pull/144. Thanks for fixing this!

Numpy 2 does not have any breaking changes for the APIs used by drawsvg, so I chose to simply expand the version range instead of requiring numpy 2.x.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bd7snaz7voyhnbybtpdj67go/sh.tangled.repo.pull/3mbkmhu3ezq22
+1 -1
Interdiff #0 โ†’ #1
+1 -1
docs/index.md
··· 1106 1106 1107 1107 ```python 1108 1108 dw.Image(x, y, width, height, path=None, data=None, 1109 + embed=False, mime_type=None, **kwargs) 1109 - embed=False, mimeType=None, **kwargs) 1110 1110 ``` 1111 1111 1112 1112 ```python
setup.py

This file has not been changed.

History

2 rounds 1 comment
sign up or login to add to the discussion
2 commits
expand
setup: Bump numpy version to equivalent to 2.1
Expand range of supported numpy versions
expand 1 comment
pull request successfully merged
cduck.me submitted #0
2 commits
expand
setup: Bump numpy version to equivalent to 2.1
Expand range of supported numpy versions
expand 0 comments