bioversions 0.5.359__tar.gz → 0.5.360__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bioversions-0.5.359/src/bioversions.egg-info → bioversions-0.5.360}/PKG-INFO +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/_data/versions.yml +22 -2
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/failures.md +1 -2
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/setup.cfg +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/resources/versions.json +36 -2
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/version.py +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.359 → bioversions-0.5.360}/LICENSE +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/MANIFEST.in +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/README.md +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/_config.yml +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/_includes/head.html +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/download.md +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/index.md +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/source/logo.png +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/docs/summary.md +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/pyproject.toml +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.359 → bioversions-0.5.360}/tests/test_bioversions.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.360
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
|
-
date: '2024-05-
|
4
|
-
revision:
|
3
|
+
date: '2024-05-02'
|
4
|
+
revision: 661
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -331,6 +331,9 @@ database:
|
|
331
331
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.232
|
332
332
|
retrieved: '2024-04-02'
|
333
333
|
version: 4.4.232
|
334
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233
|
335
|
+
retrieved: '2024-05-02'
|
336
|
+
version: 4.4.233
|
334
337
|
vtype: semver
|
335
338
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
336
339
|
prefix: edam
|
@@ -751,6 +754,9 @@ database:
|
|
751
754
|
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel232/
|
752
755
|
retrieved: '2024-04-02'
|
753
756
|
version: '232'
|
757
|
+
- homepage: ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/
|
758
|
+
retrieved: '2024-05-02'
|
759
|
+
version: '233'
|
754
760
|
vtype: sequential
|
755
761
|
- name: ChEBI Integrated Role Ontology
|
756
762
|
prefix: chiro
|
@@ -3096,6 +3102,9 @@ database:
|
|
3096
3102
|
- date: '2024-04-01'
|
3097
3103
|
retrieved: '2024-03-31'
|
3098
3104
|
version: '110.0'
|
3105
|
+
- date: '2024-05-01'
|
3106
|
+
retrieved: '2024-05-02'
|
3107
|
+
version: '110.1'
|
3099
3108
|
vtype: semver_minor
|
3100
3109
|
- name: Kinetic Simulation Algorithm Ontology
|
3101
3110
|
prefix: biomodels.kisao
|
@@ -4056,6 +4065,9 @@ database:
|
|
4056
4065
|
- date: '2024-04-29'
|
4057
4066
|
retrieved: '2024-05-01'
|
4058
4067
|
version: April 29, 2024
|
4068
|
+
- date: '2024-04-30'
|
4069
|
+
retrieved: '2024-05-02'
|
4070
|
+
version: April 30, 2024
|
4059
4071
|
vtype: date
|
4060
4072
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4061
4073
|
prefix: ontoavida
|
@@ -4934,6 +4946,10 @@ database:
|
|
4934
4946
|
homepage: https://www.pombase.org/data/releases/pombase-2024-04-01/
|
4935
4947
|
retrieved: '2024-04-11'
|
4936
4948
|
version: '2024-04-01'
|
4949
|
+
- date: '2024-05-01'
|
4950
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-05-01/
|
4951
|
+
retrieved: '2024-05-02'
|
4952
|
+
version: '2024-05-01'
|
4937
4953
|
vtype: date
|
4938
4954
|
- name: Population and Community Ontology
|
4939
4955
|
prefix: pco
|
@@ -6680,6 +6696,8 @@ database:
|
|
6680
6696
|
version: '2024-04-30'
|
6681
6697
|
- retrieved: '2024-05-01'
|
6682
6698
|
version: '2024-05-01'
|
6699
|
+
- retrieved: '2024-05-02'
|
6700
|
+
version: '2024-05-02'
|
6683
6701
|
vtype: date
|
6684
6702
|
- name: SWO (The Software Ontology)
|
6685
6703
|
prefix: swo
|
@@ -8847,6 +8865,8 @@ database:
|
|
8847
8865
|
version: '2024-04-28'
|
8848
8866
|
- retrieved: '2024-05-01'
|
8849
8867
|
version: '2024-04-29'
|
8868
|
+
- retrieved: '2024-05-02'
|
8869
|
+
version: '2024-04-30'
|
8850
8870
|
vtype: date
|
8851
8871
|
- name: Zebrafish Phenotype Ontology
|
8852
8872
|
prefix: zp
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-05-
|
9
|
+
<dc:date>2024-05-02T00:48:04.615870</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-05-
|
9
|
+
<dc:date>2024-05-02T00:48:04.544307</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-05-
|
9
|
+
<dc:date>2024-05-02T00:48:04.436026</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2024-05-
|
3
|
+
"revision": 661,
|
4
|
+
"date": "2024-05-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -602,6 +602,11 @@
|
|
602
602
|
"retrieved": "2024-04-02",
|
603
603
|
"version": "4.4.232",
|
604
604
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.232"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"retrieved": "2024-05-02",
|
608
|
+
"version": "4.4.233",
|
609
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.233"
|
605
610
|
}
|
606
611
|
],
|
607
612
|
"vtype": "semver"
|
@@ -1383,6 +1388,11 @@
|
|
1383
1388
|
"retrieved": "2024-04-02",
|
1384
1389
|
"version": "232",
|
1385
1390
|
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel232/"
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"retrieved": "2024-05-02",
|
1394
|
+
"version": "233",
|
1395
|
+
"homepage": "ftp://ftp.ebi.ac.uk/pub/databases/chebi/archive/rel233/"
|
1386
1396
|
}
|
1387
1397
|
],
|
1388
1398
|
"vtype": "sequential"
|
@@ -5604,6 +5614,11 @@
|
|
5604
5614
|
"retrieved": "2024-03-31",
|
5605
5615
|
"version": "110.0",
|
5606
5616
|
"date": "2024-04-01"
|
5617
|
+
},
|
5618
|
+
{
|
5619
|
+
"retrieved": "2024-05-02",
|
5620
|
+
"version": "110.1",
|
5621
|
+
"date": "2024-05-01"
|
5607
5622
|
}
|
5608
5623
|
],
|
5609
5624
|
"vtype": "semver_minor"
|
@@ -7353,6 +7368,11 @@
|
|
7353
7368
|
"retrieved": "2024-05-01",
|
7354
7369
|
"version": "April 29, 2024",
|
7355
7370
|
"date": "2024-04-29"
|
7371
|
+
},
|
7372
|
+
{
|
7373
|
+
"retrieved": "2024-05-02",
|
7374
|
+
"version": "April 30, 2024",
|
7375
|
+
"date": "2024-04-30"
|
7356
7376
|
}
|
7357
7377
|
],
|
7358
7378
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -8941,6 +8961,12 @@
|
|
8941
8961
|
"version": "2024-04-01",
|
8942
8962
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-04-01/",
|
8943
8963
|
"date": "2024-04-01"
|
8964
|
+
},
|
8965
|
+
{
|
8966
|
+
"retrieved": "2024-05-02",
|
8967
|
+
"version": "2024-05-01",
|
8968
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-05-01/",
|
8969
|
+
"date": "2024-05-01"
|
8944
8970
|
}
|
8945
8971
|
],
|
8946
8972
|
"name": "PomBase",
|
@@ -12309,6 +12335,10 @@
|
|
12309
12335
|
{
|
12310
12336
|
"retrieved": "2024-05-01",
|
12311
12337
|
"version": "2024-05-01"
|
12338
|
+
},
|
12339
|
+
{
|
12340
|
+
"retrieved": "2024-05-02",
|
12341
|
+
"version": "2024-05-02"
|
12312
12342
|
}
|
12313
12343
|
],
|
12314
12344
|
"name": "SwissLipids",
|
@@ -16213,6 +16243,10 @@
|
|
16213
16243
|
{
|
16214
16244
|
"retrieved": "2024-05-01",
|
16215
16245
|
"version": "2024-04-29"
|
16246
|
+
},
|
16247
|
+
{
|
16248
|
+
"retrieved": "2024-05-02",
|
16249
|
+
"version": "2024-04-30"
|
16216
16250
|
}
|
16217
16251
|
],
|
16218
16252
|
"name": "Zebrafish Information Network",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.360
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|