Skip to content

v0.7.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 29 Nov 18:59
· 426 commits to master since this release

0.7.11 (2023-11-29)

Added

  • hist Histogram plot.
  • bar Bar graph.
  • scatter Scatter plot.
  • stem Plot discrete sequence data.
  • stairs Stairstep graph.
  • fill 2-D patch.
  • pie legacy pie chart.
  • subsref Subscripted reference.
  • subsasgn Redefine subscripted assignment.
  • substruct Create structure argument for subsasgn or subsref.
  • deal Distribute inputs to outputs.
  • Intel compiler support.

Changed

  • axis limits recalculate with hggroup.
  • axes forces focus on current axe.
  • function_handle parenthese precedence.
  • patch and fill manages FaceAlpha.
  • visibility title and labels.
  • object constructor must be in '@' directory and no more in parent directory (compatibility).
  • subsref, subsasgn compatibility with substruct.
  • To display a percent sign, you need to use a double percent sign (%%) in the format string (compatibility).
  • French translation updated (100%, Thanks to weblate contributors)
  • #997 Macos BigSur Github CI support removed.
  • Qt 6.6.1 on win64 CI build.

Fixed

  • A = []; A(false) = zeros(3, 0) did not return an empty matrix but an error.