mbox series

[bug#52696,00/12] Update Orange.

Message ID 20211221044520.78794-1-monego@posteo.net
Headers show
Series Update Orange. | expand

Message

Vinicius Monego Dec. 21, 2021, 4:45 a.m. UTC
Vinicius Monego (12):
  gnu: python-anyqt: Update to 0.0.13.
  gnu: python-qasync: Update to 0.22.0.
  gnu: Add python-pytest-pydocstyle.
  gnu: python-pytest-pycodestyle: Update to 2.2.0.
  gnu: python-dictdiffer: Update to 0.9.0.
  gnu: python-pynndescent: Update to 0.5.5.
  gnu: python-opentsne: Update to 0.6.1.
  gnu: python-qtconsole: Update to 4.7.7.
  gnu: python-qtconsole: Enable tests.
  gnu: python-orange-canvas-core: Update to 0.1.24.
  gnu: python-orange-widget-base: Update to 4.16.1.
  gnu: orange: Update to 3.31.0.

 gnu/packages/machine-learning.scm | 33 +++++++++-----
 gnu/packages/orange.scm           | 35 +++++++--------
 gnu/packages/python-check.scm     | 29 +++++++++++-
 gnu/packages/python-xyz.scm       | 73 ++++++++++++++++---------------
 4 files changed, 102 insertions(+), 68 deletions(-)


base-commit: 86d6c6053c7d1c7a82c83f0daf0f5e09b1ecfb63

Comments

Nicolas Goaziou Jan. 14, 2022, 8:33 p.m. UTC | #1
Hello,

Vinicius Monego <monego@posteo.net> writes:

>   gnu: python-anyqt: Update to 0.0.13.
>   gnu: python-qasync: Update to 0.22.0.
>   gnu: Add python-pytest-pydocstyle.
>   gnu: python-pytest-pycodestyle: Update to 2.2.0.
>   gnu: python-dictdiffer: Update to 0.9.0.
>   gnu: python-pynndescent: Update to 0.5.5.
>   gnu: python-opentsne: Update to 0.6.1.
>   gnu: python-qtconsole: Update to 4.7.7.
>   gnu: python-qtconsole: Enable tests.
>   gnu: python-orange-canvas-core: Update to 0.1.24.
>   gnu: python-orange-widget-base: Update to 4.16.1.
>   gnu: orange: Update to 3.31.0.

I removed input labels from python-pytest-pydocstyle and applied v2 of
this patch set. Thank you!

Regards,