<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork3/gn3/api, branch migrate-to-python3.10</title>
<subtitle>GeneNetwork3 REST API for data science and machine learning
</subtitle>
<id>http://git.genenetwork.org/genenetwork3/atom?h=migrate-to-python3.10</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork3/atom?h=migrate-to-python3.10'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/'/>
<updated>2023-07-10T08:36:47+00:00</updated>
<entry>
<title>Fix linting errors caused by bump to Python 3.10</title>
<updated>2023-07-10T08:36:47+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-07-10T08:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=c6ac30d4ccc26553a12e8c37cdf9078cbe9084b3'/>
<id>urn:sha1:c6ac30d4ccc26553a12e8c37cdf9078cbe9084b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fetch genotypes from virtuoso</title>
<updated>2023-06-15T18:27:59+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-15T12:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=9193597f12631bcf33ce768f2842132bd22a41c3'/>
<id>urn:sha1:9193597f12631bcf33ce768f2842132bd22a41c3</id>
<content type='text'>
* gn3/api/metadata.py: Import get_genotype_metadata.
(genotype): New end-point.
* gn3/db/rdf.py (get_phenotype_metadata): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Fetch phenotypes from virtuoso</title>
<updated>2023-06-12T12:35:40+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-08T11:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=fa2ce410d4730b136f24555c049cef3d6dac1102'/>
<id>urn:sha1:fa2ce410d4730b136f24555c049cef3d6dac1102</id>
<content type='text'>
* gn3/api/metadata.py: Import get_phenotype_metadata.
(phenotype): New end-point.
* gn3/db/rdf.py (get_phenotype_metadata): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Correct publication function docstring</title>
<updated>2023-06-12T12:35:40+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-08T11:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=e4489c48bf5d1c9cb72b8cc1eccc603f1178ecbf'/>
<id>urn:sha1:e4489c48bf5d1c9cb72b8cc1eccc603f1178ecbf</id>
<content type='text'>
* gn3/api/metadata.py (publication): Update docstring.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Add publication end-point</title>
<updated>2023-06-07T06:42:25+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-07T06:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=4da80ca9c17bdd28e2689895ab6acb1ec0c70d33'/>
<id>urn:sha1:4da80ca9c17bdd28e2689895ab6acb1ec0c70d33</id>
<content type='text'>
* gn3/api/metadata.py: Import get_publication_metadata
(publication): New endpoint.
* gn3/db/rdf.py (get_dataset_metadata): New function.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Remove trait_metadata endpoint</title>
<updated>2023-06-07T06:42:25+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-07T06:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=8801f6d57a9347a724cc7ed6e1b5ce9600782034'/>
<id>urn:sha1:8801f6d57a9347a724cc7ed6e1b5ce9600782034</id>
<content type='text'>
* gn3/api/metadata.py: Remove get_trait_metadata import.
(trait_metadata): Delete.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<entry>
<title>Rename dataset_metadata -&gt; dataset</title>
<updated>2023-06-05T21:47:58+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-06-05T21:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=86de51055cde3d29a7c088467d281d3b32b6b6be'/>
<id>urn:sha1:86de51055cde3d29a7c088467d281d3b32b6b6be</id>
<content type='text'>
Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
<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>Remove deprecated `gn3.db_utils.database_connector` function</title>
<updated>2023-04-06T09:31:05+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2023-04-06T09:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=17abad9300e4a96a14f94da486ef8307f7d27e06'/>
<id>urn:sha1:17abad9300e4a96a14f94da486ef8307f7d27e06</id>
<content type='text'>
Remove the deprecated function and fix a myriad of bugs that arise from
removing the function.

Issue: https://issues.genenetwork.org/issues/bugfix_coupling_current_app_and_db_utils
</content>
</entry>
<entry>
<title>Fetch sampledata</title>
<updated>2023-03-01T19:03:39+00:00</updated>
<author>
<name>Munyoki Kilyungi</name>
</author>
<published>2023-03-01T12:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork3/commit/?id=32c144cdf41d2f109901d34930296f34fa51323e'/>
<id>urn:sha1:32c144cdf41d2f109901d34930296f34fa51323e</id>
<content type='text'>
* gn3/api/sampledata.py (get_sampledata): New end-point.
* gn3/app.py: Register above end-point.
* gn3/settings.py: Add new conf variable for LMDB.

Signed-off-by: Munyoki Kilyungi &lt;me@bonfacemunyoki.com&gt;
</content>
</entry>
</feed>
