File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.14.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter-widgets-contrib/ipycanvas/compare/v0.13.3...727d33c0478600e8797a0c13b07510e3eef549b3 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Add offscreen-canvas support for the jupyterlite-xeus case [ #365 ] ( https://github.com/jupyter-widgets-contrib/ipycanvas/pull/365 ) ([ @DerThorsten ] ( https://github.com/DerThorsten ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Fix ui-tests [ #366 ] ( https://github.com/jupyter-widgets-contrib/ipycanvas/pull/366 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
16
+
17
+ ### Documentation improvements
18
+
19
+ - Update jupyterlite-xeus in docs [ #367 ] ( https://github.com/jupyter-widgets-contrib/ipycanvas/pull/367 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
20
+
21
+ ### Other merged PRs
22
+
23
+ - Update docs build [ #362 ] ( https://github.com/jupyter-widgets-contrib/ipycanvas/pull/362 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
24
+ - Update docs to use latest ipywidgets + jupyterlite-xeus [ #359 ] ( https://github.com/jupyter-widgets-contrib/ipycanvas/pull/359 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
25
+
26
+ ### Contributors to this release
27
+
28
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2024-09-06&to=2025-08-01&type=c ) )
29
+
30
+ [ @DerThorsten ] ( https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3ADerThorsten+updated%3A2024-09-06..2025-08-01&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2024-09-06..2025-08-01&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2024-09-06..2025-08-01&type=Issues )
31
+
32
+ <!-- <END NEW CHANGELOG ENTRY> -->
33
+
5
34
## 0.13.3
6
35
7
36
([ Full Changelog] ( https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37 ) )
28
57
29
58
[ @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
59
31
- <!-- <END NEW CHANGELOG ENTRY> -->
32
-
33
60
## Release 0.13.2
34
61
35
62
### Maintenance
Original file line number Diff line number Diff line change 4
4
# Copyright (c) Martin Renou.
5
5
# Distributed under the terms of the Modified BSD License.
6
6
7
- __version__ = "0.13.3 "
7
+ __version__ = "0.14.0 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipycanvas" ,
3
- "version" : " 0.13.3 " ,
3
+ "version" : " 0.14.0 " ,
4
4
"description" : " Interactive widgets library exposing the browser's Canvas API" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
35
35
" numpy" ,
36
36
" pillow>=6.0" ,
37
37
]
38
- version = " 0.13.3 "
38
+ version = " 0.14.0 "
39
39
40
40
[project .license ]
41
41
file = " LICENSE.txt"
@@ -86,7 +86,7 @@ field = [
86
86
]
87
87
88
88
[tool .tbump .version ]
89
- current = " 0.13.3 "
89
+ current = " 0.14.0 "
90
90
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
91
91
92
92
[tool .tbump .git ]
You can’t perform that action at this time.
0 commit comments