Skip to content

Commit 975beb3

Browse files
committed
Publish 0.13.3
SHA256 hashes: index.js: d692db20ca6aae4bcf7f1098aca42af62714d00d87123b332e67f4ce8a2581af index.js.LICENSE.txt: 168297dcdef5665e04d02b268ffc0dddd7d99d2f74382a7baa0590edbecc6343 ipycanvas-0.13.3-py2.py3-none-any.whl: d37adb2f45d2fef1c3d33c69a0518055694d87827b2f577f3c426d7712f75daa ipycanvas-0.13.3.tar.gz: 4e867c509b01f5c4cfc009f7d921e32e5a12a029ac856e78c04ff15b65692c4a ipycanvas-0.13.3.tgz: e24bc59165b23e1801ba1387d44550972062c5fd9f1a028017ba40809fa30242
1 parent f34de09 commit 975beb3

File tree

5 files changed

+3391
-4755
lines changed

5 files changed

+3391
-4755
lines changed

CHANGELOG.md

+28-23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.13.3
6+
7+
([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37))
8+
9+
### New features
10+
11+
- Added grayscale image support in put_image_data and exposed image_smoothing_enabled attribute [#353](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/353) ([@AnyaPorter](https://github.com/AnyaPorter))
12+
- Add stroke path to Path2D interface per html canvas spec [#350](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/350) ([@cleemesser](https://github.com/cleemesser))
13+
- Added mouse wheel events support [#321](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/321) ([@VladislavZavadskyy](https://github.com/VladislavZavadskyy))
14+
15+
### Bug fixes
16+
17+
- Fix pattern from image in JupyterLab [#345](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/345) ([@martinRenou](https://github.com/martinRenou))
18+
19+
### Maintenance
20+
21+
- Add jupyter-releaser [#354](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/354) ([@martinRenou](https://github.com/martinRenou))
22+
- Fix CI [#352](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/352) ([@martinRenou](https://github.com/martinRenou))
23+
- Fix security issue [#351](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/351) ([@martinRenou](https://github.com/martinRenou))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2024-04-25&to=2024-09-06&type=c))
28+
29+
[@AnyaPorter](https://github.com/AnyaPorter) | [@cleemesser](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Acleemesser+updated%3A2024-04-25..2024-09-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2024-04-25..2024-09-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2024-04-25..2024-09-06&type=Issues) | [@VladislavZavadskyy](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AVladislavZavadskyy+updated%3A2024-04-25..2024-09-06&type=Issues)
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## Release 0.13.2
634

735
### Maintenance
@@ -16,8 +44,6 @@
1644

1745
**Full Changelog**: https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.1...0.13.2
1846

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2147
## 0.13.1
2248

2349
### What's Changed
@@ -92,7 +118,6 @@
92118
* Add a test for multicanvas by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/267
93119
* Update yarn dependencies by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/268
94120

95-
96121
**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.11.0...0.12.0
97122

98123
## Release 0.11.0
@@ -115,8 +140,6 @@
115140

116141
## 0.10.2
117142

118-
119-
120143
## Release 0.10.0
121144

122145
Improvements
@@ -126,8 +149,6 @@ Improvements
126149

127150
## Release 0.9.1
128151

129-
130-
131152
## Release 0.9.0
132153

133154
Improvements
@@ -196,7 +217,6 @@ Big fixes
196217

197218
- Refactor sizing logic. The web canvas has two sizes, the colorbuffer size and the display size (actual size on the screen). We used to only expose the colorbuffer size and force the display size to be the same. The user can now control the display size through the `layout` property. #111 #113
198219

199-
200220
## Release 0.4.7
201221

202222
### Improvements
@@ -239,29 +259,14 @@ Changes:
239259

240260
## Release 0.4.1
241261

242-
243-
244262
## Release 0.4.0
245263

246-
247-
248264
## Release 0.3.4
249265

250-
251-
252266
## Release 0.3.3
253267

254-
255-
256268
## Release 0.3.2
257269

258-
259-
260270
## Release 0.3.1
261271

262-
263-
264272
## Release 0.3.0
265-
266-
267-

ipycanvas/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Copyright (c) Martin Renou.
55
# Distributed under the terms of the Modified BSD License.
66

7-
__version__ = "0.13.2"
7+
__version__ = "0.13.3"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipycanvas",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Interactive widgets library exposing the browser's Canvas API",
55
"keywords": [
66
"jupyter",

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"numpy",
3636
"pillow>=6.0",
3737
]
38-
version = "0.13.2"
38+
version = "0.13.3"
3939

4040
[project.license]
4141
file = "LICENSE.txt"
@@ -85,7 +85,7 @@ field = [
8585
]
8686

8787
[tool.tbump.version]
88-
current = "0.13.2"
88+
current = "0.13.3"
8989
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9090

9191
[tool.tbump.git]

0 commit comments

Comments
 (0)