wip/yr: import yr-1.0.0 as wip/yr
Get the weather delivered to your command-line, or use as a
Go package.
The project uses Meteorologisk institutt's public API, and
OpenStreetMap's Nominatim API.
[mlir][dataflow] Fix DataFlowFramework crash by add isBlockEnd logic in the ProgramPoint::print (#173471)
Running -test-dead-code-analysis -debug on the following IR will trigger
a data-flow analysis framework assert, you can see
https://github.com/llvm/llvm-project/blob/2d6b1b174194198498eb10ae811632b3dd945ecf/mlir/include/mlir/Analysis/DataFlowFramework.h#L110
Fix DataFlowFramework crash by add isBlockEnd logic in the
ProgramPoint::print.
```
func.func @trs(%idx1: index, %idx2: index, %s: f32) {
scf.parallel (%i) = (%idx1) to (%idx2) step (%idx2) {
%r = memref.alloca() : memref<10xf32>
scf.forall (%e2) in (%idx2) {
%a = memref.load %r[%idx2] : memref<10xf32>
}
}
return
}
```
par2: updated to 1.0.0
1.0.0
Support:
* build fails in Cygwin
* A potential Data Race
* Understanding par2cmdline performance
* Understanding The Par2 Spec and par2cmdline
* performance with hundreds of small files
* A better error correcting code
* Recover impossible without a .par2 "main" file?
* Thread count option not shown on Arm based Mac version
* Increase block count limit 32768
* Behaviour with insufficient read permissions
* Help to create a compatible implementation!
* Flag for automatic Blocksize in commandline
* Repair-Files created amount to size twice as high as expected from redundancy
* New release?
[42 lines not shown]
py-imageio: updated to 2.37.2
2.37.2
Bug
Gracefully handle reading of invalid EXIF orientation in Pillow plugin
Prevent OverflowError for FPS in pyav plugin
Maint
Allow github actions to push to master in CD
Fix publishing to GH and PyPI in CD
Remove obsolete code for Python <= 3.4
py-json-logger: updated to 4.0.0
4.0.0
Added
Support DictConfigurator prefixes for rename_fields and static_fields.
Allows using values like ext://sys.stderr in fileConfig/dictConfig value fields.
Support comma seperated lists for Formatter fmt (style=",") e.g. "asctime,message,levelname"
Note that this style is specific to python-json-logger and thus care should be taken not to pass this format to other logging Formatter implementations.
Supports sequences of strings (e.g. lists and tuples) of field names for Formatter fmt.
Changed
Rename pythonjsonlogger.core.LogRecord and log_record arguments to avoid confusion / overlapping with logging.LogRecord.
Affects arguments to pythonjsonlogger.core.BaseJsonFormatter (and any child classes).
serialize_log_record
add_fields
jsonify_log_record
[9 lines not shown]
py-falcon: updated to 4.2.0
4.2.0
Falcon 4.2.0 primarily contains typing enhancements and performance
optimizations. This release also marks the debut of pre-compiled wheels for the
:ref:`free-threaded <faq_free_threading>` CPython 3.14 build.
:ref:`Let us know <chat>` if you are experimenting with scaling Falcon
applications using free-threading!
The typing improvements focus on making the WSGI and ASGI App types
:ref:`generic <generic_app_types>` (parametrized by the request and response
types). This should make it significantly easier to properly annotate
applications that leverage custom request and/or response types.
Additionally, we have fixed a reproducibility issue (thanks to
`@bmwiedemann <https://github.com/bmwiedemann>`__ from openSUSE for reporting!)
in our documentation build process. Regarding packaging Falcon for
distributions in general, we would like to remind you of the
[2 lines not shown]
py-tracerite: updated to 2.2.0
2.2.0
Syntax error handling
Support running in a terminal (TTY) with formatted colored text output
FastAPI
Change testpypi index to publish url
Various other minor improvements
tesseract: updated to 5.5.2
5.5.2
Simplify code for osdetect
Fix and improve configuration for cmake builds
Modernize some for loops and fix some signed/unsigned issues
Cmake optimization with warp2
Update checkout action
chore: fix cyrillic typo
Move version info. to appropriate ALTO element
CI: Remove unneeded export statements from cmake workflow for macOS
Bump actions/checkout from 5 to 6
Bump github/codeql-action from 2 to 4
Bump actions/upload-artifact from 4 to 5
Bump mikepenz/action-junit-report from 4 to 6
Bump actions/upload-artifact from 5 to 6
gnuplot: updated to 6.0.4
6.0.4
NEW (back-ported from development version)
variable Inf is pre-set to floating point INFINITY
"sharpen" filter handles vertical edges in a step function
gprintf format specifiers %C and %Ci
%C formats a complex value as {a, b} This is the format used by the gnuplot "print" command
%Ci formats a complex value as a + bi Both the real and imaginary parts are printed using libc format %g with optional width and precision
Support for Windows on ARM 64-bit architectures
mingw: optionally use the MSYS2/CLANG64 environment
Cross-compilation for Windows on ARM is possible using MSYS2/CLANG64/CLANGARM64
CHANGES
better adherence to c23 standard
splot with pm3d fillcolor <x> generates a matching key sample
[28 lines not shown]