James Tocknell
James Tocknell
`numpy.distutils` is going to go away sometime in the near future (the timeline is unclear, likely due to it being driven by the CPython core devs). scipy seems to be...
This will need the secrets configured, but this should only act as a convenience anyway.
This is the PR mentioned in #99 (so shouldn't be merged until we work out how to fix #99).
Was digging to why I was getting errors like `SystemError: x returned a result with an error set` (x is a placeholder) from inside odes, it appears `except -1`/`except? -1`...
These are some utility functions that I end up adding to each project that I work on, I figure that others might find some use for them.
This is some code I wrote a while ago to get the jacobian out of cvode when it's running, as there's no official api for doing this. I don't know...
Closes #8387. Currently there are no tests, I'm not sure what the test suite looks like, or how to use it, are there some docs for that?
Currently the lesson is really overloaded (too much material/too many concepts), and generally teaches bad/dangerous practices (e.g. the conflicts and remote sections are going to cause grumpy collaborators, and while...
pycairo has a bunch of constants (see http://cairographics.org/documentation/pycairo/2/reference/constants.html#cairo-has) which define if a given feature is available. It'd be awesome if cairocffi supported these as well.
## Feature Request ### Plugin * Camera ### Description Currently the `format` property is set to `'png'`, `'jpeg'` or `'gif'`, however usually we want to deal with mimetypes (e.g. to...