|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.7.3](https://github.com/pyapp-kit/magicgui/tree/v0.7.3) (2023-08-12) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.7.2...v0.7.3) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Replace QSpinBox with QLargeIntSpinBox [\#572](https://github.com/pyapp-kit/magicgui/pull/572) ([gselzer](https://github.com/gselzer)) |
| 10 | +- feat: support Pydantic2 \(as well as Pydantic1\) [\#570](https://github.com/pyapp-kit/magicgui/pull/570) ([tlambert03](https://github.com/tlambert03)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- Update `choices` setter for categorical widget to ensure `_default_choices` are updated when a `callable` choices is passed [\#563](https://github.com/pyapp-kit/magicgui/pull/563) ([jamesyan-git](https://github.com/jamesyan-git)) |
| 15 | +- Fix bind when annotating with unknown type [\#560](https://github.com/pyapp-kit/magicgui/pull/560) ([tlambert03](https://github.com/tlambert03)) |
| 16 | +- fix: fix binding of non ValueWidgets in guiclass [\#556](https://github.com/pyapp-kit/magicgui/pull/556) ([tlambert03](https://github.com/tlambert03)) |
| 17 | + |
| 18 | +**Tests & CI:** |
| 19 | + |
| 20 | +- test:skip ubuntu py39 pyqt [\#574](https://github.com/pyapp-kit/magicgui/pull/574) ([tlambert03](https://github.com/tlambert03)) |
| 21 | + |
| 22 | +**Merged pull requests:** |
| 23 | + |
| 24 | +- build: use pyqt6 for dev extra [\#569](https://github.com/pyapp-kit/magicgui/pull/569) ([tlambert03](https://github.com/tlambert03)) |
| 25 | +- ci\(dependabot\): bump tlambert03/setup-qt-libs from 1.4 to 1.5 [\#552](https://github.com/pyapp-kit/magicgui/pull/552) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 26 | +- ci\(pre-commit.ci\): autoupdate [\#551](https://github.com/pyapp-kit/magicgui/pull/551) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 27 | +- Change exception to not confuse static code checkers [\#550](https://github.com/pyapp-kit/magicgui/pull/550) ([Czaki](https://github.com/Czaki)) |
| 28 | +- ci: use headless-gui instead of xvfb-action [\#549](https://github.com/pyapp-kit/magicgui/pull/549) ([tlambert03](https://github.com/tlambert03)) |
| 29 | +- chore: pre-commit autoupdate [\#548](https://github.com/pyapp-kit/magicgui/pull/548) ([tlambert03](https://github.com/tlambert03)) |
| 30 | +- feat: Register all types in a Union when passed to return\_callback [\#544](https://github.com/pyapp-kit/magicgui/pull/544) ([tlambert03](https://github.com/tlambert03)) |
| 31 | +- ci\(pre-commit.ci\): autoupdate [\#542](https://github.com/pyapp-kit/magicgui/pull/542) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 32 | + |
3 | 33 | ## [v0.7.2](https://github.com/pyapp-kit/magicgui/tree/v0.7.2) (2023-03-05)
|
4 | 34 |
|
5 | 35 | [Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.7.1...v0.7.2)
|
|
481 | 511 |
|
482 | 512 | ## [v0.2.9](https://github.com/pyapp-kit/magicgui/tree/v0.2.9) (2021-04-05)
|
483 | 513 |
|
484 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8rc0...v0.2.9) |
| 514 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8...v0.2.9) |
485 | 515 |
|
486 | 516 | **Implemented enhancements:**
|
487 | 517 |
|
|
507 | 537 |
|
508 | 538 | - \[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))
|
509 | 539 |
|
510 |
| -## [v0.2.8rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.8rc0) (2021-03-24) |
| 540 | +## [v0.2.8](https://github.com/pyapp-kit/magicgui/tree/v0.2.8) (2021-03-24) |
511 | 541 |
|
512 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8...v0.2.8rc0) |
| 542 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.8rc0...v0.2.8) |
513 | 543 |
|
514 |
| -## [v0.2.8](https://github.com/pyapp-kit/magicgui/tree/v0.2.8) (2021-03-24) |
| 544 | +## [v0.2.8rc0](https://github.com/pyapp-kit/magicgui/tree/v0.2.8rc0) (2021-03-24) |
515 | 545 |
|
516 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.7...v0.2.8) |
| 546 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.2.7...v0.2.8rc0) |
517 | 547 |
|
518 | 548 | **Implemented enhancements:**
|
519 | 549 |
|
|
675 | 705 |
|
676 | 706 | ## [v0.2.0](https://github.com/pyapp-kit/magicgui/tree/v0.2.0) (2020-12-26)
|
677 | 707 |
|
678 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.6...v0.2.0) |
| 708 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.6rc0...v0.2.0) |
679 | 709 |
|
680 | 710 | **Merged pull requests:**
|
681 | 711 |
|
|
692 | 722 | - Drop support for python 3.6 [\#42](https://github.com/pyapp-kit/magicgui/pull/42) ([tlambert03](https://github.com/tlambert03))
|
693 | 723 | - Add \(slightly\) strict mypy checking [\#41](https://github.com/pyapp-kit/magicgui/pull/41) ([tlambert03](https://github.com/tlambert03))
|
694 | 724 |
|
695 |
| -## [v0.1.6](https://github.com/pyapp-kit/magicgui/tree/v0.1.6) (2020-07-23) |
| 725 | +## [v0.1.6rc0](https://github.com/pyapp-kit/magicgui/tree/v0.1.6rc0) (2020-07-23) |
696 | 726 |
|
697 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.6rc0...v0.1.6) |
| 727 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.6...v0.1.6rc0) |
698 | 728 |
|
699 |
| -## [v0.1.6rc0](https://github.com/pyapp-kit/magicgui/tree/v0.1.6rc0) (2020-07-23) |
| 729 | +## [v0.1.6](https://github.com/pyapp-kit/magicgui/tree/v0.1.6) (2020-07-23) |
700 | 730 |
|
701 |
| -[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.5...v0.1.6rc0) |
| 731 | +[Full Changelog](https://github.com/pyapp-kit/magicgui/compare/v0.1.5...v0.1.6) |
702 | 732 |
|
703 | 733 | **Merged pull requests:**
|
704 | 734 |
|
|
0 commit comments