- May 18, 2017
-
-
Anton Akhmerov authored
In addition to basic updates to skip permanent redirect, remove an obsolete reference to macports installation instructions on the main website.
-
Pablo Piskunow authored
`integrate` is a more accurate name for a function that integrates the spectral density. Docstrings and tutorial updated.
-
- May 17, 2017
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- 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
-