<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/scripts/maintenance/readProbeSetMean_v7.py, branch testing</title>
<subtitle>GeneNetwork (2nd generation)
</subtitle>
<id>http://git.genenetwork.org/genenetwork2/atom?h=testing</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork2/atom?h=testing'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/'/>
<updated>2022-03-10T05:55:26+00:00</updated>
<entry>
<title>Use context manager with database connection</title>
<updated>2022-03-10T05:55:26+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-03-10T05:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=4a7e2c1602ed82aabd7d04953067ba49cb1cebff'/>
<id>urn:sha1:4a7e2c1602ed82aabd7d04953067ba49cb1cebff</id>
<content type='text'>
Use the `with` context manager with database connections and cursors
to ensure that they are closed once they are no longer needed.

Where it was not feasible to use the `with` context manager without a
huge refactor/rewrite, the cursors and connections are closed manually.
</content>
</entry>
<entry>
<title>Replace "string.split" &amp; "string.join" with python's inbuilt methods</title>
<updated>2020-08-26T22:42:41+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-26T22:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=357ca458695fbc60c97de3d1cdf89034a8722bc5'/>
<id>urn:sha1:357ca458695fbc60c97de3d1cdf89034a8722bc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace tabs with spaces</title>
<updated>2020-08-26T19:23:40+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-26T19:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=768de71f09b116cad0f42c792c22a7dc410ea2f4'/>
<id>urn:sha1:768de71f09b116cad0f42c792c22a7dc410ea2f4</id>
<content type='text'>
* scripts/maintenance/readProbeSetMean_v7.py: Run python-autopep8 on this file.
</content>
</entry>
<entry>
<title>Remove extra whitespace(or add it) from comma separated items</title>
<updated>2020-08-19T00:57:05+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=db41cd49b6d8ccd2c3318209118ffe098bc9293e'/>
<id>urn:sha1:db41cd49b6d8ccd2c3318209118ffe098bc9293e</id>
<content type='text'>
See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-urllib&gt;
</content>
</entry>
<entry>
<title>Make Python more idiomatic</title>
<updated>2020-08-19T00:45:49+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-19T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=3aaa28ea762c496eeb84e09e45194e3fd2a51673'/>
<id>urn:sha1:3aaa28ea762c496eeb84e09e45194e3fd2a51673</id>
<content type='text'>
Run `2to3-3.8 -f idioms -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-idioms&gt;
</content>
</entry>
<entry>
<title>Wrap `map()` in a `list` call</title>
<updated>2020-08-18T23:33:46+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-18T23:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=06edbb8455f1e85a3818c33c4ef4d42e6a061d43'/>
<id>urn:sha1:06edbb8455f1e85a3818c33c4ef4d42e6a061d43</id>
<content type='text'>
Run `2to3-3.8 -f map -w .`

See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-map&gt;
</content>
</entry>
<entry>
<title>Replace "raw_input" with "input"</title>
<updated>2020-08-18T13:59:53+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-17T18:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=b0f87da9cbb0a8a462d38472264ed34af5dd8912'/>
<id>urn:sha1:b0f87da9cbb0a8a462d38472264ed34af5dd8912</id>
<content type='text'>
* scripts/maintenance/readProbeSetMean_v7.py: Use "input". See
https://docs.python.org/3/whatsnew/3.0.html#builtins
</content>
</entry>
<entry>
<title>Wrap print statements in parentheses</title>
<updated>2020-08-18T13:59:52+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-17T14:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=af330a2aa7b36fd0cf8505eb20fa06d2ed58b86b'/>
<id>urn:sha1:af330a2aa7b36fd0cf8505eb20fa06d2ed58b86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>@acenteno added data upload scripts into main repo</title>
<updated>2018-04-03T07:50:28+00:00</updated>
<author>
<name>Pjotr Prins</name>
</author>
<published>2018-04-03T07:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=fb57f05083b0512b7bb9f9e15b6cc6efaded5a1f'/>
<id>urn:sha1:fb57f05083b0512b7bb9f9e15b6cc6efaded5a1f</id>
<content type='text'>
</content>
</entry>
</feed>
