Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (11m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:54:15 UTC Now

2022-11-15 10:02:28 UTC MAIN commitmail json YAML

Updated devel/py-trio, devel/py-test-trio

(adam)

2022-11-15 10:01:56 UTC MAIN commitmail json YAML

py-test-trio: updated to 0.8.0

pytest-trio 0.8.0 (2022-11-01)
------------------------------

Features
~~~~~~~~

- If a test raises an ``ExceptionGroup`` (or nested ``ExceptionGroup``\ s) with only
  a single 'leaf' exception from ``pytest.xfail()`` or ``pytest.skip()``\ , we now
  unwrap it to have the desired effect on Pytest.  ``ExceptionGroup``\ s with two or
  more leaf exceptions, even of the same type, are not changed and will be treated
  as ordinary test failures.

Bugfixes
~~~~~~~~

- Fix an issue where if two fixtures are being set up concurrently, and
  one crashes and the other hangs, then the test as a whole would hang,
  rather than being cancelled and unwound after the crash.

Misc
~~~~

- Trio 0.22.0 deprecated ``MultiError`` in favor of the standard-library
  (or `backported <https://pypi.org/project/exceptiongroup/>`__) ``ExceptionGroup``
  type; ``pytest-trio`` now uses ``ExceptionGroup`` exclusively and therefore requires
  Trio 0.22.0 or later.

- Dropped support for end-of-life Python 3.6, and the ``async_generator`` library
  necessary to support it, and started testing on Python 3.10 and 3.11.

(adam)

2022-11-15 09:49:38 UTC MAIN commitmail json YAML

py-trio: updated to 0.22.0

Trio 0.22.0 (2022-09-28)
------------------------

Headline features
~~~~~~~~~~~~~~~~~
- ``MultiError`` has been deprecated in favor of the standard :exc:`BaseExceptionGroup`
  (introduced in :pep:`654`). On Python versions below 3.11, this exception and its
  derivative :exc:`ExceptionGroup` are provided by the backport_. Trio still raises
  ``MultiError``, but it has been refactored into a subclass of :exc:`BaseExceptionGroup`
  which users should catch instead of ``MultiError``. Uses of the ``MultiError.filter()``
  class method should be replaced with :meth:`BaseExceptionGroup.split`. Uses of the
  ``MultiError.catch()`` class method should be replaced with either ``except*`` clauses
  (on Python 3.11+) or the ``exceptiongroup.catch()`` context manager provided by the
  backport_.

  See the :ref:`updated documentation <exceptiongroups>` for details.

Features
~~~~~~~~
- Added support for `Datagram TLS
  <https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security>`__,
  for secure communication over UDP. Currently requires `PyOpenSSL
  <https://pypi.org/p/pyopenssl>`__.

(adam)

2022-11-15 09:30:59 UTC MAIN commitmail json YAML

Removed devel/py-argh; Updated devel/py-exceptiongroup

(adam)

2022-11-15 09:30:43 UTC MAIN commitmail json YAML

py-exceptiongroup: updated to 1.0.3

1.0.3

Fixed monkey patching breaking suggestions (on a NameError or AttributeError) on Python 3.10

(adam)

2022-11-15 09:29:52 UTC MAIN commitmail json YAML

2022-11-15 09:25:07 UTC MAIN commitmail json YAML

frr: fix PLIST, bump PKGREVISION.

(wiz)

2022-11-15 09:18:20 UTC MAIN commitmail json YAML

py-sip: update comment, fix pkglint

(wiz)

2022-11-15 09:17:47 UTC MAIN commitmail json YAML

2022-11-15 09:17:05 UTC MAIN commitmail json YAML

2022-11-15 09:14:58 UTC MAIN commitmail json YAML

doc: removed qbzr, bzr-explorer

(wiz)

2022-11-15 09:14:28 UTC MAIN commitmail json YAML

devel/Makefile: - qbzr, bzr-explorer

(wiz)

2022-11-15 09:13:46 UTC MAIN commitmail json YAML

Updated devel/py-cwcwidth, devel/py-pyrsistent

(adam)

2022-11-15 09:13:43 UTC MAIN commitmail json YAML

qbzr: remove

dead upstream, last release 2016

(wiz)

2022-11-15 09:13:30 UTC MAIN commitmail json YAML

bzr-explorer: remove

dead upstream, last release 2013

(wiz)

2022-11-15 09:13:29 UTC MAIN commitmail json YAML

py-pyrsistent: updated to 0.19.2

0.19.2
* Fix pmap regression in 0.19.1. Element access sometimes unreliable after insert.

(adam)

2022-11-15 09:12:12 UTC MAIN commitmail json YAML

py-cwcwidth: updated to 0.1.8

0.1.8
* Set build-backend in pyproject.toml.

(adam)

2022-11-15 08:56:20 UTC MAIN commitmail json YAML

Updated textproc/po4a, multimedia/mkvtoolnix

(adam)

2022-11-15 08:55:31 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 72.0.0

Version 72.0.0 "Minuano (Six-eight)" 2022-11-13

New features and enhancements

* mkvmerge: AV1 parser: the variable-width OBU size field will be re-written
  with minimal length if it's encoded longer than necessary.
* mkvmerge: when splitting is active the program will output the timestamps
  actually used for making the decision when to split. If GUI mode is active,
  a specially formatted line `#GUI#splitting_before_timestamp <timestamp>` is
  output as well. Lines prefixed with`#GUI#` are suitable for machine parsing,
  won't be translated and are guaranteed not to change in format.
* MKVToolNix GUI: multiplexer: when dragging & dropping directories to the
  "attachments" tab, the files contained in those directories will be
  attached.
* MKVToolNix GUI: info tool: added information about the file (directory,
  size, modification timestamp) at the top of each tab.

Bug fixes

* mkvmerge: AV1 parser: fixed the parser completely aborting when parsing the
  OBU size field fails due to there not being enough data to parse. Instead
  the parser will remember the last known-good position & restart from there
  after more data is available.
* mkvmerge: HDMV PGS subtitles: reverted the change that implemented a
  heuristic for detecting bogus timestamps & attempting to fix them. This was
  done to fix 3268. Unfortunately this affected valid subtitle files with
  intentional huge gaps in timestamps, e.g. forced subtitle tracks. The
  heuristic has simply been removed, fixing 3392.
* mkvmerge: Matroska reader: fixed reading files with EBML Void elements
  before the Matroska Segment element.
* mkvmerge: fixed reversed attachment selection: `--attachments !4` would not
  copy any attachment instead of all attachments but the one with ID 4.
* mkvextract: IETF BCP 47/RFC 5646 language tags: mkvextract will now use &
  prefer IETF BCP 47 track language elements if they're present. Only affects
  the VobSub & USF subtitle extraction.
* mkvpropedit, MKVToolNix GUI's chapter & header editors: updated the list of
  deprecated Matroska elements. The applications will no longer try to write
  those elements, even if they're found in the file to be modified. The
  programs will no longer abort with error messages such as `assertion "false"
  failed`.
* mkvpropedit, MKVToolNix GUI's chapter & header editors: when the Matroska
  version numbers stored in the EBML Head element are updated, the updated
  EBML Head element might be smaller than the existing one. In that case the
  programs used to shrink the EBML Head & write a small EBML Void element
  between the updated EBML Head & the following element, usually a Matroska
  Segment element. This isn't widely supported by programs including
  MKVToolNix itself, causing them to declare such files as invalid. The
  programs will now create the EBML Void element inside the EBML Head element,
  making them a level 1 element instead of a level 0 element.
* mkvpropedit, MKVToolNix GUI's chapter & header editors: often the programs
  have to relocate the Master elements in which the modifications were
  done. In that case the Seek Head elements must also be updated to reflect to
  the Master elements' new positions. If a file contained a Seek Head element
  at the start already and if that Seek Head was too small to contain the
  updated positions, the programs would end up in an endless loop trying to
  write data to the end, creating ever-growing files. This is now handled
  properly by voiding this too-small Seek Head & finding a proper space for a
  new one instead.
* MKVToolNix GUI: header editor: fixed pixelated icons on higher display
  scaling values.

Build system changes

* bug fix: libFLAC detection is now done via `pkg-config`, and the
  corresponding compiler flags are honored. Fixes static compilation with
  newer versions of libFLAC with MXE where a compiler definition is required
  to signal that it libFLAC wasn't built as a DLL.

(adam)

2022-11-15 08:54:13 UTC MAIN commitmail json YAML

po4a: updated to 0.68

v0.68

Project organization:

Add a deprecation warning to po4a-translate and po4a-updatepo stating that po4a is the prefered interface.
Rewrite the po4a-gettextize documentation [Mt].
Rewrite the intro of po4a doc, and add a Quick start tutorial [Mt].

gettextization:

Rework completely the deduplication of msgids introduced in v0.67.

Markdown:

Allow lists to start the line with no leading spaces before the '-' sign. This uncovers a bug in our test suite that was enforcing the buggy behavior :( [Mt]
Properly deal with fenced div blocks

Man:

Bold text should never be wrapped as groff seems to reset the font on new line [Mt].
Properly deal with comments around macro definitions [Mt]

v0.67

Asciidoc:

Support Hugo shortcode on macros [Danilo G. Baio]
Support automatically numbered callouts [J.N. Avila]
Support line breaks [J.N. Avila]

gettextization:

Deduplicate the msgids, to prevent the structure desynchronizations
when the same string is used at several locations, with mismatching types.
Add some tests for the gettextization feature. [mquinson]

po4a-translate:

Do not check whether the po file is uptodate, as it's impossible to do
that correctly when several master files are merged in the same POT.

Man:

Improve the error message when using '.de', '.if', '.ie' to hint about
the option 'groff_code=verbatim|translate' [mquinson]
Implement '.el' (else branch) as translate_joined [mquinson]
Implement '.de1' (define with no check) as '.de' [mquinson]
Implement '.dei', '.dei1' (define with subst) [MQ]
Implement '.it' (input trap) as untranslated [mquinson]
Make a sensible warning when user-defined macros are not explained to po4a
with the 'untranslated' option and friends. [mquinson]

Markdown:

New option 'yfm_lenient' to proceed even if the YAML Front Matter parser fails.
Useful when your file starts with an horizontal ruler that is not a YFM.
This introduces a NEW DEPENDENCY: Syntax::Keyword::Try
Do not quote the YFM lists to not break them [mquinson].
Thanks @dbaio for the analysis and @ynojima for an initial patch in doc-l10n-kit.

xHTML:

Add a test for tables and stop claiming that they may be broken

Other bug fixes:

Hide an ugly warning about uninitialized string

(adam)

2022-11-15 08:52:19 UTC MAIN commitmail json YAML

doc: Updated www/py-mod_wsgi to 4.9.4

(wiz)

2022-11-15 08:52:09 UTC MAIN commitmail json YAML

py-ap24-mod_wsgi: update to 4.9.4.

4.9.4

Bugs Fixed

    Apache 2.4.54 changed the default value for LimitRequestBody
    from 0, which indicates there is no limit, to 1Gi. If the Apache
    configuration supplied with a distribution wasn窶冲 explicitly
    setting LimitRequestBody to 0 at global server scope for the
    purposes of documenting the default, and it was actually relying
    on the compiled in default, then when using mod_wsgi daemon
    mode, if a request body size greater than 1Gi was encountered
    the mod_wsgi daemon mode process would crash.  Fix ability to
    build mod_wsgi against Apache 2.2. Do note that in general only
    recent versions of Apache 2.4 are supported

4.9.3

Bugs Fixed

    When using WSGITrustedProxies and WSGITrustedProxyHeaders in
    the Apache configuration, or --trust-proxy and --trust-proxy-header
    options with mod_wsgi-express, if you trusted the X-Client-IP
    header and a request was received from an untrusted client,
    the header was not being correctly removed from the set of
    headers passed through to the WSGI application.

    This only occurred with the X-Client-IP header and the same
    problem was not present if trusting the X-Real-IP or X-Forwarded-For
    headers.

    The purpose of this feature for trusting a front end proxy was
    in this case for the headers:

    X-Client-IP X-Real-IP X-Forwarded-For

    and was designed to allow the value of REMOTE_ADDR passed to
    the WSGI application to be rewritten to the IP address that a
    trusted proxy said was the real remote address of the client.

    In other words, if a request was received from a proxy the IP
    address of which was trusted, REMOTE_ADDR would be set to the
    value of the single designated header out of those listed above
    which was to be trusted.

    In the case where the proxy was trusted, in addition to
    REMOTE_ADDR being rewritten, only the trusted header would be
    passed through. That is, if X-Real-IP was the trusted header,
    then HTTP_X_REAL_IP would be passed to the WSGI application,
    but HTTP_X_CLIENT_IP and HTTP_X_FORWARDED_FOR would be dropped
    if corresponding headers had also been supplied. That the header
    used to rewrite REMOTE_ADDR was passed through still was only
    intended for the purpose of documenting where the value of
    REMOTE_ADDR came from. A WSGI application when relying on this
    feature should only ever use the value of REMOTE_ADDR and should
    ignore the header passed through.

    The behaviour as described was therefore based on a WSGI
    application not at the same time enabling any WSGI or web
    framework middleware to try and process any proxy headers a
    second time and REMOTE_ADDR should be the single source of
    truth. Albeit the headers which were passed through should have
    resulted in the same result for REMOTE_ADDR if the proxy headers
    were processed a second time.

    Now in the case of the client a request was received from not
    being a trusted proxy, then REMOTE_ADDR would not be rewritten,
    and would be left as the IP of the client, and none of the
    headers listed above were supposed to be passed through.

    That REMOTE_ADDR is not rewritten is implemented correctly when
    the client is not a trusted proxy, but of the three headers
    listed above, HTTP_X_CLIENT_ID was not being dropped if the
    corresponding header was supplied.

    If the WSGI application followed best practice and only relied
    on the value of REMOTE_ADDR as the source of truth for the
    remote client address, then that HTTP_X_CLIENT_ID was not being
    dropped should pose no security risk. There would however be
    a problem if a WSGI application was still enabling a WSGI or
    web framework specific middleware to process the proxy headers
    a second time even though not required. In this case, the
    middleware used by the WSGI application may still trust the
    X-Client-IP header and rewrite REMOTE_ADDR allowing a malicious
    client to pretend to have a different IP address.

    In addition to the WSGI application having redundant checks
    for the proxy headers, to take advantage of this, a client
    would also need direct access to the Apache/mod_wsgi server
    instance.

    In the case that only clients on your private network behind
    your proxy could access the Apache/mod_wsgi server instance,
    that would imply any malicious actor already had access to your
    private network and had access to hosts in that private network
    or could attach their own device to that private network.

    In the case where your Apache/mod_wsgi server instance could
    be accessed from the same external networks as a proxy forwarding
    requests to it, such as may occur if making use of a CDN proxy
    cache, a client would still need to know the direct address
    used by the Apache/mod_wsgi server instance.

    Note that only one proxy header for designating the IP of a
    client should ever be trusted. If you trust more than one, then
    which will be used if both are present is undefined as it is
    dependent on the order that Apache processes headers. This
    hasn窶冲 changed and as before to avoid ambiguity you should only
    trust one of the proxy headers recognised for this purpose.

4.9.2

Bugs Fixed

    When using mod_wsgi-express in daemon mode, and source code
    reloading was enabled, an invalid URL path which contained a
    byte sequence which could not be decoded as UTF-8 was causing
    a process crash.

4.9.1

Bugs Fixed

    When using --enable-debugger of mod_wsgi-express to enable Pdb,
    it was failing due to prior changes to run Apache in a sub
    processes to avoid Apache being shutdown when the window size
    changed. This was because standard input was being detached
    from Apache and so it was not possible to interact with Pdb.
    Now when --enable-debugger is used, or any feature which uses
    --debug-mode, Apache will not be run in a sub process so that
    you can still use standard input to interact with the process
    if needed. This does mean that a window size change event will
    again cause Apache to shutdown in these cases though.  Update
    code so compiles on Python 3.11. Python 3.11 makes structures
    for Python frame objects opaque and requires functions to access
    struct members.

Features Changed

    Historically when a process was being shutdown, mod_wsgi would
    do its best to destroy any Python sub interpreters as well as
    the main Python interpreter. This was done in case applications
    attempted to run any actions on process shutdown via atexit
    registered callbacks or other means.

    Because of changes in Python 3.9, and possibly because mod_wsgi
    makes use of externally created C threads to handle requests,
    and not Python native threads, there is now a suspiscion that
    attempting to delete Python sub interpreters can hang. It is
    believed this may relate to Python core now expecting all Python
    thread state objects to have been deleted before the Python
    sub interpreter can be destroyed. If they aren窶冲 then Python
    core code can block indefinitely. If the issue isn窶冲 the
    externally created C threads that mod_wsgi uses, it might
    instead be arising as a problem when a hosted WSGI application
    creates its own background threads but they are still running
    when the attempt is made to destroy the sub interpreter.

    In the case of using daemon mode the result is that processes
    can hang on shutdown, but will still at least be deleted after
    5 seconds due to how Apache process management will forcibly
    kill managed processes after 5 seconds if they do not exit
    cleanly themselves. In other words the issue may not be noticed.

    For embedded mode however, the Apache child process can hang
    around indefinitely, possibly only being deleted if some higher
    level system application manager such as systemd is able to
    detect the problem and forcibly deleted the hung process.

    Although mod_wsgi always attempts to ensure that the externally
    created C threads are not still handling HTTP requests and thus
    not active prior to destroying the Python interpreter, it is
    impossible to guarantee this. Similarly, there is no way to
    guarantee that background threads created by a WSGI application
    aren窶冲 still running. As such, it isn窶冲 possible to safely
    attempt to delete the Python thread state objects before deleting
    the Python sub interpreter.

    Because of this uncertainty mod_wsgi now provides a way to
    disable the attempt to destroy the Python sub interpreters or
    the main Python interpreter when the process is being shutdown.
    This will though mean that atexit registered callbacks will
    not be called if this option is enabled. It is therefore
    important that you use mod_wsgi窶冱 own mechanism of being notified
    when a process is being shutdown to perform any special actions.

    import mod_wsgi

    def shutdown_handler(event, **kwargs):
      print('SHUTDOWN-HANDLER', event, kwargs)

    mod_wsgi.subscribe_shutdown(shutdown_handler)

    Use of this shutdown notification was necessary anyway to
    reliably attempt to stop background threads created by the WSGI
    application since atexit registered callbacks are not called
    by Python core until after it thinks all threads have been
    stopped. In other words, atexit register callbacks couldn窶冲 be
    used to reliably stop background threads. Thus use of the
    mod_wsgi mechanism for performing actions on process shutdown
    is the preferred way.

    Overall it is expected that the majority of users will not
    notice this change as it is very rare to see WSGI applications
    want to perform special actions on process shutdown. If you
    are affected, you should use mod_wsgi窶冱 mechanism to perform
    special actions on process shutdown.

    If you need to enable this mode whereby no attempt is made to
    destroy the Python interpreter (including sub interpreters) on
    process shutdown, you can add at global scope in the Apache
    configuration:

    WSGIDestroyInterpreter Off

    If you are using mod_wsgi-express, you can instead supply the
    command line option --orphan-interpreter.

4.9.0

Bugs Fixed

    The mod_wsgi code wouldn窶冲 compile on Python 3.10 as various
    Python C API functions were removed. Note that the changes
    required switching to alternate C APIs. The changes were made
    for all Python versions back to Python 3.6 and were not
    conditional on Python 3.10+ being used. This is why the minor
    version got bumped.  When using CMMI (configure/make/make
    install) method for compiling mod_wsgi if embedded mode was
    being disabled at compile time, compilation would fail.  When
    maximum-requests option was used with mod_wsgi daemon mode,
    and a graceful restart signal was sent to the daemon process
    while there was an active request, the process would only
    shutdown when the graceful timeout period had expired, and not
    as soon as any active requests had completed, if that had
    occurred before the graceful timeout had expired.  When using
    the startup-timeout and restart-interval options of WSGIDaemonProcess
    directive together, checking for the expiration time of the
    startup time was done incorrectly, resulting in process restart
    being delayed if startup had failed. At worst case this was
    the lessor of the time periods specified by the options
    restart-interval, deadlock-timeout, graceful-timeout and
    eviction-timeout. If request-timeout were defined it would
    however still be calculated correctly. As request-timeout was
    by default defined when using mod_wsgi-express, this issue only
    usually affect mod_wsgi when manually configuring Apache.

Features Changed

    Historically when using embedded mode, wsgi.multithread in the
    WSGI environ dictionary has reported True when any multithread
    capable Apache MPM were used (eg., worker, event), even if the
    current number of configured threads per child process was
    overridden to be 1. Why this was the case has been forgotten,
    but generally wouldn窶冲 matter since no one would ever set up
    Apache with a mulithread MPM and then configure the number of
    threads to be 1. If that was desired then prefork MPM would be
    used.

    With mod_wsgi-express since 4.8.0 making it much easier to use
    embedded mode and have a sane configuration used, since it is
    generated for you, the value of wsgi.multithread has been
    changed such that it will now correctly report False if using
    embedded mode, a multithread capable MPM is used, but the number
    of configured threads is set to 1.

    The graceful-timeout option for WSGIDaemonProcess now defaults
    to 15 seconds. This was always the case when mod_wsgi-express
    was used but the default was never applied back to the case
    where mod_wsgi was being configured manually.

    A default of 15 seconds for graceful-timeout is being added to
    avoid the problem where sending a SIGUSR1 to a daemon mode
    process would never see the process shutdown due to there never
    being a time when there were no active requests. This might
    occur when there were a stuck request that never completed, or
    numerous long running requests which always overlapped in time
    meaning the process was never idle.

    You can still force graceful-timeout to be 0 to restore the
    original behaviour, but that is probably not recommended.

4.8.0

Bugs Fixed

    Fixed potential for process crash on Apache startup when the
    WSGI script file or other Python script file were being preloaded.
    This was triggered when WSGIImportScript was used, or if
    WSGIScriptAlias or WSGIScriptAliasMatch were used and both the
    process-group and application-group options were used with
    those directives.

    The potential for this problem arising was extremely high on
    Alpine Linux, but seem to be very rare on a full Linux of macOS
    distribution where glibc was being used.

    Include a potential workaround so that virtual environment work
    on Windows.

    Use of virtual environments in embedded systems on Windows has
    been broken ever since python -m venv was introduced.

    Initially virtualenv was not affected, although when it changed
    to use the new style Python virtual environment layout the same
    as python -m venv it also broke. This was with the introduction
    of about virtualenv version 20.0.0.

    The underlying cause is lack of support for using virtual
    environments in CPython for the new style virtual environments.
    The bug has existed in CPython since back in 2014 and has not
    been fixed. For details of the issue see
    https://bugs.python.org/issue22213.

    For non Window systems a workaround had been used to resolve
    the problem, but the same workaround has never worked on Windows.
    The change in this version tries a different workaround for
    Windows environments.

    Added a workaround for the fact that Python doesn窶冲 actually
    set the _main_thread attribute of the threading module to the
    main thread which initialized the main interpreter or sub
    interpreter, but the first thread that imports the threading
    module. In an embedded system such as mod_wsgi it could be a
    request thread, not the main thread, that would import the
    threading module.

    This issue was causing the asgiref module used in Django to
    fail when using signal.set_wakeup_fd() as code was thinking it
    was in the main thread when it wasn窶冲. See
    https://github.com/django/asgiref/issues/143.

    Using WSGILazyInitialization Off would cause Python to abort
    the Apache parent process. The issue has been resolved, but
    you are warned that you should not be using this option anyway
    as it is dangerous and opens up security holes with the potential
    for user code to run as the root user when Python is initialized.

    Fix a Python deprecation warning for PyArg_ParseTuple() which
    would cause the process to crash when deprecation warnings were
    turned on globally for an application. Crash was occuring
    whenever anything was output to Apache error log via print().

Features Changed

    The --isatty option of mod_wsgi-express has been removed and
    the behaviour enabled by the option is now the default. The
    default behaviour is now that if mod_wsgi-express is run in an
    interactive terminal, then Apache will be started within a sub
    process of the mod_wsgi-express script and the SIGWINCH signal
    will be blocked and not passed through to Apache. This means
    that a window resizing event will no longer cause mod_wsgi-express
    to shutdown unexpectedly.  When trying to set resource limits
    and they can窶冲 be set, the system error number will now be
    included in the error message.

New Features

    Added the mod_wsgi.subscribe_shutdown() function for registering
    a callback to be called when the process is being shutdown.
    This is needed because atexit.register() doesn窶冲 work as required
    for the main Python interpreter, specifically the atexit callback
    isn窶冲 called before the main interpreter thread attempts to
    wait on threads on shutdown, thus preventing one from shutting
    down daemon threads and waiting on them.

    This feature to get a callback on process shutdown was previously
    available by using mod_wsgi.subscribe_events(), but that would
    also reports events to the callback on requests as they happen,
    thus adding extra overhead if not using the request events.
    The new registration function can thus be used where only
    interested in the event for the process being shutdown.

    Added an --embedded-mode option to mod_wsgi-express to make it
    easier to force it into embedded mode for high throughput, CPU
    bound applications with minimal response times. In this case
    the number of Apache child worker processes used for embedded
    mode will be dictated by the --processes and --threads option,
    completely overriding any automatic mechanism to set those
    parameters. Any auto scaling done by Apache for the child worker
    processes will also be disabled.

    This gives preference to using Apache worker MPM instead of
    event MPM, as event MPM doesn窶冲 work correctly when told to
    run with less than three threads per process. You can switch
    back to using event MPM by using the --server-mpm option, but
    will need to ensure that have three threads per process or
    more.

    Locking of the Python global interpreter lock has been reviewed
    with changes resulting in a reduction in overhead, or otherwise
    changing the interaction between threads such that at high
    request rate with a hello world application, a greater request
    throughput can be achieved. How much improvement you see with
    your own applications will depend on what your application does
    and whether you have short response times to begin with. If
    you have an I/O bound application with long response times you
    likely aren窶冲 going to see any difference.

    Internal metrics collection has been improved with additional
    information provided in process metrics and a new request
    metrics feature added giving access to aggregrated metrics over
    the time of a reporting period. This includes bucketed time
    data on requests so can calculate distribution of server, queue
    and application time.

    Note that the new request metrics is still a work in progress
    and may be modified or enhanced, causing breaking changes in
    the format of data returned.

    Hidden experimental support for running mod_wsgi-express
    start-server on Windows. It will not show in list of sub commands
    mod_wsgi-express accepts on Windows, but it is there. There
    are still various issues that need to be sorted out but need
    assistance from someone who knows more about programming Python
    on Windows and Windows programming in general to get it all
    working properly. If you are interested in helping, reach out
    on the mod_wsgi mailing list.

(wiz)

2022-11-15 08:44:46 UTC MAIN commitmail json YAML

py-uncompyle6: does not support python 3.11

(wiz)

2022-11-15 08:17:29 UTC MAIN commitmail json YAML

doc: Updated math/py-scikit-image to 0.19.3

(wiz)

2022-11-15 08:17:19 UTC MAIN commitmail json YAML

py-scikit-image: update to 0.19.3.

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.3

Bugs Fixed

    Revert unintentional change to default multichannel behavior introduced in v0.19.0 for skimage.restoration.cycle_spin (now defaults to single channel again)
    Fix corner case with an optimal angle of 0 degrees in hough_line_peaks
    Fixed the gallery example involving registration with log-polar transformations
    Update test suite for compatibility with the most recent tifffile release.
    warp/rotate: fixed a bug with clipping when cval is not in the input range
    Fix computation of histogram bins for multichannel integer-valued images

General Maintenance

    Update skimage.future.manual_polygon_segmentation to work with Matplotlib 3.5.
    Update skimage.io.imread to avoid warnings when using imageio>=2.16.2.
    Now compatible with Pillow >= 9.1 (palette may contain <256 entries)
    Added support for NumPy 1.23

Pull Requests Included

    Backport PR #6306 on branch v0.19.x (Fix for error in 'Using Polar and Log-Polar Transformations for Registration') (#6312)
    Backport PR #6271 on branch v0.19.x (hough_line_peaks fix for corner case with optimal angle=0) (#6313)
    Backport PR #6261 on branch v0.19.x (Ignore sparse matrix deprecation warning) (#6316)
    backport PR 6328: Fix issue with newer versions of matplotlib in manual segmentation (#6334)
    Backport PR #6343 on branch v0.19.x (avoid warnings about change to v3 API from imageio) (#6344)
    Backport PR #6355 on branch v0.19.x (remove use of deprecated kwargs from test_tifffile_kwarg_passthrough) (#6357)
    Backport PR #6352 on branch v0.19.x (Fix channel_axis default for cycle_spin) (#6358)
    Backport PR #6348 on branch v0.19.x (Fix smoothed image computation when mask is None in canny) (#6359)
    Backport PR #6361 on branch v0.19.x (Document support for Path objects in io functions) (#6363)
    Backport PR #6400 on branch v0.19.x (Add support for NumPy 1.23) (#6403)
    Backport PR #6335 on branch v0.19.x (warp/rotate: fixed a bug with clipping when cval is not in the input range) (#6411)
    Backport PR #6413 on branch v0.19.x (Fix computation of histogram bins for multichannel integer-valued images) (#6414)

0.19.2

Pull Requests Included

    fix mistake in tests.yml made during backport (gh-6129)
    Backport PR #6145 on branch v0.19.x (Fix channel_axis handling in pyramid_gaussian and pyramid_laplace) (gh-6155)
    Backport PR #6130 on branch v0.19.x (bump deprecated Azure windows environment) (gh-6131)
    Backport PR #6148 on branch v0.19.x (deprecate n_iter_max (should be max_num_iter)) (gh-6156)
    Backport PR #6152 on branch v0.19.x (specify python version used by mybinder.org for gallery demos) (gh-6157)
    Backport PR #6139 on branch v0.19.x (fix phase_cross_correlation typo) (gh-6158)
    Backport PR #6133 on branch v0.19.x (Update user warning message for viewer module.) (gh-6159)
    Backport PR #6169 on branch v0.19.x (Fix unintended change to output dtype of match_histograms) (gh-6172)
    Backport PR #6184 on branch v0.19.x (Fix SIFT wrong octave indices + typo) (gh-6186)
    Backport PR #6191 on branch v0.19.x (Fix issue6190 - inconsistent default parameters in pyramids.py) (gh-6193)
    Backport PR #6207 on branch v0.19.x (Always set params to nan when ProjectiveTransform.estimate fails) (gh-6210)
    Backport PR #5262 on branch v0.19.x (Add textbook-like tutorial on measuring fluorescence at nuclear envelope.) (gh-6213)
    Backport PR #6087 on branch v0.19.x (Add two datasets for use in upcoming scientific tutorials.) (gh-6215)
    Backport PR #6214 on branch v0.19.x (EuclideanTransform.estimate should return False when NaNs are present) (gh-6221)
    Backport PR #6219 on branch v0.19.x (Allow the output_shape argument to be any iterable for resize and resize_local_mean) (gh-6222)
    Backport PR #6223 on branch v0.19.x (Update filename in testing instructions.) (gh-6225)
    Backport PR #6231 on branch v0.19.x (Update imports/refs from deprecated scipy.ndimage.filters namespace) (gh-6233)
    Backport PR #6229 on branch v0.19.x (Remove redundant testing on Appveyor) (gh-6234)
    Backport PR #6183 on branch v0.19.x (Fix decorators warnings stacklevel) (gh-6238)
    Backport PR #6239 on branch v0.19.x (DOC: fix SciPy intersphinx) (gh-6241)
    Backport PR #6232 on branch v0.19.x (Include Cython sources via package_data) (gh-6244)
    Backport PR #6227 on branch v0.19.x (Fix calculation of Z normal in marching cubes) (gh-6245)
    Backport PR #6242 on branch v0.19.x (Fix bug in SLIC superpixels with enforce_connectivity=True and start_label > 0) (gh-6246)
    Backport PR #6211 on branch v0.19.x (PiecewiseAffineTransform.estimate return should reflect underlying transforms) gh-6247
    update MacOS libomp installation in wheel building script (gh-6249)

0.19.1

Pull Requests Included

    Backport PR #6097 on branch v0.19.x (Restore non-underscore functions in skimage.data) (gh-6099)
    Backport PR #6095 on branch v0.19.x (Preserve backwards compatibility for channel_axis parameter in transform functions) (gh-6100)
    Backport PR #6103 on branch v0.19.x (Make rank filter test comparisons robust across architectures) (gh-6106)
    Backport PR #6105 on branch v0.19.x (Pass a specific random_state into ransac in test_ransac_geometric) (gh-6107)
    Fix two equality comparison bugs in the wheel build script (gh-6098)
    Backport of gh-6109 (Add linker flags to strip debug symbols during wheel building) (gh-6110)
    Pin setuptools maximum in v0.19.x to avoid breaking on planned distutils API changes (gh-6112)
    Avoid potential circular import of rgb2gray (gh-6113)
    Backport PR #6089 on branch v0.19.x (Skip tests requiring fetched data) (gh-6115)
    Backport PR #6118 on branch v0.19.x (Fixes to tests.yml and fixes for expected warnings) (gh-6127)
    Backport PR #6114 on branch v0.19.x (Relax test condition to make it more robust to variable CI load) (gh-6128)

0.19.0

A highlight of this release is the addition of the popular
scale-invariant feature transform (SIFT) feature detector and
descriptor. This release also introduces a perceptual blur metric,
new pixel graph algorithms, and most functions now operate in
single-precision when single-precision inputs are provided. Many
other bug fixes, enhancements and performance improvements are
detailed below.

A significant change in this release is in the treatment of
multichannel images. The existing multichannel argument to functions
has been deprecated in favor of a new channel_axis argument.
channel_axis can be used to specify which axis of an array contains
channel information (with channel_axis=None indicating a grayscale
image).

scikit-image now uses "lazy loading", which enables users to access
the functions from all skimage submodules without the overhead of
eagerly importing all submodules. As a concrete example, after
calling "import skimage" a user can directly call a function such
as skimage.transform.warp whereas previously it would have been
required to first "import skimage.transform".

An exciting change on the development side is the introduction of
support for Pythran as an alternative to Cython for generating
compiled code. We plan to keep Cython support as well going forward,
so developers are free to use either one as appropriate.

(wiz)

2022-11-15 05:42:47 UTC MAIN commitmail json YAML

Updated converters/py-simplejson, finance/py-eth-hash

(adam)

2022-11-15 05:42:26 UTC MAIN commitmail json YAML

py-eth-hash: updated to 0.5.1

eth-hash v0.5.1 (2022-11-09)

Features

Add support for Python 3.11

(adam)

2022-11-15 05:34:01 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.18.0

Version 3.18.0 released 2022-11-14

* Allow serialization of classes that implement for_json or _asdict by
  ignoring TypeError when those methods are called
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
  sequence edge case

(adam)

2022-11-14 23:50:45 UTC MAIN commitmail json YAML

doc: Updated math/py-pywavelets to 1.4.1

(wiz)

2022-11-14 23:50:35 UTC MAIN commitmail json YAML

py-pywavelets: update to 1.4.1.

==============================
PyWavelets 1.1.0 Release Notes
==============================

We are very pleased to announce the release of PyWavelets 1.1.

This release includes enhanced functionality for both the stationary wavelet
transforms (``swt``, ``swt2``, ``swtn``) as well as the continuous wavelet
transform (``cwt``). In addition, there are a handful of bug fixes as
described in more detail below.

This release has dropped Python 2.7 support and now requires Python >= 3.5.

==============================
PyWavelets 1.1.1 Release Notes
==============================

This release is identical in functionality to 1.1.0.

It fixes setup.py to prevent pip from trying to install from PyPI for
Python < 3.5.
==============================
PyWavelets 1.2.0 Release Notes
==============================

We are very pleased to announce the release of PyWavelets 1.2.

This release has new discrete wavelet transforms features incleading a series
of multiresolution analysis functions (details below).

PyWavelets has dropped support for Python 3.5 and 3.6 and now supports
Python 3.7-3.10.

We also now provide aarch64 linux wheels as well as universal2 and arm64
wheels that are compatible with Apple's M1 processors.

==============================
PyWavelets 1.3.0 Release Notes
==============================

We are very pleased to announce the release of PyWavelets 1.3. This release
is functionally the same as 1.2.0, but we have updated the set of binary wheels
provided. Specifically we have added `aarch64` wheels for Python 3.7 that were
missing in 1.2.0 and have updated the versions of `manylinux` used for the
linux wheels in a manner consistent with NumPy and SciPy. We have also dropped
`musllinux` wheels which were present for some architectures in 1.2.0. We may
add them again in the future if they are adopted by NumPy and there is a
demand for this architecture.

==============================
PyWavelets 1.4.0 Release Notes
==============================

We are very pleased to announce the release of PyWavelets 1.4. This release
is a minor update to 1.3.0. It adds wheels for Python 3.11 and drops support
for Python 3.7.

There is one new utility function, `pywt.frequency2scale`, that can be used to
determine CWT scale factors corresponding to a given (normalized) frequency.
It is the inverse of the existing `pywt.scale2frequency`.

(wiz)

2022-11-14 22:18:36 UTC MAIN commitmail json YAML

py-photutils: does not support python 3.11 because of py-scikit-image

(wiz)

2022-11-14 22:06:02 UTC MAIN commitmail json YAML

py-guppy3: does not support python 3.11 as of 3.1.2

(wiz)

2022-11-14 19:42:05 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nghttp2-tools, www/py-twill, security/py-google-auth, security/py-google-auth-oauthlib

(adam)

2022-11-14 19:40:20 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 0.7.1

0.7.1 (2022-11-03)

Bug Fixes

Include updates to properties from Google Auth lib

(adam)

2022-11-14 19:39:35 UTC MAIN commitmail json YAML

py-google-auth: updated to 2.14.1

2.14.1 (2022-11-07)

Bug Fixes

Apply quota project for compute cred in adc
Update minimum required version of cryptography in pyopenssl extra
Validate url domain for aws metadata urls

(adam)

2022-11-14 19:35:29 UTC MAIN commitmail json YAML

doc: Updated print/py-reportlab to 3.6.12

(wiz)

2022-11-14 19:35:16 UTC MAIN commitmail json YAML

py-reportlab: update to 3.6.12.

CHANGES  3.6.12  25/10/2022
---------------------------
* fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao at fil dot com
* attempt fix in rparsexml.py
* add rl_settings.xmlParser with default 'lxml'
* nano RHEL related fix to setup.py contributed by James Brown jbrown at easypost dot com
* minor speedup in reportlab.graphics.transform functions
* allow usage of freetype testpaths via rl_config/rl_settings textPaths
* _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo

CHANGES  3.6.11  24/06/2022
---------------------------
* support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by Sina Khelil < sina at khelil dot com >
* support general LINEAR & RADIAL gradient table cell backgrounds
* support ShowBoundaryValue in canv.drawImage

CHANGES  3.6.10  31/05/2022
---------------------------
* fix symlink looping in setup.py reported by Michał Górny &lt; mgorny at gentoo dot org &gt;
* allow bearerBox attribute for some barcodes
* require pillow>=9.0.0 patch contributed by Claude Paroz claude at 2xlibre.net
* Apply Claude Paroz  < claude at 2xlibre dot net > patch to assume hashlib md5 exists
* ImageReader updated to allow deepcopy; similarly for doctemplate.onDrawStr
* fix 3.11.0b2 regression in rl_safe_eval.
* apply massive contribution for Table inRowSplit from Lennart Regebro < lregebro at shoobx dot com >

CHANGES  3.6.9  22/03/2022
---------------------------
* fix up _rl_accel.c 0.81 to allow better error messages and support python 3.11.0a6
* change the cibuildwheel setup to support macos M1 build

CHANGES  3.6.8  28/02/2022
---------------------------
* remove old Python2 constructs; patch from Claude Paroz < claude at 2xlibre dot net >

CHANGES  3.6.7  18/02/2022
---------------------------
* Remove use of cPickle; patch from Claude Paroz < claude at 2xlibre dot net >
* Remove unneccessary object inheritance; patch by Claude Paroz
* minor changes to python rendering in shapes.Drawing
* remove jython (dead project no python3) patch by  Claude Paroz < claude at 2xlibre dot net >
* remove unicodeT/bytesT patch by  Claude Paroz < claude at 2xlibre dot net >
* import directly from string module patch by  Claude Paroz < claude at 2xlibre dot net >
* eliminate getBytesIO and getStringIO patch by  Claude Paroz < claude at 2xlibre dot net >
* remove unused and indirect imports patch by  Claude Paroz < claude at 2xlibre dot net >

CHANGES  3.6.6 24/01/2022
---------------------------
* remove uniChr alias of chr (patch contribution from Claude Paroz)
* modify pdfdoc template to be eventually compatible with pikepdf suggested by Lennart Regebro lregebro at shoobx.com
* fix bug in table gradient bg; contribution by Justin Brzozoski justin.brzozoski at gmail.com
* fix bug in validateSetattr (__dict__) discovered and reported by Chris Buergi  cb at enerweb dot ch
* fix handling of ddfStyle in XLabel class

CHANGES  3.6.5 24/12/2021
---------------------------
* only skip listwrap on for small height objects
* changes to allow for deprecated stuff in Python-3.11

CHANGES  3.6.4   7/12/2021
---------------------------
* try to improve multi-frag paragraph justification
* fix justification condition
* allow validator OneOf to take re.Pattern

CHANGES  3.6.3   4/11/2021
---------------------------
* modernisation of para.py contribution from <Andrews Searle at BMC dot com>
* many changes to .github workflows
* changes to setup.py to support cibuildwheel
* _FindSplitterMixin protect against deepcopy failure
* allow textAnnotation to have QuadPoints keyword

CHANGES  3.6.2   1/10/2021
---------------------------
* minor changes to datareader
* fix XLabel argument usage

CHANGES  3.6.1   6/08/2021
---------------------------
* add mock for urlopen calls so tests can run off line. Contribution by Antonio Trande sagitter at fedoraproject dot org

CHANGES  3.6.0 23/07/2021
---------------------------
* create py-2-3 branch
* Cease support for Python-2.7

(wiz)

2022-11-14 19:34:37 UTC MAIN commitmail json YAML

2022-11-14 19:32:55 UTC MAIN commitmail json YAML

doc: Updated print/py-xhtml2pdf to 0.2.8

(wiz)

2022-11-14 19:32:41 UTC MAIN commitmail json YAML

py-xhtml2pdf: update to 0.2.8.

Release 0.2.8 Fixed background-image and font-face definitions

�汾� Bug-Fixes

    Fix background-image issues with #614 and pull requests with #619
    Fix CSSParseError for minified @font-face definitions #609
    Fixed a few typos and grammar mistakes in usage.rst documentation. #610

Release 0.2.7 Graphics, signing, watermarks

�沁� New

    Add encryption and password protection
    New WaterMark management system with new options
    Add Graphic builder
    Add signing pdfs (simple and pades)

�汾� Bug-Fixes

    Remove import cycle between utils and default
    Fixed link_callback construction of path
    Fixed path when is relative to current path

笞��ク� Deprecation

    xhtml in pisa.CreatePDF support will removed on next release
    XML2PDF and XHTML2PDF will be removed on next release use HTML2PDF instead

�沒� Documentation

    Add render pdf on documentation and add some html example.
    Include graphics examples

Release 0.2.6. Drop python 2 support

    Drop python 2 support.
    Remove most of python 2 code and cleanup
    Update packages dependencies
    Remove six dependency and update Readme
    Set timeout in https options
    Add new file manager approach using factory method, now new classes deal with different types of data
    B64InlineURI, LocalProtocolURI, NetworkFileUri, LocalFileURI, BytesFileUri
    Now getColor return None when None is passed ignoring default value, but return default if bool(data) == false
    rtl languages reversed lines added as a ParaFrag (note: not fully supported yet)
    Check if Paragraph has 'rtl' attribute (note: not fully supported yet)
    Fix UnboundLocalError in reportlab_paragraph (#585) (#586)
    Remove usage of getStringIO (#590) removed form reportlab
    Change test for github workflow using only Linux
    Add Python 3.9, 3.10
    Switch from PyPDF2 to PyPDF3
    Add SVG support
    Update package information.
    Allow call tests using make.

(wiz)

2022-11-14 19:29:39 UTC MAIN commitmail json YAML

py-twill: updated to 3.1

3.1 (released 2022-10-30)
-------------------------
* The submit command now takes an additional parameter to specify a form
  that can be used in rare cases when there are no form fields.
* Most commands do not return values any more, they are just commands.
  If you are using twill from Python, you should check browser properties
  like 'forms' or 'url' instead of using the return values of commands
  like 'show_forms' or 'back'.
* Two-word commands now consistently have underscores in their names,
  (e.g. 'form_action', 'get_input', 'show_links'). However, for convenience
  and backward compatibility, you can still use the names without underscores
  (e.g. 'formaction', 'getinput', 'showlinks'), and the old two-letter
  abbreviations (e.g. 'fa' for 'form_action').
* Instead of 'showforms' or 'show_forms' you can now also write 'show forms',
  and similarly for 'cookies', 'links', 'history' and 'html'. The command
  'show html' does the same as 'show' without any arguments.
* Renamed shortcuts for user agent strings, and added some more existing ones.
* Added type hints.
* Support Python 3.11.
* Many minor fixes and improvements.

3.0.3 (released 2022-10-12)
---------------------------

* Form numbers are now printed correctly with 'showforms'.

3.0.2 (released 2022-04-10)
---------------------------

* Save HTML file with browser encoding or as UTF-8.
* Do not modify root logger any more.

3.0.1 (released 2021-12-04)
---------------------------

* This version now also supports Python 3.10.
* The twill language now allows 8-bit letters to appear in strings unquoted.

3.0 (released 2021-02-25)
-------------------------

* In this version we require Python 3.6 to 3.9.
  If you still need support for Python 2 or Python 3.5,
  then please use the latest version from the 2.x branch.
* The code has been optimized for Python 3 now.
* Some minor fixes.

2.0.3 (released 2021-02-25)
---------------------------

* Backported the fixes in version 3.0.

2.0.2 (released 2021-02-13)
---------------------------

* This version now also supports Python 3.9.
* 'tidy_should_exist' has been renamed ot 'require_tidy'.
* Support for setting options to be used with HTML Tidy.
* Cleanup scripts are now also read as UTF-8 in Python 3.

2.0.1 (released 2020-07-12)
---------------------------

* Fixes an issue with encoding declarations.

2.0 (released 2020-04-04)
-------------------------

This version is based on twill 1.8, which was a refactoring
of version 0.9 that used requests_ and lxml_ instead of mechanize_,
done by Ben Taylor in April 2014. It also integrates ideas and
code from Flunc_ which was created by Luke Tucker and Robert Marianski
in 2006-2007, and from ReTwill_ which was created in April 2012
as a fork from twill 0.9 by Adam Victor Brandizzi.
The following improvements and changes were made in this version:

* Larger refactoring, clean-up and modernization efforts to support
  Python 2.7, 3.5 and higher.
* The console script has been renamed from 'twill-sh' to just 'twill'.
* We assume the default file extension '.twill' for twill scripts now.
* Uses lxml_ and requests_ instead of mechanize_ (like in version 1.8),
  but doesn't need cssselect_ and `Beautiful Soup`_ any more (unlike 1.8).
* Removed bundled packages which have become unnecessary (mechanize)
  or are available in newer versions on PyPI (pyparsing, wsgi_intercept)
  or in the standard library (subprocess).
* Removed parsing options (use_tidy, use_BeautifulSoup, allow_parse_errors)
  which have become insignificant due to the use of lxml.html.
* We use pytest_ instead of nose_ for testing twill now.
* A tox_ configuration file for running tests with different Python versions
  has been added.
* Optimized the order of the URLs that are tried out by the twill browser.
* Added an option '-d' to dump the last HTML to a file or standard output
  and an option '-w' to show the HTML directly in the web browser (this
  feature was taken over from Flunc).
* Added alias 'rf' for 'runfiles' and made runfiles run directories of
  scripts as well. This helps writing test suites for twill scripts.
* Added command 'add_cleanup' to unconditionally run cleanup scripts after
  the current script finished. This allows resetting the state of the
  tested server, so that tests will always re-run on a clean state.
  Together with a small init.twill script, this creates a test fixture.
  (This idea was taken from Flunc, which supports cleanup scripts for
  test suites, although in a somewhat different way.)
* Non string values are now accepted in variable substitution (this feature
  has been backported from ReTwill).
* XPath expressions are now supported in find/notfind commands (this feature
  has been backported from ReTwill).
* Made output better controllable by using log levels (this feature has
  been backported from ReTwill). See options '-l' and '-o'.
* Updated the map of predefined user agent strings.
* Basic authentication with realm is now supported again
  (the 'with_default_realm' option, which was broken in version 1.8,
  has been switched off).
* Server certificates are not verified by default any more, since they are
  usually not valid on test and staging servers.
* Improved handling of meta refresh. Circular redirects are detected and
  'debug equiv-refresh' is functional again. A limit for the refresh time
  interval can be set with the 'equiv_refresh_interval' option. By default
  this is set to 2, so refresh intervals of 2 or more seconds are ignored.
* Moved the  examples and additional stuff into an 'extras' directory.
* The documentation in the 'docs' directory has been updated and is now
  created with Sphinx_.
* Made sure everything (except twill-forks) also works on Windows.
* Fixed a lot of smaller and larger bugs and problems.

(adam)

2022-11-14 19:29:13 UTC MAIN commitmail json YAML

varnish: update to 7.2.1

Security
  fixes VSV00011 Varnish HTTP/2 Request Forgery Vulnerability
VEXT
  Support Varnish Extensions
Parameters
  Duration values (with a unit in seconds) can optionally take a duration unit
Other changes in varnishd
  The metadata VMODs exposes to Varnishd has changed to a non-binary format
Changes to VCL
  ESI sub-requests can no longer inherit req.http.transfer-encoding
Bundled VMODs
  std: add std.now() and std.timed_call()
  cookie: generated headers no longer have a spurious trailing semi-colon
varnishlog
  The Begin log records may contain a 4th field with the sub-level of sub-tasks.
  The -k option from varnishlog is now available in varnishncsa.
varnishstat
  MAIN.fetch_no_thread renamed to MAIN.bgfetch_no_thread
  MAIN.shm_bytes added

(tnn)

2022-11-14 19:21:49 UTC MAIN commitmail json YAML

nghttp2 nghttp2-tools: updated to 1.51.0

nghttp2 v1.51.0

lib: add casts to silence implicit conversion warnings (GH-1822)
doc: Update Ubuntu packages based on Ubuntu 22.04 (GH-1812)
doc: Update android build documentation (GH-1806)
build: Bump NDK and others to the latest (GH-1804)
build: Bump OpenSSL versions (GH-1828)
build: Bump libbpf to v1.0.1 (GH-1830)
build: Bump ngtcp2 (GH-1819, GH-1831)
build: Disable python bindings by default because it has been deprecated (GH-1811, GH-1826, GH-1829)
build: Dockerfile android improvements (GH-1805)
build: Update dependency versions for Dockerfile.android (GH-1802)
third-party: Bump llhttp (GH-1827)
src: Fix test failure on Linux if tz database is not available (GH-1813)
nghttpx: Fix affinity-cookie-stickiness parameter handling (GH-1818)
integration: Add http3 integration test (GH-1832)

(adam)

2022-11-14 19:19:57 UTC MAIN commitmail json YAML

py-cxfreeze: not for python 2

(wiz)

2022-11-14 19:19:49 UTC MAIN commitmail json YAML

doc: Updated lang/py-cxfreeze to 6.13.1

(wiz)

2022-11-14 19:19:24 UTC MAIN commitmail json YAML

2022-11-14 19:03:24 UTC MAIN commitmail json YAML

Updated devel/include-what-you-use, devel/cvise, parallel/spirv-headers, parallel/spirv-llvm-translator, lang/zig, parallel/opencl-clang

(adam)

2022-11-14 19:02:04 UTC MAIN commitmail json YAML

opencl-clang: updated to 15.0.0

15.0.0
This release is linked against LLVM 15.0.0 and SPIR-V LLVM translator v15.0.0.

(adam)

2022-11-14 19:01:22 UTC MAIN commitmail json YAML

2022-11-14 19:00:39 UTC MAIN commitmail json YAML

2022-11-14 18:59:02 UTC MAIN commitmail json YAML

doc: Updated security/py-gssapi to 1.8.2

(wiz)

2022-11-14 18:58:50 UTC MAIN commitmail json YAML

py-gssapi: update to 1.8.2.

Release v1.8.2: Klipspringer (Patch 2) Latest

    Added Python 3.11 wheel - #303

Release v1.8.1: Klipspringer (Patch 1)

    Bumped minimum Python version to Python 3.7 - #299

Release v1.8.0: Klipspringer

    Created PEP 517 compliant sdist
    No longer include cythonised files in sdist as they can be built on install time with Cython
    The Cython build requirement will be automatically resolved by pip and other tools due to PEP 517 metadata

(wiz)

2022-11-14 18:58:47 UTC MAIN commitmail json YAML

2022-11-14 18:57:39 UTC MAIN commitmail json YAML

spirv-headers: updated to 1.3.231.1

1.3.231.1
Add support for texel buffers to clspv non-semantic instruction set

(adam)

2022-11-14 18:54:34 UTC MAIN commitmail json YAML

cvise: updated to 2.6.0

v2.6.0
new Clang passes rename-operator and member-to-global were added
many Windows warnings are disabled for MSVC
c++2b is a supported C++ standard

(adam)

2022-11-14 18:54:26 UTC MAIN commitmail json YAML

2022-11-14 18:53:37 UTC MAIN commitmail json YAML

py-mpmath: switch to py-gmpy2

Bump PKGREVISION.

(wiz)

2022-11-14 18:53:25 UTC MAIN commitmail json YAML

include-what-you-use: updated to 0.19

IWYU 0.19
Compatible with Clang 15.

[iwyu] New --comment_style option to control verbosity of 'why' comments
[iwyu] New --regex option to select regex dialect
[iwyu] Add support for regex replacement in mappings
[iwyu] Add begin_keep/end_keep pragmas for protecting ranges of includes or forward-declares
[iwyu] Fix several crasher bugs for unusual inputs
[iwyu] More exhaustive handling of type aliases and enums
[iwyu] Recognize IWYU pragmas in CRLF source files
[iwyu] Respect configured toolchain on macOS (and overrides via -nostdinc++ + -isystem)
[fix_includes] Recognize namespace alias declarations
[mappings] Improve mappings for POSIX and libc headers
[cmake] Build now requires a C++17 compiler (as does LLVM)
[cmake] Support LLVM external project build (see README)

(adam)

2022-11-14 18:51:46 UTC MAIN commitmail json YAML

doc: Added math/py-gmpy2 version 2.1.2

(wiz)

2022-11-14 18:51:28 UTC MAIN commitmail json YAML

math/Makefile: + py-gmpy2

(wiz)

2022-11-14 18:50:34 UTC MAIN commitmail json YAML

math/py-gmpy2: import py-gmpy2-2.1.2

gmpy2 is an optimized, C-coded Python extension module that supports
fast multiple-precision arithmetic. gmpy2 is based on the original
gmpy module. gmpy2 adds support for correctly rounded multiple-precision
real arithmetic (using the MPFR library) and complex arithmetic
(using the MPC library).

(wiz)

2022-11-14 18:49:32 UTC MAIN commitmail json YAML

Updated lang/llvm and family

(adam)

2022-11-14 18:46:40 UTC MAIN commitmail json YAML

2022-11-14 18:45:20 UTC MAIN commitmail json YAML

2022-11-14 18:44:07 UTC MAIN commitmail json YAML

llvm: updated to 15.0.4

LLVM 15.0.4

Changes to the LLVM IR

LLVM now uses opaque pointers. This means that different pointer types like i8*, i32* or void()** are now represented as a single ptr type. See the linked document for migration instructions.
Renamed llvm.experimental.vector.extract intrinsic to llvm.vector.extract.
Renamed llvm.experimental.vector.insert intrinsic to llvm.vector.insert.
The constant expression variants of the following instructions have been removed:
extractvalue
insertvalue
udiv
sdiv
urem
srem
fadd
fsub
fmul
fdiv
frem
Added the support for fmax and fmin in atomicrmw instruction. The comparison is expected to match the behavior of llvm.maxnum.* and llvm.minnum.* respectively.
callbr instructions no longer use blockaddress arguments for labels. Instead, label constraints starting with ! refer directly to entries in the callbr indirect destination list.

Changes to building LLVM

Omitting CMAKE_BUILD_TYPE when using a single configuration generator is now an error. You now have to pass -DCMAKE_BUILD_TYPE=<type> in order to configure LLVM. This is done to help new users of LLVM select the correct type: since building LLVM in Debug mode is very resource intensive, we want to make sure that new users make the choice that lines up with their usage. We have also improved documentation around this setting that should help new users. You can find this documentation here.

Changes to Loop Optimizations

Loop interchange legality and cost model improvements

Changes to the AMDGPU Backend

8 and 16-bit atomic loads and stores are now supported

Changes to the ARM Backend

Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Added support for the Armv8.1-M PACBTI-M extension.
Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Added support for the Armv8.1-M PACBTI-M extension.
Removed the deprecation of ARMv8-A T32 Complex IT blocks. No deprecation warnings will be generated and -mrestrict-it is now always off by default. Previously it was on by default for Armv8 and off for all other architecture versions.
Added a pass to workaround Cortex-A57 Erratum 1742098 and Cortex-A72 Erratum 1655431. This is enabled by default when targeting either CPU.
Implemented generation of Windows SEH unwind information.
Switched the MinGW target to use SEH instead of DWARF for unwind information.
Added support for the Cortex-M85 CPU.
Added support for a new -mframe-chain=(none|aapcs|aapcs+leaf) command-line option, which controls the generation of AAPCS-compliant Frame Records.

Changes to the DirectX Backend

DirectX has been added as an experimental target. Specify -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=DirectX in your CMake configuration to enable it. The target is not packaged in pre-built binaries.
The DirectX backend supports the dxil architecture which is based on LLVM 3.6 IR encoded as bitcode and is the format used for DirectX GPU Shader programs.

Changes to the PowerPC Backend

Common PowerPC improvements: * Add a new post instruction selection pass to generate CTR loops. * Add SSE4 and BMI compatible intrinsics implementation. * Supported 16-byte lock free atomics on PowerPC8 and up. * Supported atomic load/store for pointer types. * Supported stack size larger than 2G * Add __builtin_min/__builtin_max/__abs builtins. * Code generation improvements for splat load/vector shuffle/mulli, etc. * Emit VSX instructions for vector loads and stores regardless of alignment. * The mcpu=future has its own ISA now (FutureISA). * Added the ppc-set-dscr option to set the Data Stream Control Register (DSCR). * Bug fixes.

AIX improvements: * Supported 64 bit XCOFF for integrated-as path. * Supported X86-compatible vector intrinsics. * Program code csect default alignment now is 32-byte. * Supported auxiliary header in integrated-as path. * Improved alias symbol handling.

Changes to the RISC-V Backend

A RISCVRedundantCopyElimination pass was added to remove unnecessary zero copies.
A RISC-V specific CodeGenPrepare pass was added.
The machine outliner was enabled by default for RISC-V at -Oz. Additionally, the newly introduced RISCVMakeCompressible pass will make modify instructions prior to emission at -Oz in order to increase opportunities for the compression with the RISC-V C extension.
Various bug fixes and improvements to code generation for the RISC-V vector extensions.
Various improvements were made to RISC-V specific optimisation passes such as RISCVSExtWRemoval and RISCVMergeBaseOffset.
llc now computes the target ABI based on the target architecture using the same logic as Clang if not explicit ABI is given.
generic is now recognized as a valid CPU name and is mapped to generic-rv32 or generic-rv64 depending on the target triple.
Support for the experimental Zvfh extension was added, enabling half-precision floating point in vectors.
Support for the Zihintpause (Pause Hint) extension.
Assembler and disassembler support for the Zfinx and Zdinx (float / double in integer register) extensions.
Assembler and disassembler support for the Zicbom, Zicboz, and Zicbop cache management operation extensions.
Support for the Zmmul extension (a subextension of the M extension, adding multiplication instructions only).
Assembler and disassembler support for the hypervisor extension and for the Sinval supervisor memory-management extension.

Changes to the X86 Backend

Support half type on SSE2 and above targets following X86 psABI.
Support rdpru instruction on Zen2 and above targets.
During this release, half type has an ABI breaking change to provide the support for the ABI of _Float16 type on SSE2 and above following X86 psABI. (D107082)

The change may affect the current use of half includes (but is not limited to):

Frontends generating half type in function passing and/or returning arguments.
Downstream runtimes providing any half conversion builtins assuming the old ABI.
Projects built with LLVM 15.0 but using early versions of compiler-rt.
When you find failures with half type, check the calling conversion of the code and switch it to the new ABI.

Changes to the LLVM tools

(Experimental) llvm-symbolizer now has --filter-markup to filter Symbolizer Markup into human-readable form.
llvm-objcopy has removed support for the legacy zlib-gnu format.
llvm-objcopy now allows --set-section-flags src=... --rename-section src=tst. --add-section=.foo1=... --rename-section=.foo1=.foo2 now adds .foo1 instead of .foo2.
New features supported on AIX for llvm-ar:
AIX big-format archive write operation (D123949)
A new object mode option, -X , to specify the type of object file llvm-ar should operate upon (D127864)
Read global symbols of AIX big archive (D124865)
New options supported for llvm-nm:
-X, to specify the type of object file that llvm-nm should examine (D118193)
--export-symbols, to create a list of symbols to export (D112735)
The LLVM gold plugin now ignores bitcode from the .llvmbc section of ELF files when doing LTO. https://github.com/llvm/llvm-project/issues/47216
llvm-objcopy now supports 32 bit XCOFF.
llvm-objdump: improved assembly printing for XCOFF.
llc now parses code-model attribute from input file.

Changes to LLDB

The “memory region” command now has a “–all” option to list all memory regions (including unmapped ranges). This is the equivalent of using address 0 then repeating the command until all regions have been listed.
Added “–show-tags” option to the “memory find” command. This is off by default. When enabled, if the target value is found in tagged memory, the tags for that memory will be shown inline with the memory contents.
Various memory related parts of LLDB have been updated to handle non-address bits (such as AArch64 pointer signatures):
“memory read”, “memory write” and “memory find” can now be used with addresses with non-address bits.
All the read and write memory methods on SBProccess and SBTarget can be used with addreses with non-address bits.
When printing a pointer expression, LLDB can now dereference the result even if it has non-address bits.
The memory cache now ignores non-address bits when looking up memory locations. This prevents us reading locations multiple times, or not writing out new values if the addresses have different non-address bits.
LLDB now supports reading memory tags from AArch64 Linux core files.
LLDB now supports the gnu debuglink section for reading debug information from a separate file on Windows
LLDB now allows selecting the C++ ABI to use on Windows (between Itanium, used for MingW, and MSVC) via the plugin.object-file.pe-coff.abi setting. In Windows builds of LLDB, this defaults to the style used for LLVM’s default target.

Other Changes

The code for the LLVM Visual Studio integration has been removed. This had been obsolete and abandoned since Visual Studio started including an integration by default in 2019.
Added the unwinder, personality, and helper functions for exception handling on AIX. (D100132) (D100504)
PGO on AIX: A new implementation that requires linker support (__start_SECTION/__stop_SECTION symbols) available on AIX 7.2 TL5 SP4 and AIX 7.3 TL0 SP2.

(adam)

2022-11-14 18:37:15 UTC MAIN commitmail json YAML

py-frozendict: fix build with python 3.11

Do not try building C extension for python 3.11, not
supported yet.

(wiz)

2022-11-14 18:21:58 UTC MAIN commitmail json YAML

doc: Updated textproc/py-creole to 1.4.10

(wiz)

2022-11-14 18:21:46 UTC MAIN commitmail json YAML

2022-11-14 18:19:51 UTC MAIN commitmail json YAML

Also update MASTER_SITE_MOZILLA

(adam)

2022-11-14 17:52:19 UTC MAIN commitmail json YAML

py-bintrees: fix build with python 3.11

(wiz)

2022-11-14 17:48:15 UTC MAIN commitmail json YAML

2022-11-14 17:24:46 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-watchdog to 2.1.9

(wiz)

2022-11-14 17:24:37 UTC MAIN commitmail json YAML

py-watchdog: update to 2.1.9.

2.1.9

    [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
    [inotify] Suppress occasional OSError: [Errno 9] Bad file descriptor at shutdown. #805
    [watchmedo] Make auto-restart restart the sub-process if it terminates. #896
    [watchmedo] Avoid zombie sub-processes when running shell-command without --wait. #405

2.1.8

    Fix adding failed emitters on observer schedule. (#872)
    [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. (#869)
    [watchmedo] Fix broken parsing of --kill-after argument for the auto-restart command. (#870)
    [watchmedo] Fix broken parsing of boolean arguments. (#887)
    [watchmedo] Fix broken parsing of commands from auto-restart, and shell-command. (#888)
    [watchmedo] Support setting verbosity level via -q/--quiet and -v/--verbose arguments. (#889)

2.1.7

    Eliminate timeout in waiting on event queue. (#861)
    [inotify] Fix not equality implementation for InotifyEvent. (#848)
    [watchmedo] Fix calling commands from within a Python script. (#879)
    [watchmedo] PyYAML is loaded only when strictly necessary. Simple usages of watchmedo are possible without the module being installed. (#847)

2.1.6

    [bsd] Fixed returned paths in kqueue.py and restored the overall results of the test suite. (#842)
    [bsd] Updated FreeBSD CI support .(#841)
    [watchmedo] Removed the argh dependency in favor of the builtin argparse module. (#836)
    [watchmedo] Removed unexistant WindowsApiAsyncObserver references and --debug-force-winapi-async arguments.
    [watchmedo] Improved the help output.

2.1.5

    Fix regression introduced in 2.1.4 (reverted "Allow overriding or adding custom event handlers to event dispatch map. (#814)"). (#830)
    Convert regexes of type str to list. (#831)

2.1.4

    [watchmedo] Fix usage of os.setsid() and os.killpg() Unix-only functions. (#809)
    [mac] Fix missing FileModifiedEvent on permission or ownership changes of a file. (#815)
    [mac] Convert absolute watch path in FSEeventsEmitter with os.path.realpath(). (#822)
    Fix a possible AttributeError in SkipRepeatsQueue._put(). (#818)
    Allow overriding or adding custom event handlers to event dispatch map. (#814)
    Fix tests on big endian platforms. (#828)

2.1.3

    Publish macOS arm64 and universal2 wheels. (#740)

2.1.2

    [mac] Fix relative path handling for non-recursive watch. (#797)
    [windows] On PyPy, events happening right after start() were missed. Add a workaround for that. (#796)

2.1.1

    [mac] Fix callback exceptions when the watcher is deleted but still receiving events (#786)

2.1.0

    [inotify] Simplify libc loading (#776)
    [mac] Add support for non-recursive watches in FSEventsEmitter (#779)
    [watchmedo] Add support for --debug-force-* arguments to tricks (#781)

2.0.3

    [mac] Use logger.debug() instead of logger.info() (#774)
    Updated documentation links (#777)

2.0.2

    [mac] Add missing exception objects (#766)

2.0.1

    [mac] Fix a segmentation fault when dealing with unicode paths (#763)
    Moved the CI from Travis-CI to GitHub Actions (#764)

2.0.0

    ⚠️ [mac] Drop support for macOS 10.12 and earlier (#750)
    [mac] Support coalesced filesystem events (#734)
    [mac] Fix an issue when renaming an item changes only the casing (#750)
    [inotify] Add support for IN_CLOSE_WRITE events. A FileCloseEvent event will be fired. Note that IN_CLOSE_NOWRITE events are not handled to prevent much noise. (#184, #245, #280, #313, #690)
    [inotify] Allow to stop the emitter multiple times (#760)
    Avoid deprecated PyEval_InitThreads on Python 3.7+ (#746)

1.0.2

    Wheels are published for GNU/Linux, macOS and Windows (#739)
    [mac] Fix missing event_id attribute in fsevents (#721)
    [mac] Return byte paths if a byte path was given in fsevents (#726)
    [mac] Add compatibility with old macOS versions (#733)
    Uniformize event for deletion of watched dir (#727)

1.0.0

    Versioning is now following the semver
    Drop support for Python 2.7, 3.4 and 3.5
    [mac] Regression fixes for native fsevents (#717)
    [windows] winapi.BUFFER_SIZE now defaults to 64000 (instead of 2048) (#700)
    [windows] Introduced winapi.PATH_BUFFER_SIZE (defaults to 2048) to keep the old behavior with path-realted functions (#700)
    Use pathlib from the standard library, instead of pathtools (#556)
    Allow file paths on Unix that don't follow the file system encoding (#703)
    Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead

0.10.5

    [mac] Regression fixes for native fsevents (#716)

(wiz)

2022-11-14 17:16:04 UTC MAIN commitmail json YAML

py-test-watch: remove python 2.x support

next py-watchdog release won't have it, no other pkgsrc package needs it

(wiz)

2022-11-14 16:47:25 UTC MAIN commitmail json YAML

dupeguru: fix PLIST for latest py-sphinx and depend on it

Bump PKGREVISION.

(wiz)

2022-11-14 16:41:10 UTC MAIN commitmail json YAML

salt-docs: add missing build dependency

(wiz)

2022-11-14 15:55:01 UTC MAIN commitmail json YAML

mk: fix mozilla master site

Reported by Mike Pumford on pkgsrc-users

(wiz)

2022-11-14 15:52:32 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 6.2.3

(wiz)

2022-11-14 15:52:22 UTC MAIN commitmail json YAML

2022-11-14 15:22:01 UTC MAIN commitmail json YAML

py-libmc: not compatible with python 2 any longer

(wiz)

2022-11-14 15:11:59 UTC MAIN commitmail json YAML

py-pygall: py-test-runner is needed at setup time

(wiz)

2022-11-14 15:09:34 UTC MAIN commitmail json YAML

py-jaraco.functools: add missing tool dependency

(wiz)

2022-11-14 15:08:31 UTC MAIN commitmail json YAML

py-inflect: add missing tool dependency

(wiz)

2022-11-14 15:03:47 UTC MAIN commitmail json YAML

py-quadprog: fix build with python 3.11

(wiz)

2022-11-14 14:56:26 UTC MAIN commitmail json YAML

doc: Updated www/wiki-tui to 0.6.0

(pin)

2022-11-14 14:56:01 UTC MAIN commitmail json YAML

www/wiki-tui: update to 0.6.0

What's Changed
Exciting New Features
- Add focus keybindings to the config by @Builditluc in #79
- Better logging messages by @Builditluc in #83
- Create config file if not existent by @Builditluc in #88
- Overhaul the UI by @Builditluc in #81

Bug Fixes
- Fix no article being displayed by @Builditluc in #73
- Disable logging if not enabled in the config by @Builditluc in #91
- Fix crash on non writable directory by @Builditluc in #99

Documentation Changes
- Add toc configuration documentation by @Builditluc in #75
- Change Branch naming by @Builditluc in #76
- Add FreeBSD install instructions by @nunotexbsd in #86

Other Changes
- Add label to exclude PRs from release notes by @Builditluc in #72
- Bump toml dependency to 0.5.9 by @Builditluc in #85
- Fix documentation action by @Builditluc in #101

(pin)

2022-11-14 14:55:21 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.22

(pin)

2022-11-14 14:55:00 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.22

0.6.22 (2022-11-13)
Features
- Save/load edit information in metafile. This allows non-destructive eding
  while leaving your original pictures intact. (c47bddb6)

Chore
- Update SVG rendering (9fdc2e56)
- Slightly relax & update dependencies (bb9c03a8)

(pin)

2022-11-14 14:38:56 UTC MAIN commitmail json YAML

py-importlib-resources: add missing tool dependency

(wiz)

2022-11-14 14:37:35 UTC MAIN commitmail json YAML

py-jaraco.context: add missing tool dependency

(wiz)

2022-11-14 14:36:22 UTC MAIN commitmail json YAML

py-rstr: add missing tool dependency

(wiz)

2022-11-14 14:34:49 UTC MAIN commitmail json YAML

2022-11-14 14:11:43 UTC MAIN commitmail json YAML

py-acora: fix build with python 3.11

(wiz)

2022-11-14 14:07:34 UTC MAIN commitmail json YAML

geography/gpsd: Catch up with ruby version changes

The pathname of asciidoctor changes when pkgsrc changes the default
ruby version.  Upstream gpsd has code to look for asciidoctorNN for
several NN, but not 31.  However, pkg_alternatives provides
asciidoctor which is found, making this not noticeable when building
on normal systems -- but of course bulk builds failed.

(gdt)

2022-11-14 13:32:32 UTC MAIN commitmail json YAML

py-cookies: mark as not for python 3.11

(upstream looks rather dead, and there's no way to open tickets with them;
no users in pkgsrc; removal candidate?)

(wiz)

2022-11-14 13:25:08 UTC MAIN commitmail json YAML

py-http-parser: fix build with python 3.11

(wiz)

2022-11-14 11:50:34 UTC MAIN commitmail json YAML

www/ruby-html-proofer: restrict to Ruby 3.1

Dependency to devel/ruby-async restricts to Ruby 3.1.

(taca)

2022-11-14 11:49:42 UTC MAIN commitmail json YAML

devel/ruby-async: restrict to Ruby 3.1

Noted by wiz@ via private e-mail and thanks much.

(taca)

2022-11-14 11:47:58 UTC MAIN commitmail json YAML

devel/ruby-io-event: restrict to Ruby 3.0 and later

Noted by wiz@ via private e-mail and thanks much.

(taca)

2022-11-14 10:51:02 UTC MAIN commitmail json YAML

oe2mbx: mark as not make-jobs-safe

--- liboe ---
gcc: error: src/liboe.o: No such file or directory

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20221112.2212/oe2mbx-1.21nb1/build.log

(wiz)

2022-11-14 10:39:49 UTC MAIN commitmail json YAML

doc: Updated biology/py-dnaio to 0.9.1

(wiz)

2022-11-14 10:39:40 UTC MAIN commitmail json YAML

py-dnaio: update to 0.9.1.

v0.9.1 (2022-08-01)
-------------------

* :pr:`85`: macOS wheels are now also built as part of the release procedure.
* :pr:`81`: API documentation improvements and minor code refactors for
  readability.

v0.9.0 (2022-05-17)
-------------------

* :pr:`79`: Added a `records_are_mates` function to be used for checking whether
  three or more records are mates of each other (by checking the ID).
* :pr:`74`, :pr:`68`: Made FASTQ parsing faster by implementing the check for
  ASCII using SSE vector instructions.
* :pr:`72`: Added a `tutorial <https://dnaio.readthedocs.io/en/latest/tutorial.html>`_.

v0.8.0 (2022-03-26)
-------------------

* Preliminary documentation is available at
  <https://dnaio.readthedocs.io/>.
* :pr:`53`: Renamed ``Sequence`` to `SequenceRecord`.
  The previous name is still available as an alias
  so that existing code will continue to work.
* When reading a FASTQ file, there is now a check that ensures that
  all characters are ASCII.
* Function ``record_names_match`` is deprecated, use `SequenceRecord.is_mate` instead.
* Dropped Python 3.6 support as it is end-of-life.

v0.7.1 (2022-01-26)
-------------------

* :pr:`34`: Fix parsing of FASTA files that just contain a comment and no reads

v0.7.0 (2022-01-17)
-------------------

* @rhpvorderman contributed many performance improvements in :pr:`15`,
  :pr:`17`, :pr:`18`, :pr:`20`, :pr:`21`, :pr:`22`, :pr:`23`. Reading
  and writing FASTQ files and reading of paired-end FASTQ files was
  sped up significantly. For example, reading uncompressed FASTQ is
  50% faster (!) than before.
* :pr:`28`: Windows support added

v0.6.0 (2021-09-28)
-------------------

* :pr:`12`: Improve FASTQ writing speed twofold (thanks to @rhpvorderman)

v0.5.2 (2021-09-07)
-------------------

* :issue:`7`: Ignore a trailing "3" in the read id

(wiz)

2022-11-14 10:35:15 UTC MAIN commitmail json YAML

musescore: fix PLIST

Bump PKGREVISION.

(wiz)

2022-11-14 10:12:04 UTC MAIN commitmail json YAML

Updated textproc/py-elementpath, textproc/py-xmlschema, devel/py-test-mypy, sysutils/py-filetype

(adam)

2022-11-14 10:11:38 UTC MAIN commitmail json YAML

py-filetype: updated to 1.2.0

v1.2.0 / 2022-11-02
===================

* chore(version): bump minor
* Merge pull request 147 from sayanarijit/fix-146
* Add tests for m4a
* Try matching audio before video
* Merge pull request 145 from RSabet/master
* update README to include avif
* added image filetype avif
* Update __init__.py
* Merge pull request 141 from ferstar/master
* test: remove unused imported(F401)
* refactor: duck-typing reading magic string and try to restore the reader position if possible
* test: fix E275 missing whitespace after keyword
* test: Use tox pipeline instead of pytest
* test: ignore E501 error for flake8 check
* fix: CLI params parser
* Merge pull request 137 from ferstar/master
* fix: guess ".docx" func and add another doc file test case
* fix: guess ".doc" func and add another doc file test case
* test: skip benchmark test in tox config
* fix: restore reader position after retrieving signature bytes
* Merge pull request 136 from ferstar/master
* test: no need to skip zstd test case
* Merge pull request 135 from ferstar/master
* fix: regression for file-like obj file type detection
* Merge pull request 134 from babenek/actions
* Merge pull request 129 from ferstar/master
* Merge branch 'master' into master
* Merge pull request 133 from magbyr/master
* Merge pull request 131 from babenek/master
* CI workflow in github actions
* Changed to if statements in matching method
* Changed return method because of coverage calculation problems
* Extra line at EOF
* Extra line at EOF
* Extra line at EOF
* Apply suggestions from code review
* README changes
* Linter changes
* Added document filetypes for doc, docx, odt, xls, xlsx, ods, ppt, pptx and odp. Added tests and sample documents for document filetypes
* Fix undocumented exception
* style: Simplify binary to integer method
* feat: add zstd skippable frames support
* test: fix the tox config and missing test sample files
* test: fix the zst test sample file
* fix(readme): rst syntax wtf

(adam)

2022-11-14 10:09:50 UTC MAIN commitmail json YAML

py-test-mypy: updated to 0.10.1

0.10.1
* Work around https://github.com/python/mypy/issues/14042.
* Add support for Python 3.11.

(adam)

2022-11-14 10:07:13 UTC MAIN commitmail json YAML

py-xmlschema: updated to 2.1.1

`v2.1.1`_ (2022-10-01)
======================
* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
* Add *allow_empty* option to `XMLSchemaBase` validation API

`v2.1.0`_ (2022-09-25)
======================
* Add *to_etree()* to document API
* Improve generic encoding with wildcards
* Clean document API and schema decoding

`v2.0.4`_ (2022-09-08)
======================
* Add *use_location_hints* argument to document API for giving the option
  of ignoring XSI schema locations hints
* Fix import from locations hints with namespace mismatch

`v2.0.3`_ (2022-08-25)
======================
* Add *keep_empty* and *element_hook* options to main `iter_decode()` method
* Fix default namespace mapping in `BadgerFishConverter`
* Fix type restriction check if restricted particle has `maxOccurs==0`

`v2.0.2`_ (2022-08-12)
======================
* Fix XSD 1.1 assertions effective scope
* Add support for Python 3.11

`v2.0.1`_ (2022-07-21)
======================
* Remove warnings during the build of the package using package_data specs in setup.py
* Fix decoding with `process_namespaces=False` and xsi:type in XML instance
* Refactor `DataElement.get()`, restore `DataElement.set()`
* Add *map_attribute_names* argument to `DataElementConverter`

`v2.0.0`_ (2022-07-18)
======================
* Refactor XPath interface for the full XPath node implementation of elementpath v3.0
* Fix BadgerFishConverter with mixed content
* Improve `get()` and `set()` of DataElement

(adam)

2022-11-14 10:05:11 UTC MAIN commitmail json YAML

py-elementpath: updated to 3.0.2

`v3.0.2`_ (2022-08-12)
======================
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray

`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11

`v3.0.0`_ (2022-07-16)
======================
* Transition to full XPath node implementation (more memory usage but
  better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)

(adam)

2022-11-14 10:00:52 UTC MAIN commitmail json YAML

ansible-lint: no longer for Python 3.8

(adam)

2022-11-14 09:59:15 UTC MAIN commitmail json YAML

Updated sysutils/ansible-core, sysutils/ansible, graphics/py-matplotlib, fonts/py-fonttools

(adam)

2022-11-14 09:58:46 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.38.0

4.38.0 (released 2022-10-21)
----------------------------

- [varLib.instancer] Added support for L4 instancing, i.e. moving the default value of
  an axis while keeping it variable. Thanks Behdad!
  It's now also possible to restrict an axis min/max values beyond the current default
  value, e.g. a font wght has min=100, def=400, max=900 and you want a partial VF that
  only varies between 500 and 700, you can now do that.
  You can either specify two min/max values (wght=500:700), and the new default will be
  set to either the minimum or maximum, depending on which one is closer to the current
  default (e.g. 500 in this case). Or you can specify three values (e.g. wght=500:600:700)
  to specify the new default value explicitly.
- [otlLib/featureVars] Set a few Count values so one doesn't need to compile the font
  to update them
- [varLib.models] Make extrapolation work for 2-master models as well where one master
  is at the default location
  Add optional extrapolate=False to normalizeLocation()
- [varLib.cff] Fixed sub-optimal packing of CFF2 deltas by no longer rounding them to
  integer
- [scaleUpem] Calculate numShorts in VarData after scale; handle CFF hintmasks

(adam)

2022-11-14 09:57:40 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.6.2

REL: v3.6.2

This release contains several bug-fixes and adjustments:

Avoid mutating dictionaries passed to subplots
Fix bbox_inches='tight' on a figure with constrained layout enabled
Fix auto-scaling of ax.hist density with histtype='step'
Fix compatibility with PySide6 6.4
Fix evaluating colormaps on non-NumPy arrays
Fix key reporting in pick events
Fix thread check on PyPy 3.8
Handle input to ax.bar that is all NaN
Make rubber band more visible on Tk and Wx backends
Restore (and warn on) seaborn styles in style.library
Restore get_renderer function in deprecated tight_layout
nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari)

(adam)

2022-11-14 09:57:04 UTC MAIN commitmail json YAML

ansible: updated to 6.6.0

v6.6.0
======

Added Collections
-----------------
- lowlydba.sqlserver (version 1.0.4)

Major Changes
-------------

community.general
~~~~~~~~~~~~~~~~~
- newrelic_deployment - removed New Relic v1 API, added support for v2 API (https://github.com/ansible-collections/community.general/pull/5341).

(adam)

2022-11-14 09:33:51 UTC MAIN commitmail json YAML

ansible-core: updated to 2.14.0

v2.14.0
=======

Major Changes
-------------
- Move handler processing into new ``PlayIterator`` phase to use the configured strategy (https://github.com/ansible/ansible/issues/65067)
- ansible - At startup the filesystem encoding and locale are checked to verify they are UTF-8. If not, the process exits with an error reporting the errant encoding.
- ansible - Increase minimum Python requirement to Python 3.9 for CLI utilities and controller code
- ansible-test - At startup the filesystem encoding is checked to verify it is UTF-8. If not, the process exits with an error reporting the errant encoding.
- ansible-test - At startup the locale is configured as ``en_US.UTF-8``, with a fallback to ``C.UTF-8``. If neither encoding is available the process exits with an error. If the fallback is used, a warning is displayed. In previous versions the ``en_US.UTF-8`` locale was always requested. However, no startup checking was performed to verify the locale was successfully configured.

(adam)

2022-11-14 09:28:35 UTC MAIN commitmail json YAML

Updated devel/py-exceptiongroup, security/py-paramiko

(adam)

2022-11-14 09:28:16 UTC MAIN commitmail json YAML

py-paramiko: updated to 2.12.0

2.12.0 2022-11-04
[Feature] Add a transport_factory kwarg to SSHClient.connect for advanced users to gain more control over early Transport setup and manipulation. Thanks to Noah Pederson for the patch.

(adam)

2022-11-14 09:17:13 UTC MAIN commitmail json YAML

py-exceptiongroup: updated to 1.0.2

1.0.2

Updated type annotations to match the ones in typeshed

1.0.1

Fixed formatted traceback missing exceptions beyond 2 nesting levels of __context__ or __cause__

(adam)

2022-11-14 09:14:07 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, devel/py-flit_core, devel/py-flit, devel/py-flit_scm

(adam)

2022-11-14 09:13:45 UTC MAIN commitmail json YAML

py-flit_scm: updated to 1.7.0

1.7.0:
Unknown changes

(adam)

2022-11-14 09:09:27 UTC MAIN commitmail json YAML

py-flit_core py-flit: updated to 3.8.0

Version 3.8

A project name containing hyphens is now automatically translated to use underscores for the import name
New option flit install --only-deps to install the dependencies of the package, but not the package itself.
Add support for recursive globbing (**) in sdist includes and excludes
Python窶冱 bytecode cache files (__pycache__ folders and .pyc files) are now always excluded from sdists
Use tomllib in Python 3.11, rather than tomli
Fix crash when unable to get a password from keyring
Fix including modified files in sdist when using Mercurial
Fix for some cases of determining whether a package supports Python 2 or not
Fix parsing version number from code using multiple assignments
Document how to use a PyPI token with FLIT_PASSWORD
Fix link to information about environment variables for pip
Link to the docs for the latest stable version in package metadata
Remove a mention of the toml package, which is no longer needed, from the Developing Flit page
The bootstrap install script for flit_core accepts a new --install-root option.
Ensure the license file is included in packages on PyPI

(adam)

2022-11-14 08:43:06 UTC MAIN commitmail json YAML

py-pep517: use correct DEPENDS for Python 3.11

(adam)

2022-11-14 08:33:57 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.57.1

6.57.1 - 2022-11-14

This patch updates some internal type annotations and fixes a formatting bug in the explain phase reporting.

6.57.0 - 2022-11-14

Hypothesis now raises an error if you passed a strategy as the alphabet= argument to text(), and it generated something which was not a length-one string. This has never been supported, we窶决e just adding explicit validation to catch cases like this StackOverflow question.

(adam)

2022-11-13 21:21:12 UTC MAIN commitmail json YAML

doc: Updated x11/xlsclients to 1.1.5

(wiz)

2022-11-13 21:20:52 UTC MAIN commitmail json YAML

xlsclients: update to 1.1.5.

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Quiet -Wmaybe-uninitialized warnings from gcc
      Handle -Wsign-compare warnings
      usage: add cold & noreturn attributes to function
      Resolve implicit conversion warnings from clang
      xlsclients 1.1.5

(wiz)

2022-11-13 21:20:14 UTC MAIN commitmail json YAML

doc: Updated x11/xlsatoms to 1.1.4

(wiz)

2022-11-13 21:20:05 UTC MAIN commitmail json YAML

xlsatoms: update to 1.1.4.

Alan Coopersmith (7):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reductions as suggested by cppcheck
      Resolve clang -Wshorten-64-to-32 warnings
      usage: add cold & noreturn attributes to function
      xlsatoms 1.1.4

(wiz)

2022-11-13 18:55:31 UTC MAIN commitmail json YAML

mold: drop maintainership.

(fcambus)

2022-11-13 18:17:46 UTC MAIN commitmail json YAML

*: drop maintainership for WebAssembly related packages.

(fcambus)

2022-11-13 16:15:13 UTC MAIN commitmail json YAML

tarlz: add a TEST_TARGET directive.

(fcambus)

2022-11-13 16:13:53 UTC MAIN commitmail json YAML

plzip: add a TEST_TARGET directive.

(fcambus)

2022-11-13 16:13:16 UTC MAIN commitmail json YAML

lzlib: add a TEST_TARGET directive.

(fcambus)

2022-11-13 15:45:15 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.26.5

(pin)

2022-11-13 15:44:52 UTC MAIN commitmail json YAML

x11/kitty: update to 0.26.5

0.26.5 [2022-11-07]

- Splits layout: Add a new mappable action to move the active window to the
  screen edge (#5643)

- ssh kitten: Allow using absolute paths for the location of transferred data
  (#5607)

- Fix a regression in the previous release that caused a resize_draw_strategy
  of static to not work (#5601)

- Wayland KDE: Fix abort when pasting into Firefox (#5603)

- Wayland GNOME: Fix ghosting when using background_tint (#5605)

- Fix cursor position at x=0 changing to x=1 on resize (#5635)

- Wayland GNOME: Fix incorrect window size in some circumstances when switching
  between windows with window decorations disabled (#4802)

- Wayland: Fix high CPU usage when using some input methods (#5369)

- Remote control: When matching window by state:focused and no window currently
  has keyboard focus, match the window belonging to the OS window that was last
  focused (#5602)

(pin)

2022-11-13 12:43:50 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 3.3.2

(gdt)

2022-11-13 12:43:40 UTC MAIN commitmail json YAML

2022-11-13 12:32:50 UTC MAIN commitmail json YAML

Updated devel/py-pathspec, devel/py-types-setuptools

(adam)

2022-11-13 12:32:29 UTC MAIN commitmail json YAML

py-types-setuptools: updated to 65.5.0.3

65.5.0.3 (2022-11-12)

Remove `setuptools._distutils.command.bdst_msi`

(adam)

2022-11-13 12:30:45 UTC MAIN commitmail json YAML

py-pathspec: updated to 0.10.2

0.10.2 (2022-11-12)
-------------------
Bug fixes:
- Fix failing tests on Windows.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_files()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_entries()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_files()`.
- IndexError with my .gitignore file when trying to build a Python package.

(adam)

2022-11-13 09:59:21 UTC MAIN commitmail json YAML

Updated devel/meson, graphics/gdk-pixbuf2

(adam)

2022-11-13 09:59:02 UTC MAIN commitmail json YAML

gdk-pixbuf2: updated to 2.42.10

2.42.10 (stable)
- Search for rst2man.py
- Update the memory size limit for JPEG images
- Translation updates

(adam)

2022-11-13 09:57:24 UTC MAIN commitmail json YAML

meson: updated to 0.64.0

0.64.0
Add optimization plain option
New languages: nasm and masm
Pager and colors for meson configure output
various install_* functions no longer handle the sticky bit
fs.copyfile to replace configure_file(copy : true)
Added update_mime_database to gnome.post_install()
Added preserve_path arg to install_data
BSD support for the jni dependency
Credentials from ~/.netrc for https URLs
Basic support for oneAPI compilers on Linux and Windows
New method to preprocess source files
python.find_installation() now accepts pure argument
Generates rust-project.json when there are Rust targets
summary() accepts disablers
Option to allow meson test to fail fast after the first failing testcase
Incremental ThinLTO with b_thinlto_cache
Update all wraps from WrapDB with meson wrap update command
Added include_core_only arg to wayland.scan_xml.
Automatic fallback using WrapDB

(adam)

2022-11-13 09:36:08 UTC MAIN commitmail json YAML

Updated databases/postgresql1[0-5]

(adam)

2022-11-13 09:34:27 UTC MAIN commitmail json YAML

postgresql1[0-5]: Updated to 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23

PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!

Bug Fixes and Improvements

This update fixes over 25 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 15. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Fix for updatable views for INSERT statements that include multi-row VALUES clauses with a DEFAULT set.
Disallow rules named _RETURN that are not ON SELECT rules.
Disallow use of MERGE on a partitioned table that has foreign-table partitions.
Fix for construction of per-partition foreign key constraints while doing ALTER TABLE ... ATTACH PARTITION, where previously incorrect or duplicate constraints could be built.
Fix for a planner failure with extended statistics on partitioned or inherited tables.
Fix bugs in logical decoding that could lead to memory leaks when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction.
Fix issues with slow shutdown of replication workers by allowing interrupts in more places.
Disallow logical replication into foreign-table partitions.
Prevent crash in replication works after a SQL or PL/pgSQL function syntax error.
psql -c now exits with a nonzero status if the query is canceled.
Allow cross-platform tablespace relocation in pg_basebackup.
Fix pg_dump to include comments attached to some CHECK constraints.

(adam)

2022-11-13 08:51:51 UTC MAIN commitmail json YAML

Note update of the "mutt" package to version 2.2.9

(tron)

2022-11-13 08:51:29 UTC MAIN commitmail json YAML

mutt: Update to version 2.2.9

This is a bug-fix release, fixing a build issue with recent versions of GPGME.

(tron)

2022-11-13 08:09:53 UTC MAIN commitmail json YAML

doc: Updated x11/xlogo to 1.0.6

(wiz)

2022-11-13 08:09:44 UTC MAIN commitmail json YAML

xlogo: update to 1.0.6.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      configure: make --with-render help string match the accepted option name
      gitlab CI: stop requiring Signed-off-by in commits
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix -Wmissing-field-initializers warning
      Add configure check and --with-xkb option for use of XkbStdBell
      xlogo 1.0.6

(wiz)

2022-11-13 08:09:01 UTC MAIN commitmail json YAML

doc: Updated x11/xkill to 1.0.6

(wiz)

2022-11-13 08:08:52 UTC MAIN commitmail json YAML

xkill: update to 1.0.6.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reductions as recommended by cppcheck
      gitlab CI: explictly list GNU make to be installed in build environment
      xkill 1.0.6

(wiz)

2022-11-13 08:08:03 UTC MAIN commitmail json YAML

doc: Updated x11/xkbevd to 1.1.5

(wiz)

2022-11-13 08:07:49 UTC MAIN commitmail json YAML

xkbevd: update to 1.1.5.

Alan Coopersmith (13):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction as suggested by cppcheck
      Rename shadowed variables
      cfgscan: check if character is EOF before calling isalpha or isdigit
      xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
      eventTypeToString: remove unnecessary strcpy to static buffer
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      xkbevd 1.1.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

(wiz)

2022-11-13 07:47:35 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.1.0.52, MesaLib-22.2.3, blas-3.11.0, gsed-4.9,
  lapacke-3.11.0, mupdf-1.21.0, mutt-2.2.9, unrar-6.2.2,
  webkit-gtk-2.38.2.

(wiz)

2022-11-13 00:52:11 UTC MAIN commitmail json YAML

doc: Updated wm/enlightenment16 to 1.0.26nb1

(gutteridge)

2022-11-13 00:52:01 UTC MAIN commitmail json YAML

2022-11-12 23:33:00 UTC MAIN commitmail json YAML

doc: Updated x11/xcompmgr to 1.1.9

(wiz)

2022-11-12 23:32:51 UTC MAIN commitmail json YAML

xcompmgr: update to 1.1.9.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      xcompmgr.man: Update bug reporting URL from bugzilla to gitlab
      Reduce variable scope as suggested by cppcheck
      Remove obsolete casts on malloc & free calls
      gitlab CI: stop requiring Signed-off-by in commits
      Resolve -Wshadow warnings
      Mark usage() as _X_COLD _X_NORETURN
      Remove unused macros
      xcompmgr 1.1.9

(wiz)

2022-11-12 21:58:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.0.1

(pin)

2022-11-12 21:58:32 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.0.1

v2.0.1 (2022-11-12)
Fixed
- Fixed the bug in making config at the launch.
- Fixed the config file path on macOS.

v2.0.0 (2022-11-11)
Changed
- Migrated to yaml from toml: New config file will be created at the first
  launch (In this process you should enter the default command name or choose
  to use $EDITOR). No more need to keep config.toml.
- Add the fallback when config file cannot be read: In such a case, you can
  use the default Config.
- HUGE refactoring overall.

Added
- Horizontal split, in addtion to the vertical split. To toggle, press s.
- Syntax highlighting (if possible) in previewed texts. To turn on, state
  syntax_hightlight = true in config.toml. you can also choose your theme,
  either from the default theme set or your favorite .tmtheme.
- Enable scrolling in the preview space. Alt + j / Up goes down, Alt + k goes
  up. Experimental and may have some bugs, and with a big text file the perf
  issue may arise.
- Search by keyword. Similar to the filter mode, but this feature do not
  manipulate the item list, just let users jump to the item that matches the
  keyword, just like Vim's /. n and N after / also works.
- Show permissions on the footer (in unix only).

Fixed
- Use exists() instead of File::open() to check whether the item path is valid
  when moving between direcotries. This allows Windows users to use this app
  at least with the basic commands.
- Avoid unwrap() / panic! as possible and return the proper error.

Removed
- Removed the filter mode, which is replaced by the keyword search.
- Removed debug print in make_config_if_not_exists
- Removed use_full_width and item_name_length in config.toml. Will always use
  full width of the terminal.

(pin)

2022-11-12 21:56:14 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.18.3

(pin)

2022-11-12 21:55:36 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.18.3

- Bump 'tpnote_lib' version to v0.10.1
- Remember template update in config file
- 'Note::from_text_file()': Tmpl: allow empty 'date:'
- Housekeeping: inline trait method
- '<Context>::insert_environment()' into 'from()'

(pin)

2022-11-12 21:54:44 UTC MAIN commitmail json YAML

doc: Updated net/yaydl to 0.11.4

(pin)

2022-11-12 21:54:15 UTC MAIN commitmail json YAML

net/yaydl: update to 0.11.4

- Avoid web driver in instances where it's not needed

(pin)

2022-11-12 20:44:38 UTC MAIN commitmail json YAML

meta-pkgs/pkg_developer: Drop MESSAGE

It duplicates the guide, and really what is installed from this
package and what PKG_DEVELOPER does are not entirely closely related.

(gdt)

2022-11-12 18:59:54 UTC MAIN commitmail json YAML

doc: Updated graphics/charls to 2.3.4

(nros)

2022-11-12 18:59:20 UTC MAIN commitmail json YAML

Update graphics/charls to version 2.3.4

Changes from CHANGELOG.md:

# Change Log
## [2.3.4] - 2021-2-12

### Changed

- Replaced legacy test images.

## [2.3.3] - 2021-2-5

### Fixed

- Fixed [#167](https://github.com/team-charls/charls/issues/167),
  Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture).

## [2.3.2] - 2021-1-29

### Fixed

- Fixed https://github.com/team-charls/charls/issues/160,
  warning: cast from 'unsigned char*' to 'uint16_t*'
  increases required alignment of target type.
- Fixed https://github.com/team-charls/charls/issues/161 ,
  warning: useless cast to type 'size_t' {aka 'unsigned int'}
  [-Wuseless-cast].

### Changed

- Updates to the CMakeLists.txt for Unix builds (except macOS)
  to hide more symbols from the shared library.
- C++14 is now the minimum version instead of explicitly required.
  This allows consuming applications more flexibility.
  Typically CMake will select the latest C++ standard version that
  the used C++ compiler supports.

## [2.3.1] - 2021-1-25

### Fixed

- Fixed https://github.com/team-charls/charls/issues/155 ,
  charls::jpegls_decoder::decode: 2 overloads have similar conversions
  in v2.3.0

## [2.3.0] - 2022-1-24

### Added

- The encoder API has been extended with a rewind method that can be
  used to re-use a configured encoder to encode multiple images in a loop.
- Added support to decode JPEG-LS images that use restart markers
  https://github.com/team-charls/charls/issues/92 .
- Added support to write and read comment (COM) segments
  https://github.com/team-charls/charls/issues/113 .
- Added support to encode/decode oversized images
  (width or height larger then 65535).
- Extended the validation of the encoded JPEG-LS byte stream during decoding.
- Added support to encode JPEG-LS images with:
  - The option to ensure the output stream has an even size.
  - The option to write the CharLS version number as a comment (COM segment)
    to the output stream.
  - The option to write the coding parameters to the output stream if
    the bits per pixel are larger then 12 (enabled by default).
- Usage of compiler specific attributes on the public API as replacement for
  ``[[nodiscard]]`` (which is a C++17 feature).

### Fixed

- Fixed https://github.com/team-charls/charls/issues/84 ,
  Default preset coding parameters not computed for unset values.
- Fixed https://github.com/team-charls/charls/issues/102 ,
  CMake find_package(charls 2.2.0 REQUIRED) not working.

### Changed

- CMakeSettings.json has been replaced with CMakePresets.json.
- Non default coding parameters are explicitly stored in
  the output stream during encoding.
- GCC shared library release builds are now using LTO
  (Link Time Optimization).
- Some functions use compiler intrinsics for slightly better performance.

## [2.2.1] - 2022-2-3

### Fixed

- Backport of fix for https://github.com/team-charls/charls/issues/167 ,
  Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture).

(nros)

2022-11-12 15:19:25 UTC MAIN commitmail json YAML

doc: Updated security/libdecaf to 1.0.2

(fox)

2022-11-12 15:19:03 UTC MAIN commitmail json YAML

security/libdecaf: Update to v1.0.2

Changes since v1.0.1:

July 13, 2022:
    Fix a security bug and an issue.

    Point::steg_encode was leaving the 24 high bits of the buffer as zero.
    It also ignored the size parameter.  The size parameter has now been
    removed, the zeros fixed and a test added to make sure that it is fixed.

    Per https://github.com/MystenLabs/ed25519-unsafe-libs, deprecate eddsa
    signing with separate pubkey and privkey input. Instead decaf_ed*_keypair_sign.

    Release v1.0.2.

(fox)

2022-11-12 15:06:07 UTC MAIN commitmail json YAML

spdlog: Fix shared library symlink name

And do not build in source directory for easier debugging.

(ryoon)

2022-11-12 13:24:20 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.71.0

(gdt)

2022-11-12 13:24:09 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update to 1.71.0

Synapse 1.71.0 (2022-11-08)
===========================

Please note that, as announced in the release notes for Synapse
1.69.0, legacy Prometheus metric names are now disabled by default.
They will be removed altogether in Synapse 1.73.0.  If not already
done, server administrators should update their dashboards and
alerting rules to avoid using the deprecated metric names.  See the
[upgrade
notes](https://matrix-org.github.io/synapse/v1.71/upgrade.html#upgrading-to-v1710)
for more details.

**Note:** in line with our [deprecation
  policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html)
  for platform dependencies, this will be the last release to support
  PostgreSQL 10, which reaches upstream end-of-life on November 10th,
  2022. Future releases of Synapse will require PostgreSQL 11+.

Features
--------

- Support back-channel logouts from OpenID Connect
  providers. ([\#11414](https://github.com/matrix-org/synapse/issues/11414))

- Allow use of Postgres and SQLlite full-text search operators in
  search
  queries. ([\#11635](https://github.com/matrix-org/synapse/issues/11635),
  [\#14310](https://github.com/matrix-org/synapse/issues/14310),
  [\#14311](https://github.com/matrix-org/synapse/issues/14311))

- Implement
  [MSC3664](https://github.com/matrix-org/matrix-doc/pull/3664),
  Pushrules for relations. Contributed by
  Nico. ([\#11804](https://github.com/matrix-org/synapse/issues/11804))

- Improve aesthetics of HTML templates. Note that these changes do not
  retroactively apply to templates which have been
  [customised](https://matrix-org.github.io/synapse/latest/templates.html#templates)
  by server
  admins. ([\#13652](https://github.com/matrix-org/synapse/issues/13652))

- Enable write-ahead logging for SQLite installations. Contributed by
  [@asymmetric](https://github.com/asymmetric). ([\#13897](https://github.com/matrix-org/synapse/issues/13897))

- Show erasure status when [listing
  users](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#query-user-account)
  in the Admin
  API. ([\#14205](https://github.com/matrix-org/synapse/issues/14205))

- Provide a specific error code when a `/sync` request provides a
  filter which doesn't represent a JSON
  object. ([\#14262](https://github.com/matrix-org/synapse/issues/14262))

(gdt)

2022-11-12 11:26:20 UTC MAIN commitmail json YAML

pkgtools/revbump: Catch up with ocaml.mk move

mk/ocaml.mk has moved to lang/ocaml/ocaml.mk, so simply adjust the
path here.

(gdt)

2022-11-12 11:02:26 UTC MAIN commitmail json YAML

Updated databases/py-peewee, net/py-zeroconf

(adam)

2022-11-12 11:02:04 UTC MAIN commitmail json YAML

py-zeroconf: updated to 0.39.4

0.39.4
Fix IP changes being missed by ServiceInfo

0.39.3
Fix port changes not being seen by ServiceInfo

(adam)

2022-11-12 11:00:34 UTC MAIN commitmail json YAML

py-peewee: updated to 3.15.4

3.15.4

* Raise an exception in `ReconnectMixin` if connection is lost while inside a
  transaction (if the transaction was interrupted presumably some changes were
  lost and explicit intervention is needed).
* Add `db.Model` property to reduce boilerplate.
* Add support for running `prefetch()` queries with joins instead of subqueries
  (this helps overcome a MySQL limitation about applying LIMITs to a subquery).
* Add SQL `AVG` to whitelist to avoid coercing by default.
* Allow arbitrary keywords in metaclass constructor.
* Add a `pyproject.toml` to silence warnings from newer pips when `wheel`
  package is not available.

(adam)

2022-11-12 09:10:25 UTC MAIN commitmail json YAML

2022-11-12 07:42:27 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-json to 4.7.2

(nikita)

2022-11-12 07:42:17 UTC MAIN commitmail json YAML

textproc/guile-json: update to 4.7.2

Changelog:

    record: also fix nested record for vectors

    bump version to 4.7.2

    record: don't call scm->record if value is *unspecified* in
    (define-json-type)

    Given the following example:

      (define-json-type <account>
        (id)
        (username)
        (omitted "omitted" <omitted>)
        (boolean))

      (define-json-type <omitted>
        (name))

    If `omitted` is *unspecified* there's no need to keep going through
    that field.

    This also rolls back part of commit 029212e.

    Fixes #78

(nikita)

2022-11-12 06:19:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.3.0.4

(fox)

2022-11-12 06:19:26 UTC MAIN commitmail json YAML

sysutils/py-Glances: Update to 3.3.0.4

Changes since 3.2.7:

===============
Version 3.3.0.4
===============

Refactor the Docker images factory, from now, only Alpine image wll be
provided.

The following Docker images (nicolargo/glances) are availables:

- *latest-full* for a full Alpine Glances image (latest release) with all
  dependencies
- *latest* for a basic Alpine Glances (latest release) version with minimal
  dependencies (Bottle and Docker)
- *dev* for a basic Alpine Glances image (based on development branch) with
  all dependencies (Warning: may be instable)

===============
Version 3.3.0.2
===============

Bug corrected:
    * Password files in same configuration dir in effect #2143
    * Fail to load config file on Python 3.10 #2176

===============
Version 3.3.0.1
===============

Just a version to rebuild the Docker images.

===============
Version 3.3.0
===============

Enhancements:

    * Migration from AngularJS to Angular/React/Vue #2100 (many thanks to
      @fr4nc0is)
    * Improve the IP module with a link to Censys #2105
    * Add the public IP information to the WebUI #2105
    * Add an option to show a configurable clock/time module to display #2150
    * Add sort information on Docker plugin (console mode). Related to #2138
    * Password files in same configuration dir in effect #2143
    * If the container name is long, then display the start, not the end -
      Related to #1732
    * Make the Web UI same than Console for CPU plugin
    * [WINDOWS] Reorganise CPU stats display #2131
    * Remove the static exportable_plugins list from glances_export.py #1556
    * Limiting data exported for economic storage #1443

Bug corrected:

    * glances.conf FS hide not applying #1666
    * AMP: regex with special chars #2152
    * fix(help-screen): add missing shortcuts and columnize algorithmically
      #2135
    * Correct issue with the regexp filter (use fullmatch instead of match)
    * Errors when running Glances as web service #1702
    * Apply alias to Duplicate sensor name #1686
    * Make the hide function in sensors section compliant with lower/upercase
      #1590
    * Web UI truncates the days part of CPU time counter of the process list
      #2108
    * Correct alignement issue with the diskio plugin (Console UI)

Documentation and CI:

    * Refactor Docker file CI
    * Add Codespell to the CI pipeline #2148
    * Please add docker-compose example and document example. #2151
    * [DOC] Glances failed to start and some other issues - BSD #2106
    * [REQUEST Docker image] Output log to stdout #2128 (for debian)
    * Fix code scanning alert - Clear-text logging of sensitive information
      #2124
    * Improve makefile (with online documentation)
    * buildx failed with: ERROR: failed to solve: python:3.10-slim-buster: no
      match for platform in manifest #2120
    * [Update docs] Can I export only the fields I need in csv report? #2113
    * Windows Python 3 installation fails on dependency package "future" #2109

Contributors for this version:

    * fr4nc0is : a very special thanks to @fr4nc0is for his huge work on the
      Glances v3.3.0 WebUI !!!
    * Kostis Anagnostopoulos
    * Kian-Meng Ang
    * dependabot[bot]
    * matthewaaronthacker
    * and your servant Nicolargo

(fox)

2022-11-12 06:03:20 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.61

(fox)

2022-11-12 06:02:48 UTC MAIN commitmail json YAML

audio/fasttracker2: Update to 1.61

Changes since v1.58

v1.61 - 07.11.2022
- For the volume column in pattern edit mode, allow the two keys to the left
  of backspace to work as '-' and '+'. This is for some keyboard layouts where
  it was impossible to insert volume slide down/up effects.

v1.60 - 11.10.2022
- Windows/macOS: Updated SDL to v2.24.1

v1.59 - 03.10.2022
- The default Disk Op. directory is now set to the user's desktop
- The WAV export screen now has a checkbox for setting BPM precision to FT2.
  This means to use less precise BPMs, which will match FT2's WAV output
  length.
- The default audio frequency and bit depth in the WAV export screen are now
  set to 44100 and 16-bit, and changing the audio frequency and bit depth in
  the config screen will not affect these settings anymore.
- Updated the help text (made a note about the new WAV export BPM mode)

(fox)

2022-11-12 05:53:09 UTC MAIN commitmail json YAML

doc: Updated security/wolfssl to 5.5.3

(fox)

2022-11-12 05:52:26 UTC MAIN commitmail json YAML

security/wolfssl: Update to v5.5.3

Changes since v5.5.1:

wolfSSL Release 5.5.3 (Nov 2, 2022)

Release 5.5.3 of wolfSSL embedded TLS has the following bug fix:

Fixes

* Fix for possible buffer zeroization overrun introduced at the end of v5.5.2
  release cycle in GitHub pull request 5743
  (https://github.com/wolfSSL/wolfssl/pull/5743) and fixed in pull request 5757
  (https://github.com/wolfSSL/wolfssl/pull/5757). In the case where a specific
  memory allocation failed or a hardware fault happened there was the potential
  for an overrun of 0窶冱 when masking the buffer used for (D)TLS 1.2 and lower
  operations. (D)TLS 1.3 only and crypto only users are not affected by the
  issue. This is not related in any way to recent issues reported in OpenSSL.

wolfSSL Release 5.5.2 (Oct 28, 2022)

Release 5.5.2 of wolfSSL embedded TLS has bug fixes and new features including:

Vulnerabilities
* [Med] In the case that the WOLFSSL_CALLBACKS macro is set when building
  wolfSSL, there is a potential heap over read of 5 bytes when handling TLS 1.3
  client connections. This heap over read is limited to wolfSSL builds
  explicitly setting the macro WOLFSSL_CALLBACKS, the feature does not get
  turned on by any other build options. The macro WOLFSSL_CALLBACKS is intended
  for debug use only, but if having it enabled in production, users are
  recommended to disable WOLFSSL_CALLBACKS. Users enabling WOLFSSL_CALLBACKS are
  recommended to update their version of wolfSSL. Thanks to Lucca Hirschi and
  Steve Kremer from LORIA, Inria and Max Ammann from Trail of Bits for finding
  and reporting the bug with the tlspuffin tool developed partly at LORIA and
  Trail of Bits. CVE 2022-42905

Release 5.5.2 of wolfSSL embedded TLS has bug fixes and new features including:

New Feature Additions
* Add function wolfSSL_CTX_load_system_CA_certs to load system CA certs into a
  WOLFSSL_CTX and --sys-ca-certs option to example client
* Add wolfSSL_set1_host to OpenSSL compatible API
* Added the function sk_X509_shift
* AES x86 ASM for AES-CBC and GCM performance enhancements
* Add assembly for AES for ARM32 without using crypto hardware instructions
* Xilinx Versal port and hardware acceleration tie in
* SP Cortex-M support for ICCARM

Enhancements
* Add snifftest vcxproj file and documentation
* Nucleus Thread Types supported
* Handle certificates with RSA-PSS signature that have RSAk public keys
* Small stack build improvements
* DTLS 1.3 improvements for Alerts and unit tests
* Add a binary search for CRL
* Improvement of SSL/CTX_set_max_early_data() for client side
* Remove unused ASN1_GENERALIZEDTIME enum value from wolfssl/ssl.h
* Add user_settings.h for Intel/M1 FIPSv2 macOS C++ projects
* Add dtlscid.test to 窶藁ake check窶� unit testing
* Generate an assembler-safe user_settings.h in configure.ac and CMakeLists.txt
* ForceZero enabled with USE_FAST_MATH
* Add TLS 1.3 support of ticketNonce sizes bigger than MAX_TICKET_NONCE_SZ
* FIPSv2 builds on win10 adjust for new fastmath default in settings.h
* Add IRQ install for Aruix example

Fixes
* When looking up the session by ID on the server, check that the protocol
  version of the SSL and session match on TLS 1.3 or not
* Fix for potential EVP_PKEY_DH memory leak with OPENSSL_EXTRA
* Curve448 32-bit C code: handle corner case
* Fixup builds using WOLFSSL_LOG_PRINTF
* Correct DIST_POINT_NAME type value
* Do not perform IV Wrap test when using cert3389 inlined armasm
* Fix for Linux kernel module and stdio.h
* (D)TLS: send alert on version mismatch
* Fix PKCS#7 SignedData verification when signer cert is not first in SET
* Fix bug with wolfIO_TcpConnect not working with timeout on Windows
* Fix output length bug in SP non-blocking ECC shared secret gen
* Fix build with enable-fastmath and disable-rsa
* Correct wolfSSL_sk_X509_new in OpenSSL compatible API
* Fixes for SP and x86_64 with MSVC
* Fix wrong size using DTLSv1.3 in RestartHandshakeHashWithCookie
* Fix redundant file include with TI RTOS build
* Fix wolfCrypt only build with wincrypt.h
* DTLS 1.2: Reset state when sending HelloVerifyRequest

(fox)

2022-11-12 05:48:35 UTC MAIN commitmail json YAML

lxqt: also bump minimum qt5-qttranslations for consistency

(gutteridge)

2022-11-12 05:28:26 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 1.2.0

(gutteridge)

2022-11-12 05:28:11 UTC MAIN commitmail json YAML

lxqt: update to 1.2.0

This is a release with mostly minor feature enhancements and bug fixes.

(gutteridge)

2022-11-12 05:21:41 UTC MAIN commitmail json YAML

doc: Updated archivers/lxqt-archiver to 0.7.0

(gutteridge)

2022-11-12 05:21:30 UTC MAIN commitmail json YAML

lxqt-archiver: update to 0.7.0

Change log:

lxqt-archiver-0.7.0 / 2022-11-05
===================================
* Removed the redundant function `n_fields()` from `glib-utils`.
* Silenced some compilation warnings.

(gutteridge)

2022-11-12 05:20:49 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-runner to 1.2.0

(gutteridge)

2022-11-12 05:20:26 UTC MAIN commitmail json YAML

lxqt-runner: update to 1.2.0

Change log:

lxqt-runner-1.2.0 / 2022-11-05
===============================
* Force the correct position on the window after it is moved from outside the app.
* Added an option for clearing the entry on launching apps.

(gutteridge)

2022-11-12 05:19:45 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 1.2.0

(gutteridge)

2022-11-12 05:19:36 UTC MAIN commitmail json YAML

lxqt-panel: update to 1.2.0

Change log:

lxqt-panel-1.2.0 / 2022-11-05
==============================
* Added context items to Quick Launch for reloading desktop entries.
* Set window flags of the volume popup explicitly (useful under Wayland).
* Fixed Quick Launch icons when there are multiple config files.

(gutteridge)

2022-11-12 05:18:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/pcmanfm-qt to 1.2.0

(gutteridge)

2022-11-12 05:18:37 UTC MAIN commitmail json YAML

pcmanfm-qt: update to 1.2.0

Change log:

pcmanfm-qt-1.2.0 / 2022-11-05
==============================
* Fixed the links of About dialog.
* Added search history.
* Localize "Search Results".
* Consider device pixel ratio when drawing wallpaper. Also, an old problem is fixed in centering per-screen wallpapers with multi-screen setups.
* Prevent an empty desktop path.
* Allow customizing workspace margins on Desktop.
* Added options for locale-awareness and zero-padding to bulk renaming.
* Ignore auto-selection delay when single-click activation isn't chosen.
* Added an entry for Categories to launcher creator.
* Added "What's-This" help to launcher creator.
* Added an action with `Ctrl+D` as its shortcut to Edit menu for deselecting all items.
* Corrected bulk renaming shortcut on Desktop.
* Set QTerminal in default config file for LXQt.
* Apply changes in settings shared by Desktop and windows to Desktop too (auto-delay selection, right-click behavior, showing of thumbnails and treating backup files as hidden).

(gutteridge)

2022-11-12 05:16:39 UTC MAIN commitmail json YAML

doc: Updated security/lxqt-sudo to 1.2.0

(gutteridge)

2022-11-12 05:16:25 UTC MAIN commitmail json YAML

lxqt-sudo: update to 1.2.0

Change log:

lxqt-sudo-1.2.0 / 2022-11-05
=============================
* Updated translations and bumped the version.

(gutteridge)

2022-11-12 05:15:58 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-session to 1.2.0

(gutteridge)

2022-11-12 05:15:49 UTC MAIN commitmail json YAML

lxqt-session: update to 1.2.0

Change log:

lxqt-session-1.2.0 / 2022-11-05
================================
* Fixed the core code when lxqt-session is started under Wayland.
* Reload mouse & touchpad settings when devices are reconnected.

(gutteridge)

2022-11-12 05:15:23 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-qtplugin to 1.2.0

(gutteridge)

2022-11-12 05:15:14 UTC MAIN commitmail json YAML

lxqt-qtplugin: update to 1.2.0

Change log:

lxqt-qtplugin-1.2.0 / 2022-11-05
=================================
* Bumped the version to 1.2.0 and updated the dependencies.

(gutteridge)