- Improved Pointer-Analysis for Vectors (alongside its benchmark)
- Improved Graphics Support
- Improvemed JSON serialization
- Improved Function Call Resolution and Handling of Built-Ins
- General Improvements
Improved Pointer-Analysis for Vectors (alongside its benchmark)
- Added pointer analysis data to benchmark stats by @Slartibartfass2 in #1400
- Added 'per-file-time-limit' cli option by @Slartibartfass2 in #1414
- Added support for atomic vectors by @Slartibartfass2 in #1245
- Bug-Fix: Processing of nested Arguments by @EagleoutIce in #1416
- Fix: the pointer analysis scaling upsie by @EagleoutIce in #1438
- Add equidistant selection for slicing criterias with the benchmark slicer by @Slartibartfass2 in #1439
- test: add regression test for #1377 by @EagleoutIce in #1423
Improved Graphics Support
- Support cowplot and tinyplot by @EagleoutIce in #1477
- feat: support graphic write links by @EagleoutIce in #1421
- Increase Support for the Dependency Query and Plot Creation by @EagleoutIce in #1429
- feat: extend plotting functions known (jmcm, lattice, base) by @EagleoutIce in #1451
- feat: add ggsave to dependency query by @EagleoutIce in #1453
- refactor: fix leading space by @EagleoutIce in #1444
- feat: support for
raster_pdf
by @EagleoutIce in #1445
Improvemed JSON serialization
- feat-fix(dfg):
fromJson
includes environments by @EagleoutIce in #1417 - feat(wiki): better replacement of built-in-env if json is too long by @EagleoutIce in #1426
- Added
safeSizeOf
method to handlesizeOfObject
bug by @Slartibartfass2 in #1469
Improved Function Call Resolution and Handling of Built-Ins
- Feat: support partial argument matching on calls by @EagleoutIce in #1446
- feat: improve resolve of functions if built-in is overriden by @EagleoutIce in #1447
- Evaluation with Strings by @EagleoutIce in #1471
- feat: allow for repeated recursive sourcing by @EagleoutIce in #1457
- feat: rudimentary
rm
support by @EagleoutIce in #1436 - feat: primitive support for primitive and internal by @EagleoutIce in #1454
General Improvements
- [Doc] documentation for control flow graph by @EagleoutIce in #1473
- Support R 4.4.3 by @EagleoutIce in #1420
- refactor: separate internal ids from capabilities page by @EagleoutIce in #1422
- refactor: update reserved name list by @EagleoutIce in #1455
- [Dependencies, I] Enrich the detected functions by @gigalasr in #1458
- refactor(test): drop labels again if they are not to be counted by @EagleoutIce in #1472
- build(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #1474
Full Changelog: v2.2.11...v2.2.12