|
1 | 1 | <!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file --> |
2 | 2 |
|
| 3 | +# igraph 2.2.1.9001 |
| 4 | + |
| 5 | +## Bug fixes |
| 6 | + |
| 7 | +- Fix matrix lists for output. |
| 8 | + |
| 9 | +## Features |
| 10 | + |
| 11 | +- Add `invalidate_cache()` to R interface (#1387, #2416). |
| 12 | + |
| 13 | +- All arguments in calls to `_impl()` functions are named (#2423). |
| 14 | + |
| 15 | +## Chore |
| 16 | + |
| 17 | +- Use `Rx_` prefix for manually generated functions. |
| 18 | + |
| 19 | +- Clarify error testing preference \[ci skip\]. |
| 20 | + |
| 21 | +- Ignore \[ci skip\]. |
| 22 | + |
| 23 | +- Use `_impl` variants instead of inline `.Call()` for five functions with changed C signatures (#2428, #2429). |
| 24 | + |
| 25 | +- Format \[ci skip\]. |
| 26 | + |
| 27 | +- Expand remaining `_impl` aliases (#2422). |
| 28 | + |
| 29 | +- Remove unused `NTIMER` and `NPRINT` macro definitions (#1095, #2405). |
| 30 | + |
| 31 | +- Cleanup. |
| 32 | + |
| 33 | +- Request math notation. |
| 34 | + |
| 35 | +### deps |
| 36 | + |
| 37 | +- Bump jinja2 from 3.1.2 to 3.1.6 in /tools/py-stimulus (#2401). |
| 38 | + |
| 39 | +- Replace `_impl` aliases in `R/flow.R` (#2347, #2379). |
| 40 | + |
| 41 | +- Autogenerated file looks more like as if it was formatted with `air` (#2395). |
| 42 | + |
| 43 | +## Continuous integration |
| 44 | + |
| 45 | +- Run daily vendoring to avoid noise \[ci skip\]. |
| 46 | + |
| 47 | +- Snapshots \[ci skip\]. |
| 48 | + |
| 49 | +- Use proper actor name \[ci skip\]. |
| 50 | + |
| 51 | +- Reduce contention by running big matrices overnight. |
| 52 | + |
| 53 | +- Add workflow to auto-assign to Copilot. |
| 54 | + |
| 55 | +- Run running sanitizer only on cran branches to avoid pipeline contention. |
| 56 | + |
| 57 | +## Documentation |
| 58 | + |
| 59 | +- More instructions \[ci skip\]. |
| 60 | + |
| 61 | +- More instructions \[ci skip\]. |
| 62 | + |
| 63 | +- More instructions \[ci skip\]. |
| 64 | + |
| 65 | +- More instructions \[ci skip\]. |
| 66 | + |
| 67 | +- Experimental. |
| 68 | + |
| 69 | +- New code \[ci skip\]. |
| 70 | + |
| 71 | +- Add GitHub Copilot instructions and expand AGENTS.md (#2397, #2400). |
| 72 | + |
| 73 | +## Refactoring |
| 74 | + |
| 75 | +- Replace `_impl` aliases with explicit wrapper functions in `R/topology.R` (#2366, #2398). |
| 76 | + |
| 77 | +- Replace \_impl aliases in R/other.R (#2355, #2388). |
| 78 | + |
| 79 | + |
3 | 80 | # igraph 2.2.1.9000 |
4 | 81 |
|
5 | 82 | ## Chore |
|
0 commit comments