|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.8.1](https://github.com/pyapp-kit/magicgui/tree/v0.8.1) (2023-12-06) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.8.0...v0.8.1) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- feat: add `Table.delete_row` method [\#610](https://github.com/pyapp-kit/magicgui/pull/610) ([tlambert03](https://github.com/tlambert03)) |
| 10 | +- feat: add toolbar widget [\#597](https://github.com/pyapp-kit/magicgui/pull/597) ([tlambert03](https://github.com/tlambert03)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- Ensure QImage is ARGB32 before converting to numpy [\#618](https://github.com/pyapp-kit/magicgui/pull/618) ([aganders3](https://github.com/aganders3)) |
| 15 | +- fix: allow future annotations in ipywidgets backend [\#609](https://github.com/pyapp-kit/magicgui/pull/609) ([tlambert03](https://github.com/tlambert03)) |
| 16 | +- Make kwargs of container-like widgets consistent [\#606](https://github.com/pyapp-kit/magicgui/pull/606) ([hanjinliu](https://github.com/hanjinliu)) |
| 17 | + |
| 18 | +**Documentation:** |
| 19 | + |
| 20 | +- docs: unpin pyside6 when building docs [\#614](https://github.com/pyapp-kit/magicgui/pull/614) ([tlambert03](https://github.com/tlambert03)) |
| 21 | + |
| 22 | +**Merged pull requests:** |
| 23 | + |
| 24 | +- ci\(dependabot\): bump tlambert03/setup-qt-libs from 1.5 to 1.6 [\#615](https://github.com/pyapp-kit/magicgui/pull/615) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 25 | +- chore!: remove older deprecations [\#607](https://github.com/pyapp-kit/magicgui/pull/607) ([tlambert03](https://github.com/tlambert03)) |
| 26 | + |
3 | 27 | ## [v0.8.0](https://github.com/pyapp-kit/magicgui/tree/v0.8.0) (2023-10-20) |
4 | 28 |
|
5 | 29 | [Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.7.3...v0.8.0) |
|
32 | 56 |
|
33 | 57 | **Merged pull requests:** |
34 | 58 |
|
| 59 | +- chore: changelog v0.8.0 [\#605](https://github.com/pyapp-kit/magicgui/pull/605) ([tlambert03](https://github.com/tlambert03)) |
35 | 60 | - style: use `Unpack` for better kwargs typing [\#599](https://github.com/pyapp-kit/magicgui/pull/599) ([tlambert03](https://github.com/tlambert03)) |
36 | 61 | - chore: remove setup.py [\#595](https://github.com/pyapp-kit/magicgui/pull/595) ([tlambert03](https://github.com/tlambert03)) |
37 | 62 | - ci\(dependabot\): bump actions/checkout from 3 to 4 [\#578](https://github.com/pyapp-kit/magicgui/pull/578) ([dependabot[bot]](https://github.com/apps/dependabot)) |
|
548 | 573 |
|
549 | 574 | ## [v0.2.9](https://github.com/pyapp-kit/magicgui/tree/v0.2.9) (2021-04-05) |
550 | 575 |
|
551 | | -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8...v0.2.9) |
| 576 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8rc0...v0.2.9) |
552 | 577 |
|
553 | 578 | **Implemented enhancements:** |
554 | 579 |
|
|
574 | 599 |
|
575 | 600 | - \[pre-commit.ci\] pre-commit autoupdate [\#212](https://github.com/pyapp-kit/magicgui/pull/212) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
576 | 601 |
|
577 | | -## [v0.2.8](https://github.com/pyapp-kit/magicgui/tree/v0.2.8) (2021-03-24) |
| 602 | +## [v0.2.8rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.8rc0) (2021-03-24) |
578 | 603 |
|
579 | | -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8rc0...v0.2.8) |
| 604 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8...v0.2.8rc0) |
580 | 605 |
|
581 | | -## [v0.2.8rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.8rc0) (2021-03-24) |
| 606 | +## [v0.2.8](https://github.com/pyapp-kit/magicgui/tree/v0.2.8) (2021-03-24) |
582 | 607 |
|
583 | | -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.7...v0.2.8rc0) |
| 608 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.7...v0.2.8) |
584 | 609 |
|
585 | 610 | **Implemented enhancements:** |
586 | 611 |
|
|
0 commit comments