2.7.3 (2021-02-25)
------------------
- Add pytest plugin options to skip and xfail individual tests
and xfail the unsupported ndarray-1.0.0 example.
- Fix bug resulting in invalid strides values for views over
FITS arrays.
2.7.2 (2021-01-15)
------------------
- Fix bug causing test collection failures in some environments.
- Fix bug when decompressing arrays with numpy 1.20
Version 56.0.0 "Strasbourg / St. Denis" 2021-04-05
New features and enhancements
* mkvmerge, mkvpropedit: tags: the programs will no longer write tag elements
that are mandatory and set to their default value (e.g. "tag language" set
to `und` = undetermined).
* mkvmerge, mkvpropedit, MKVToolNix GUI chapter editor: chapters: the programs
will no longer write chapter elements that are mandatory and set to their
default value (e.g. "chapter language" set to `eng` = English or "Chapter
flag enabled" = 1).
* mkvextract: chapters: mkvextract will no longer add a `ChapterLanguage`
element set to `eng` to the generated XML content if the source file doesn't
contain such an element.
* MKVToolNix GUI: multiplexer: when using the "tab widget below the files &
tracks" layout option for the track properties the elements in the "general
options" tab will use six rows à four columns instead of twelve rows à two
columns, greatly reducing the required height.
Bug fixes
* mkvmerge: AAC reader: fixed mkvmerge aborting to read AAC files bigger than
2 GB with a message about not being able to allocate memory.
* mkvmerge: chapters: `ChapLanguageIETF` elements were still created when the
option `--disable-language-ietf` was given after an option leading to the
creation of chapters. Now the position doesn't matter anymore.
* mkvmerge: chapters: when the option `--disable-language-ietf` is used,
`ChapLanguageIETF` elements won't be written even when sources are read
(Matroska files or XML chapters files) that do contain those elements.
* mkvmerge: tags: when the option `--disable-language-ietf` is used,
`TagLanguageIETF` elements won't be written.
* mkvmerge: tags: mkvmerge will no longer write language elements for the
track statistics tags it creates, making the effective language
"undetermined" due to `und` being the default value for the legacy tag
language element.
* mkvmerge: tags: the XML tag parser will now validate all `<Simple>` children
of `<Tag>` elements, not just the first for each `<Tag>`.
* mkvmerge: tags: the XML tag parser now uses the spec-compliant `und`
("undetermined") as the default language for `<Simple>` tags instead of
`eng`.
* mkvmerge, mkvpropedit: tags: mkvmerge will no longer set the "target type"
for track statistics tags (earlier it used `MOVIE`). The "target type value"
will still be set to `50`.
* mkvmerge, mkvextract: HEVC/H.265: both programs will now normalize the
placement of VPS, SPS and PPS NALUs. Each key frame is prefixed with exactly
one copy of the currently active parameter sets. This fixes certain classes
of bugs related to splitting/appending.
* mkvinfo: when compiled with newer versions of the `fmt` library, certain
numbers were not output correctly (e.g. a track's audio sampling frequency
of 48000 might be output as 48).
* MKVToolNix GUI: multiplexer: deriving the track language from the file name
will match languages case insensitively again (like versions prior to
v55).
* MKVToolNix GUI: multiplexer: under certain circumstances keyboard shortcuts
such as `Ctrl+W` for closing the active tab or `Ctrl+R` for starting to
multiplex ceased to work until the user did certain other things (such as
switching to a different tool & back to the multiplexer or opening the
multiplexer menu). This started with v54.
* MKVToolNix GUI: chapter editor: the editor will no longer create empty
`ChapterCountry` elements when adding a chapter name with no default country
selected in the preferences.
Build system changes
* The bundled `fmt` library was updated to v7.1.3.
Highlights of this release
scipy.ndimage improvements: Fixes and ehancements to boundary extension
modes for interpolation functions. Support for complex-valued inputs in many
filtering and interpolation functions. New grid_mode option for
scipy.ndimage.zoom to enable results consistent with scikit-image's
rescale.
scipy.optimize.linprog has fast, new methods for large, sparse problems
from the HiGHS library.
scipy.stats improvements including new distributions, a new test, and
enhancements to existing distributions and tests
Deprecated features
scipy.spatial changes
Calling KDTree.query with k=None to find all neighbours is deprecated.
Use KDTree.query_ball_point instead.
distance.wminkowski was deprecated; use distance.minkowski and supply
weights with the w keyword instead.
Backwards incompatible changes
Using scipy.fft as a function aliasing numpy.fft.fft was removed after
being deprecated in SciPy 1.4.0. As a result, the scipy.fft submodule
must be explicitly imported now, in line with other SciPy subpackages.
scipy.signal changes
The output of decimate, lfilter_zi, lfiltic, sos2tf, and
sosfilt_zi have been changed to match numpy.result_type of their inputs.
The window function slepian was removed.
The frechet_l and frechet_r distributions were removed.
New features in 2.6.x:
Keyword-only arguments supported in Python 2 or 3 with py::kw_only().
Positional-only arguments supported in Python 2 or 3 with py::pos_only().
py::is_final() class modifier to block subclassing (CPython only).
Added py::prepend(), allowing a function to be placed at the beginning of the overload chain.
Access to the type object now provided with py::type::of<T>() and py::type::of(h).
Perfect forwarding support for methods.
Added py::error_already_set::discard_as_unraisable().
py::hash is now public.
py::class_<union_type> is now supported.
Classes now check local scope when registering members
Changes:
0.33.1
======
Security fix release for the 0.33 branch. Users are advised to upgrade immediately.
Fixes and Minor Enhancements
----------------------------
- demux_mf: improve format string processing
This release requires updating your HackRF to the latest firmware.
CPLD bitstreams are now included in and loaded automatically by the firmware.
There is no longer a need to update the CPLD separately.
The clock output (CLKOUT) is now turned off by default.
A new utility, hackrf_clock, provides a way to inspect and modify configuration
of hardware clocks, including turning on and off CLKOUT.
The rad1o badge is now supported by firmware in this release. Firmware from the
HackRF release/repository is different than the original CCCamp firmware and
only supports operation as a USB SDR peripheral.
When using a HackRF One with a PortaPack in "HackRF Mode" (operating as a USB
peripheral), the PortaPack display now indicates operational status and settings.
There have been many more enhancements and bug fixes.
For a full list of changes, see the git log.
libxkbcommon 1.2.0 - 2021-04-03
==================
- `xkb_x11_keymap_new_from_device()` is much faster. It now performs only 2
roundtrips to the X server, instead of dozens (in first-time calls).
Contributed by Uli Schlachter.
- Case-sensitive `xkb_keysym_from_name()` is much faster.
- Keysym names of the form `0x12AB` and `U12AB` are parsed more strictly.
Previously the hexadecimal part was parsed with `strtoul()`, now only up
to 8 hexadecimal digits (0-9A-Fa-f) are allowed.
- Compose files now have a size limit (65535 internal nodes). Further sequences
are discared and a warning is issued.
- Compose table loading (`xkb_compose_table_new_from_locale()` and similar) is
much faster.
- Use `poll()` instead of `epoll()` for `xlbcli interactive-evdev`, making it
portable to FreeBSD which provides evdev but not epoll. On FreeBSD, remember
to install the `evdev-proto` package to get the evdev headers.
- The build now requires a C11 compiler (uses anonymous structs/unions).
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.
This package provides U-Boot for the Lichee Pi Zero.
rabbitmq-c v0.11.0
Added:
rabbitmq-c-config.cmake is now generated
rabbitmq-c can be compiled on Win32 using pthreads
Add amqp_set_ssl_engine API to allow setting OpenSSL engine
Add amqp_ssl_socket_set_key_engine API to allow setting OpenSSL engine
Add support use of password-protected SSL keys
Changed
Update OpenSSL library initialization to current best practices
Updates to OpenSSL to support v3.0.0
Fixed:
OpenSSL symbol clash when compiling on Win32
Restore correct non-blocking behavior using OpenSSL v1.1.1
Disable harmless secure CRT compile warnings on Win32
Fix unused parameter warnings on Win32
Fix invalid format in generated pkg-config file
Fix invalid AMQP_STATUS_HEARTBEAT_TIMEOUT
Fix incorrect port when using --server flag in CLI tools
This release breaks ABI compatibility! Refer to the API docs for details.
A C++98 compliant compiler is now required to build fluidsynth (mailing list thread)
New features
Support loading SoundFonts >2GiB on Windows (#629)
Major overhaul of the sequencer and its event queue (#604)
Overlapping notes can be handled (#637)
Performance improvement, since the event queue no longer blocks the rendering thread
Time scale is not limited to 1000 anymore and can therefore be used for tempo changes
The following audio drivers have gained multi-channel support
DSound (#667, thanks to @jjceresa)
WaveOut (#667, thanks to @jjceresa)
The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa)
Handle GS DT1 SysEx messages for setting whether a channel is used for rhythm part (#708, thanks to @chirs241097)
Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg)
Improved support for overriding tempo of the MIDI player (#711, #713, thanks to @jjceresa)
Handle settings-related commands in user command file before initializing other objects (#739)
SoundFont loading has been parallelized (#746, #812, requires openMP)
The Oboe driver has gained a lower latency and other updates (#740, #741, #747)
WASAPI driver has been added (#754, thanks to @chirs241097)
General
Fix race condition in fluid_player_callback (#783, thanks to @arcln)
Improvements to LADSPA subsystem (#795, thanks to @mawe42)
Changelog:
Krita 4.4.3 Released
Published 3/24/2021
Today, we're releasing Krita 4.4.3. This is strictly a bugfix release. We
spend two beta's worth of testing trying to make this a really stable release,
because from now on, we're focusing on Krita 5!
This will also be the last Krita release for 32 bits Windows; further releases
will be 64 bits only.
This is the first release of Krita with a universal binary for macOS: the DMG
contains both an ARM and a X64 build. Note that the main problem with Krita on
macOS, OpenGL frame redraws interrupting the input queue is still a problem on
both processor architectures.
Bug Fixes
Android
* Crash when back button was pressed on splash screen
* Crash when loading files while app is still booting
* Use lastUpdateTime for copying assets
* Provide host so pathPattern could be effective
* Fix color selector covering entire screen (BUG:432459)
* Saved configs aren't loaded after restart (BUG:432433)
* Add key functions to psd_layer_effects_shadow_base (BUG:432904)
* Fix reloading presets from user-imported bundles (BUG:432488)
Crashes
* Fix crash in halftone filter due to an access to an invalid pointer
* Fix crash when reapplying a filter with reprompting
* Fix crash when painting on a filter mask created from a vector selection (
BUG:432329)
MacOS
* MacOS: fix the finder plugins for showing a thumbnail or a quick look
preview (BUG:432328)
Scripting
* Fix handling the channel flags. Patch by Chris Venter, thanks! (BUG:432226)
Stability and Performance
* Fix synchronization of zoom level between canvas and the scratchpad
* Fix normalization in Smart Patch Tool (BUG:430953)
* Fix performance issues in the foreground/background color button (
BUG:432936)
* Fix saving incremental backups (BUG:432701)
* Fix a problem where the scratchpad could be unresponsive (BUG:431708)
* Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes (
BUG:432274)
* Fix the RGBA_brushes bundle so Krita doesn't try to recreate it on startup
(BUG:431832)
* Fix handling of style in KisAngleSelector when the spin box must be shown
flat and use the new angle selector everywhere
Requested by nia@.
In unprivileged installations the binary becomes setuid to the
unprivileged user so it doesn't work even when ran as root via sudo,
due to privilege dropping upon execution.
XXX: Arguably this fix is wrong. It doesn't make sense to me that pkgsrc
infrastructure uses mode 4511 in SETUID_ROOT_PERMS when UNPRIVILEGED.
* Fix xdg-open path. PR pkg/56092
https://bugs.documentfoundation.org/show_bug.cgi?id=108591
* Enable gtk3 option by default.
The scrollbar problem disappears. Reported by Chavdar Ivanov.
And this fix performance problem in drawing UI.
Changelog:
7.1.2.2
Bugs fixed compared to 7.1.2 rc1:
1. tdf#114076 FILEOPEN: artifacts on Images ( white lines ) [Xisco Fauli]
2. tdf#118693 FILEOPEN: Drawing has incorrect size [Xisco Fauli]
3. tdf#127217 PDF export: LibreOffice 6.3 option buttons in forms not working
in Adobe Reader (OK in other readers) [Julien Nabet]
4. tdf#134607 LO7RC1 - LANGPACK macOS - many versions fail to recognize
LibreOffice 7.0 / 7.1 installation as valid on Catalina and Big Sur
[Christian Lohmaier]
5. tdf#136929 FILESAVE DOCX: Large footer when image moved from text body into
footer [Justin Luth]
6. tdf#140136 When we click on the FILTERED dropdown + sign it CHECKS and
UNCHECKS all along with expanding and contracting [Attila Sz?cs]
7. tdf#140539 Crash when I open the help window [Caol??n McNamara]
8. tdf#140917 skia/salbmp.cxx assertion on Windows with 150% text size [Lubo?
Lu????k]
9. tdf#141045 close the application with the execution of the BASIC code,
function replace [Andreas Heinisch]
10. tdf#141063 White lines during scrolling across bitmap images on macOS
[Thorsten Wagner]
11. tdf#141166 Crash in: mergedlo.dll: Press "Help" button in Hyperlink dialog
[Caol??n McNamara]
7.1.2.1
Bugs fixed compared to 7.1.1 RC2
1. rhbz#1931423 Updating gtk3 breaks formula editing in LibreOffice [Caol??n
McNamara]
2. tdf#105301 sort options not remembered thoroughly in saved document
[Andreas Heinisch]
3. tdf#116983 Paste is sometimes deactivated in (context) menu even though
text is copied to clipboard and CTRL+V functioning (steps: Comment 0 and
Comment 13 and Comment 28 and Comment 78) [Mike Kaganski]
4. tdf#123202 EDITING Sorting of the filtered data is incorrect [T??nde T??th]
5. tdf#124678 Writer: DOCX export from ODT: Header/Footer are wrong when first
node is section [Vasily Melenchuk]
6. tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the
fonts looks weird under windows. [Armin Le Grand (Allotropia)]
7. tdf#132368 FILESAVE PPTX: text changes are reproducibly lost (SmartArt)
[Miklos Vajna]
8. tdf#133038 Some format toolbar icons are wrong for Catalan language [Rizal
Muttaqin]
9. tdf#133473 FILEOPEN: Shadow is gone [G??l?ah K?se]
10. tdf#134210 FILEOPEN PPTX: Image shown with wider aspect ratio and different
clipping - cropping not being applied [G??l?ah K?se]
11. tdf#134940 --> does not replace automatically to ?? in AutoCorrect [L??szl
?? N??meth]
12. tdf#136011 Number in multi-line chart categories are not exported if chart
is copied from Calc to Writer [Ouyang Leyan]
13. tdf#136175 Paste is sometimes deactivated in (context) menu even though
text is copied to clipboard and CTRL+V functioning [Mike Kaganski]
14. tdf#136570 FILEOPEN: OLE objects containing links to other documents are
blurred [Attila Bakos (NISZ)]
15. tdf#137122 Font rendering display error (skia) and some DejaVu fonts [Lubo?
Lu????k]
16. tdf#138122 (blurry_text) LibreOffice text blurry on Retina displays on
macOS 11 [Thorsten Wagner]
17. tdf#138314 Blank tab names in dialog frames, macOS 11 Big Sur [Thorsten
Wagner]
18. tdf#138598 FILEOPEN: DOCX: images in even page footer not displayed [Attila
Bakos (NISZ)]
19. tdf#139039 PDF export: Error message if filepath is URL coded / crash when
saving as DOCX [Miklos Vajna]
20. tdf#139070 LISTBOX: Values, which are in different rows, where not shown
right separated in preview [Caol??n McNamara]
21. tdf#139301 IMPORT XLSX Not showing styles for dashed lines [L??szl?? N??
meth]
22. tdf#139763 FILEOPEN XLSX Anchor type of rotated shape changes [Regina
Henschel]
23. tdf#139820 Hang: Undoing paste of block with empty cells [Lubo? Lu????k]
24. tdf#139928 FILEOPEN XLSX Conditional formatting with multiple different
operators incorrect [Tibor Nagy]
25. tdf#139940 FILEOPEN DOCX: gradient has lost its colour [Justin Luth]
26. tdf#140006 Drop down text is not full lenght of the column (see comment 4
for a test file) [Caol??n McNamara]
27. tdf#140137 FILEOPEN Cannot open .docx in writer - format openXML [Aron
Budea]
28. tdf#140158 EDITING Shape and textframe fall apart on inserting page break
[Attila Bakos (NISZ)]
29. tdf#140207 Qt's ImCursorRectangle is not correctly take device scale factor
into account [Jan-Marek Glogowski]
30. tdf#140257 No way to set Outline level simply [Caol??n McNamara]
31. tdf#140288 Crash with zero-size window when running a macro [Lubo? Lu????k]
32. tdf#140332 FIREBIRD - LibreOffice Vanilla fails to load tables or reports
from an embedded Firebird ODB file [Tor Lillqvist]
33. tdf#140387 Orca no longer reads many options on the sidebar in Linux [Caol
??n McNamara]
34. tdf#140397 Navigator in master documents: button for Toggle Master view
missing (all backends except GTK3) [Jim Raykowski]
35. tdf#140498 Primary selection does not work in Calc input line [Caol??n
McNamara]
36. tdf#140528 Crash in: swlo.dll In "Save As" dialog in "Tools -Chapter
Numbering", when switching from Numbering to Position tab [Noel Grandin]
37. tdf#140537 Unnecessary scrolling in Math's Element pane, post weld [Caol??n
McNamara]
38. tdf#140552 FILESAVE RTF After saving DOCX to RTF, reload gives File format
error [Miklos Vajna]
39. tdf#140572 FILESAVE DOCX Crash when saving a file with superscript
formatting [Justin Luth]
40. tdf#140597 FILEOPEN: DOCX: missing borders in some cells [L??szl?? N??meth]
41. tdf#140598 FILESAVE: PDF: Incorrect table position when using --convert-to
pdf in commandline [Attila Bakos (NISZ)]
42. tdf#140606 PDF: EXPORT: Crash in: mergedlo.dll [Toma? Vajngerl]
43. tdf#140661 Objects not visible in navigator after ungrouping [Jim
Raykowski]
44. tdf#140668 CRASH: importing docx file [Daniel Arato (NISZ)]
45. tdf#140674 EDITING Autocorrect no longer works with Change Tracking enabled
[L??szl?? N??meth]
46. tdf#140700 calc crash at exit in
ScSelectionTransferObj::~ScSelectionTransferObj (steps in comment 18) [Mike
Kaganski]
47. tdf#140754 LibreOffice Calc crash when selecting filters (threaded) [Lubo?
Lu????k]
48. tdf#140797 Moving the top image (with images behind) is rather slow [Lubo?
Lu????k]
49. tdf#140833 Double click on column separator in Calc on Wayland moves window
to background [Caol??n McNamara]
50. tdf#140838 elementary: New Arrow Style for Undo and Redo [Rizal Muttaqin]
New --bool option to specify Boolean search query patterns (with
Google search syntax or fzf-like when used with -F to search strings
instead of regex patterns); new --and and --not options; new --dotall
option; updated --format to support -v; updated \s pattern matching
to exclude newline, other improvements. More coming soon!
Noteworthy changes in version 2.5.5 (2021-03-22)
------------------------------------------------
* Allows starting servers with Unicode names on Windows.
* Fix a crash in the logging code.
* Upgrade autoconf stuff.