- May 14, 2017
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Rafal Skolasinski authored
If "expr" is already a SymPy object and "locals" are provided the RuntimeWarning will be triggered.
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
closes #125
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- May 13, 2017
-
-
Christoph Groth authored
The default relwidth was 0.03. This means 33 "widths" per longest plot dimension, and 67 stream lines (we show 2 streamlines per width by default). 67 streamlines are too much for small square plots. Increasing relwidth to 0.05 produces nicer looking results and the current plotter also runs much faster!
-
Joseph Weston authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- May 12, 2017
-
-
Joseph Weston authored
-
Joseph Weston authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
The purpose of keyword-only args is to allow functions that take a variable number of args but also a variable number of "options" without having to resort to (*args, **kwargs). Builder value functions do not fall into this category. Hence, there is no reason to pay the price (in terms of flexibility and efficiency) for not much gain.
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Joseph Weston authored
-
Christoph Groth authored
-
Joseph Weston authored
The site() method was never widely advertised, so no one will miss it.
-
Joseph Weston authored
This was deprecated several releases ago
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-