- May 14, 2017
-
-
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
-
Rafal Skolasinski authored
-
Rafal Skolasinski authored
-
- May 11, 2017
-
-
Anton Akhmerov authored
-
Joseph Weston authored
The semantics for default parameters are as follows. If a value function has a parameter that takes a default value, then an exception is raised if the user ever tries to assign a value to this parameter via 'params'. These semantics are chosen to eliminate the possibility that "forgotten" default parameters are not silently overwritten.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
The semantics for default parameters are as follows. If a value function has a parameter that takes a default value, then an exception is raised if the user ever tries to assign a value to this parameter via 'params'. These semantics are chosen to eliminate the possibility that "forgotten" default parameters are not silently overwritten.
-
Joseph Weston authored
-
Joseph Weston authored
-
Joseph Weston authored
-