Skip to content

Commit

Permalink
maint: Merge default to bytecode-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
arungiridhar committed Oct 15, 2024
2 parents f292b3e + 510c381 commit f133a23
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# The third block is for additional dependencies needed when building from a repository checkout.
run: |
brew update
brew install --overwrite python@3.11 python@3.12
brew install --overwrite python@3.12 python@3.13
brew reinstall gcc
brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libsndfile \
Expand Down
5 changes: 4 additions & 1 deletion etc/NEWS.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ Summary of important user-visible changes for version 10 (yyyy-mm-dd):
`'rtick'` by the function `rticks` will only include the center tick mark
value if it is specified.

- `view` correctly interprets cartesian viewpoints on main axes (bug #65641).
- `view` correctly interprets Cartesian viewpoints on main axes (bug #65641).

- `plot3` now draws a single marker if only one data point is given.
Previously the plot was blank (`marker` = "none") which was confusing.

### Matlab compatibility

Expand Down
Loading

0 comments on commit f133a23

Please sign in to comment.