- 18 May, 2017 1 commit
-
-
Pablo Piskunow authored
`integrate` is a more accurate name for a function that integrates the spectral density. Docstrings and tutorial updated.
-
- 17 May, 2017 4 commits
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- 14 May, 2017 18 commits
-
-
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
-
Christoph Groth authored
-
Christoph Groth authored
closes #125
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- 13 May, 2017 5 commits
-
-
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
-
- 12 May, 2017 12 commits
-
-
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.
-