(math/R) Updated 4.4.3 to 4.5.2 (some 800 lines)
CHANGES IN R 4.5.2:
UTILITIES:
* 'R CMD check' now handles archives with extension '.tar' or
'.tar.zstd' (where 'zstd' compression is supported by the R
build).
BUG FIXES:
* 't.test(c(1:3, Inf))' and similar no longer produce an error
but return a (still not so useful) '"htest"' result, fixing
PR#18901, thanks to Jesse Alderliesten.
* 'attr(., "tsp") <- val' now uses 'getOption("ts.eps")'
instead of hardwired '1e-5'; consequently, 'ts(..,
ts.eps=*)' now passes 'ts.eps' to the '"tsp"' setting C
[845 lines not shown]
Wording and formatting improvements.
Note that the magic words "blk", "noblk", "auto" and "none"
are (and were before) formatted using mdoc's .Ar macro. That's
wrong, these are not args meant to be replaced by user supplied
values, they are specific strings that can be used - so probably
should use .Ic or .Cm or something, .Ar is wrong, and confusing.
They occur in the SYNOPSIS and throughout the man page.
Minor changes to column widths for swapctl -l
These changes should cope with listing swap devices (in units of
512 byte blocks) up to somewhere around the 45TiB total configured
swap size. Beyond that a minor modification (or perhaps rewrite
in a more general way) will be needed. But as it is might keep
things looking good for another year or two for most users.
PR bin/59996 No more "SWAP_STATS different to SWAP_NSWAP"
That the kernel data structs might have changed between one
system call and another, later one, does not warrant a warning.
In this case this can happen if a swap device is removed from the
system while swapctl(8) (swapctl -l or -s) (or pstat(8) (pstat -s),
which is similarly affected) is running, at just the "wrong" time.
This isn't an error. This was always handled correctly, but with
the meaningless warning added.
There's also the other case, where a swap device has been added, instead
of removed, at just the same "wrong" time. Since the kernel won't return
stats for more devices than requested, which was the number returned from
the earlier call, the code never noticed this case, and simply printed
less data than the kernel could have supplied. That sounds like it is
just another example of the race above, and could simply be ignored - but
it isn't quite that simple. If the kernel was returning the older devices,
and omitting the newer one(s), then it would be OK, but there is no
[27 lines not shown]
textproc/rumdl: update to 0.1.22
Added
Config: Per-directory configuration resolution — place .rumdl.toml in
subdirectories to override settings for specific paths
MD075: New rule to detect orphaned table rows and headerless pipe content
(#426)
Fixed
MD041: Support TOML (+++) and JSON ({}) front-matter formats alongside
YAML when checking for title field
(#427, thanks @Nathan-Furnal)
MD054: Match warning message with rule configuration option
(thanks @eread in #421)
Style config: All style configuration values now use kebab-case as the
canonical format and accept snake_case, kebab-case, and uppercase variants.
Affected rules: MD003, MD046, MD048, MD049, MD050, MD055, MD060, MD063
[4 lines not shown]
py-cucumber-expressions: updated to 19.0.0
19.0.0
Added
[Java] Make CucumberExpressionParser::parse public
Changed
Make StepMatchArgument.Group.children optional
[Java] Set release version to 17
py-uv py-uv-build: updated to 0.10.3
0.10.3
Python
Add CPython 3.15.0a6
Enhancements
Don't open file locks for writing
Make Windows trampoline error messages consistent with uv proper
Log which preview features are enabled
Preview features
Add support for ruff version constraints and exclude-newer in uv format
Fix script path handling when target-workspace-discovery is enabled
Use version constraints to select the default ruff version used by uv format
[12 lines not shown]
minikube: Update to 1.38.0
Changelog trimmed to highlights, features, breaking changes.
For full changelog, see CHANGELOG.md.
-- Version 1.38.0 - 2026-01-28
-- Higlight
* No Sudo required for with vfkit/krunkit on macOS 26+ (requires latest vmnet-helper)
* No Sudo required to run [AI Playground on Macos GPUs using minikube](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/)
* vfkit: Add Rosetta support for deploying amd64 images on Apple silicon (#22140)
-- Features
* Add support for Kubernetes v1.35.0 v1.34.1 (#21650)(#22015)(#22119)(#22328)
* VM Drivers: add support for NVMe-oF/TCP block devices (#22464)
* VM Drivers: Enable BTF debug symbols to support eBPF tooling in iso (#21800)
* Add option to download preloads from github instead of GCS through --preload-source (#22221)
[54 lines not shown]