Logo

Developer Page

If you want to contribute to the development of statsmodels by offering a patch, contributing a new statistical test, or developing a new model, you can find out how to do so on this page.

Submitting a Patch

So you want to submit a patch to statsmodels and want to know what to do. Great news. Here are the steps you need to take.

  1. Set up your local development environment. Read up on working with git. In particular, have a look at the section on Pull Requests, as this is how you should get your code to us.
  2. Make sure your patch includes a test! See the notes on Testing.
  3. Submit your pull request. We will review the pull request and then merge into our upstream repository.

Discussing Development

Our development conversations take place on the statsmodels mailing list.

Table Of Contents

Previous topic

Related Packages

Next topic

Package Overview

This Page