<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork3/gn3/db, branch auth/implement-authorization-code-flow</title>
<subtitle>GeneNetwork3 REST API for data science and machine learning
</subtitle>
<id>http://git.genenetwork.org/genenetwork3/atom?h=auth%2Fimplement-authorization-code-flow</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork3/atom?h=auth%2Fimplement-authorization-code-flow'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/'/>
<updated>2023-04-17T12:24:36+00:00</updated>
<entry>
<title>Create new endpoint for fetching GeneRIF entries</title>
<updated>2023-04-17T12:24:36+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-04-14T12:37:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=d04779286b49346946120a5801509ba80ee987ba'/>
<id>urn:sha1:d04779286b49346946120a5801509ba80ee987ba</id>
<content type='text'>
* gn3/api/metadata.py: Import Template, sparql_query and RDF_PREFIXES.
(get_genewiki_entries): New endpoint.
* gn3/db/rdf.py: Add new constant for storing rdf prefixes.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Disable fetching case-attributes when getting sample data</title>
<updated>2023-03-20T19:00:38+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-03-20T12:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=48d045e54b44b5e3fdadb7e8bf4d878c052655d9'/>
<id>urn:sha1:48d045e54b44b5e3fdadb7e8bf4d878c052655d9</id>
<content type='text'>
* gn3/db/sample_data.py: Remove 're' import.
(get_trait_csv_sample_data): Remove fetching sample data.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Add conn.commit() to queries in sample_data.py</title>
<updated>2023-03-17T18:27:42+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2023-03-17T18:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=a1a376db4848a3ccd74c9c384efacea4579ce165'/>
<id>urn:sha1:a1a376db4848a3ccd74c9c384efacea4579ce165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change get_all_species query to order by Family</title>
<updated>2023-03-17T18:27:03+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2023-03-17T18:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=047e11c611977814e29f5b636c8583171bf579e3'/>
<id>urn:sha1:047e11c611977814e29f5b636c8583171bf579e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Open lmdb path in readonly mode</title>
<updated>2023-03-01T19:03:39+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-03-01T12:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=e32dacc9648908a73855d99e7681cb4d7aa4f98e'/>
<id>urn:sha1:e32dacc9648908a73855d99e7681cb4d7aa4f98e</id>
<content type='text'>
* gn3/db/matrix.py (get_total_versions, get_nth_matrix,
get_current_matrix): Open lmdb in readonly mode.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Fetch trait metadata from RDF</title>
<updated>2023-03-01T19:03:39+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-02-14T21:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=01e12ddb0c7f71c8c1700a4fac0b9447d83f3f9f'/>
<id>urn:sha1:01e12ddb0c7f71c8c1700a4fac0b9447d83f3f9f</id>
<content type='text'>
* gn3/db/rdf.py (get_dataset_metadata): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Get the N-th matrix given N, an index value</title>
<updated>2023-02-06T15:14:19+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-02-06T12:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=3cc5e7b57b0ca9bd5143d746022cb69349023a68'/>
<id>urn:sha1:3cc5e7b57b0ca9bd5143d746022cb69349023a68</id>
<content type='text'>
* gn3/db/matrix.py (get_nth_matrix): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Get total number of versions that a database has</title>
<updated>2023-02-06T15:14:19+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-02-06T11:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=faf223207015077d0afc36c7cc7cf1fc29976c7f'/>
<id>urn:sha1:faf223207015077d0afc36c7cc7cf1fc29976c7f</id>
<content type='text'>
* gn3/db/matrix.py (get_total_versions): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Add method to fetch the current matrix</title>
<updated>2023-02-06T15:14:19+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-02-06T11:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=8bfb1f9e9f74f41eb251eb025838244cc5c256eb'/>
<id>urn:sha1:8bfb1f9e9f74f41eb251eb025838244cc5c256eb</id>
<content type='text'>
* gn3/db/matrix.py: New file.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>gn3: (gn3.random -&gt; gn3.chancy): Rename module to avoid conflicts.</title>
<updated>2022-12-21T00:39:52+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-12-21T00:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=daa3a9cade431b21bbc48b690c16dcb8746f3dce'/>
<id>urn:sha1:daa3a9cade431b21bbc48b690c16dcb8746f3dce</id>
<content type='text'>
Rename the `gn3.random` module to gn3.chancy to avoid conflicts with Python's
`random` module.

* gn3/random.py -&gt; gn3/chancy.py: rename module
* gn3/commands.py: update import
* gn3/computations/partial_correlations.py: update import
* gn3/computations/qtlreaper.py: update import
* gn3/computations/rust_correlation.py: update import
* gn3/db/correlations.py: update import
* gn3/db/traits.py: update import
* gn3/heatmaps.py: update import
* tests/integration/conftest.py: update import
</content>
</entry>
</feed>
