Will Usher
Will Usher
Hi @rjplevin, I'm sorry I haven't replied sooner. There are some detailed questions here, and I think the easiest way to answer them is to direct you toward Saltelli's book...
This would be very useful
(unordered) - Update CHANGELOG.md with a summary all of the bug fixes, features, documentation added since the previous release (use `git log HEAD ... vX.X.X-1 #
Hi @ConnectedSystems note that the release process is pretty automated with continuous deployment via Travis to PyPi. See the .travis deploy stage.
Deployment is automated using Travis CI. If a branch is tagged with a [PEP440 compliant tag](https://www.python.org/dev/peps/pep-0440/), then build will be scheduled as a [Travis CI](https://travis-ci.org/github/SALib/SALib) deploy stage and deployed to...
@ConnectedSystems - Note that tags need to follow [PEP440](https://www.python.org/dev/peps/pep-0440/) and be pre-fixed with a `v` to trigger a build and deployment to PyPI. E.g. `v1.4.0b0`, `v1.4.2`, `v0.5.3dev2` are all valid...
> Would you happen to know where the documentation deployment process (to "readthedocs") is defined? Is it simply "on build" of the primary branch? It's on read the docs. I...
Now done.
Thanks for the comments - it's really handy to get some feedback on my ideas, and I'm sure that ends up with better code too. To respond point-by-point: - It...
Regarding Morris, in terms of vectorisation, then the computation of the metrics are easily converted to numpy computations over an array rather than a vector by changing the `axis` argument:...