Colin B. Macdonald

Results 291 comments of Colin B. Macdonald

My Fedora 39 system has: ``` makeinfo --version texi2any (GNU texinfo) 7.0.3 ``` In the Octave source, I found this change: ``` Author: Rik Date: Wed Dec 29 08:41:33 2021...

Seems this was for 8.1.0, so probably we should change everything... Older Octave's will see this kind of warning: ``` >>> help @sym/ellipticF /tmp/octave-help-yKmv1e:197: unknown command `sym' (possibly involving @xseealso)...

Thanks @maprieto. So if anyone wants to try to fix this, it should probably be done upstream in SymPy.

Totally fine to post here. The Matlab package is not built by default any more since 3.0.0. 1. Matlab packages are generally found under "assets" under "releases" but the older...

You can run `make matlab_pkg` (*update*: fixed command) to build the package from the latest sources: I haven't tested in Matlab for a while but feel free to file issues...

I think I fixed that in the `main` branch. You can full latest code (not the latest release) or wait for the next release. If you're not used to `git`,...

Upstream issue: https://github.com/sympy/sympy/issues/26146 Looks like their intention is that `Float(1, 32)` would not equal to `Float(1, 64)`. Good. (our `==` is more like SymPy `Eq` IIRC).

Also, probably related: ``` q = Transpose(MatMul(a, M)) pprint( q.doit() ) T ⎛a⋅⎡1 2 + ⅈ⎤⎞ ⎜ ⎢ ⎥⎟ ⎝ ⎣3 4 ⎦⎠ ``` I.e., another `doit` doesn't do it...

Just FYI, that file renders incorrectly in Evince on Fedora GNU/Linux (which is completely independent of PyMuPDF). ![image](https://github.com/pymupdf/PyMuPDF/assets/818622/c4a54f36-a8e6-4bad-94e9-8b9042235b50)

Let's keep this civil. We all agree a technical solution is best for #657. I recall hitting this myself and feeling uncertain/nervous about how to import mpmath as result. Its...