|
| 1 | +Summary of important user-visible changes for version 11 (yyyy-mm-dd): |
| 2 | +--------------------------------------------------------------------- |
| 3 | + |
| 4 | +### General improvements |
| 5 | + |
| 6 | +### Graphical User Interface |
| 7 | + |
| 8 | +### Graphics backend |
| 9 | + |
| 10 | +### Matlab compatibility |
| 11 | + |
| 12 | +### Alphabetical list of new functions added in Octave 11 |
| 13 | + |
| 14 | +### Deprecated functions, properties, and operators |
| 15 | + |
| 16 | +The following functions and properties have been deprecated in Octave 11 |
| 17 | +and will be removed from Octave 13 (or whatever version is the second |
| 18 | +major release after 11): |
| 19 | + |
| 20 | +- Functions |
| 21 | + |
| 22 | + Function | Replacement |
| 23 | + -----------------------|------------------ |
| 24 | + |
| 25 | +- Core |
| 26 | + |
| 27 | + Function | Replacement |
| 28 | + -----------------------|------------------ |
| 29 | + |
| 30 | +The following features were deprecated in Octave 9 and have been removed |
| 31 | +from Octave 11. |
| 32 | + |
| 33 | +- Core |
| 34 | + |
| 35 | + Function | Replacement |
| 36 | + ------------------------------------|----------------------------------- |
| 37 | + octave::initialized | octave::is_initialized |
| 38 | + octave::same_file | octave::sys::same_file |
| 39 | + octave::interpreter_initialized | octave::interpreter_is_initialized |
| 40 | + all_ok (Array<octave::idx_vector>&) | |
| 41 | + idx_vector::bool () | |
| 42 | + |
| 43 | +### Old release news |
| 44 | + |
| 45 | +- [Octave 9.x](etc/NEWS.10.md) |
| 46 | +- [Octave 9.x](etc/NEWS.9.md) |
| 47 | +- [Octave 8.x](etc/NEWS.8.md) |
| 48 | +- [Octave 7.x](etc/NEWS.7.md) |
| 49 | +- [Octave 6.x](etc/NEWS.6.md) |
| 50 | +- [Octave 5.x](etc/NEWS.5.md) |
| 51 | +- [Octave 4.x](etc/NEWS.4) |
| 52 | +- [Octave 3.x](etc/NEWS.3) |
| 53 | +- [Octave 2.x](etc/NEWS.2) |
| 54 | +- [Octave 1.x](etc/NEWS.1) |
0 commit comments