home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 15862812

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
15862812 MDExOlB1bGxSZXF1ZXN0MTU4NjI4MTI= 129 closed 0 Require only numpy 1.7 for the benefit of readthedocs 1217238 ReadTheDocs comes with pre-built packages for the basic scientific python stack, but some of these packages are old (e.g., numpy is 1.7.1). The only way to upgrade packages on readthedocs is to use a virtual environment and a requirements.txt. Unfortunately, this means we can't upgrade both numpy and pandas simultaneously, because pandas may get built first and link against the wrong version of numpy. We inadvertantly stumbled upon a work around to build the "latest" docs by first installing numpy in the (cached) virtual environment, and then later (in another commit), adding pandas to the requirements.txt file. However, this is a real hack and makes it impossible to maintain different versions of the docs, such as for tagged releases. Accordingly, this commit relaxes the numpy version requirement so we can use a version that readthedocs already has installed. (We actually don't really need a newer version of numpy for any current functionality in xray, although it's nice to have for support for missing value functions like nanmean.) 2014-05-14T06:41:30Z 2014-06-25T23:40:31Z 2014-05-15T07:21:22Z 2014-05-15T07:21:22Z b020100a03b394cc08b5cb504a08a64af1253ba7   664063 0 0b33e2ab862f27b688d8ababa954265942720164 ed3143e3082ba339d35dc4678ddabc7e175dd6b8 MEMBER   13221727 https://github.com/pydata/xarray/pull/129  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 84.993ms