Skip to content

Commit

Permalink
Publish 0.13.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
martinRenou committed Sep 6, 2024
1 parent f34de09 commit 975beb3
Show file tree
Hide file tree
Showing 5 changed files with 3,391 additions and 4,755 deletions.
51 changes: 28 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 0.13.3

([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37))

### New features

- 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))
- 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))
- Added mouse wheel events support [#321](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/321) ([@VladislavZavadskyy](https://github.com/VladislavZavadskyy))

### Bug fixes

- Fix pattern from image in JupyterLab [#345](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/345) ([@martinRenou](https://github.com/martinRenou))

### Maintenance

- Add jupyter-releaser [#354](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/354) ([@martinRenou](https://github.com/martinRenou))
- Fix CI [#352](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/352) ([@martinRenou](https://github.com/martinRenou))
- Fix security issue [#351](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/351) ([@martinRenou](https://github.com/martinRenou))

### Contributors to this release

([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))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## Release 0.13.2

### Maintenance
Expand All @@ -16,8 +44,6 @@

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.13.1

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


**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.11.0...0.12.0

## Release 0.11.0
Expand All @@ -115,8 +140,6 @@

## 0.10.2



## Release 0.10.0

Improvements
Expand All @@ -126,8 +149,6 @@ Improvements

## Release 0.9.1



## Release 0.9.0

Improvements
Expand Down Expand Up @@ -196,7 +217,6 @@ Big fixes

- 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


## Release 0.4.7

### Improvements
Expand Down Expand Up @@ -239,29 +259,14 @@ Changes:

## Release 0.4.1



## Release 0.4.0



## Release 0.3.4



## Release 0.3.3



## Release 0.3.2



## Release 0.3.1



## Release 0.3.0



2 changes: 1 addition & 1 deletion ipycanvas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.13.2"
__version__ = "0.13.3"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipycanvas",
"version": "0.13.2",
"version": "0.13.3",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"numpy",
"pillow>=6.0",
]
version = "0.13.2"
version = "0.13.3"

[project.license]
file = "LICENSE.txt"
Expand Down Expand Up @@ -85,7 +85,7 @@ field = [
]

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

[tool.tbump.git]
Expand Down
Loading

0 comments on commit 975beb3

Please sign in to comment.