bioversions 0.5.456__tar.gz → 0.5.457__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.456/src/bioversions.egg-info → bioversions-0.5.457}/PKG-INFO +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/_data/versions.yml +16 -2
- bioversions-0.5.457/docs/failures.md +8 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457}/setup.cfg +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/resources/versions.json +30 -2
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/version.py +1 -1
- {bioversions-0.5.456 → bioversions-0.5.457/src/bioversions.egg-info}/PKG-INFO +1 -1
- bioversions-0.5.456/docs/failures.md +0 -6
- {bioversions-0.5.456 → bioversions-0.5.457}/LICENSE +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/MANIFEST.in +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/README.md +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/_config.yml +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/_includes/head.html +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/download.md +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/index.md +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/source/logo.png +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/docs/summary.md +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/pyproject.toml +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.456 → bioversions-0.5.457}/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.457
|
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-08-
|
4
|
-
revision:
|
3
|
+
date: '2024-08-18'
|
4
|
+
revision: 757
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -2101,6 +2101,8 @@ database:
|
|
2101
2101
|
version: 3.67.0
|
2102
2102
|
- retrieved: '2024-08-11'
|
2103
2103
|
version: 3.68.0
|
2104
|
+
- retrieved: '2024-08-18'
|
2105
|
+
version: 3.69.0
|
2104
2106
|
vtype: semver
|
2105
2107
|
- name: Exposure ontology
|
2106
2108
|
prefix: exo
|
@@ -4621,6 +4623,8 @@ database:
|
|
4621
4623
|
version: '2024-01-10'
|
4622
4624
|
- retrieved: '2024-03-29'
|
4623
4625
|
version: '2024-03-22'
|
4626
|
+
- retrieved: '2024-08-18'
|
4627
|
+
version: '2024-08-14'
|
4624
4628
|
vtype: date
|
4625
4629
|
- name: Ontology for Nutritional Studies
|
4626
4630
|
prefix: ons
|
@@ -7462,6 +7466,8 @@ database:
|
|
7462
7466
|
version: '2024-05-13'
|
7463
7467
|
- retrieved: '2024-08-11'
|
7464
7468
|
version: '2024-07-03'
|
7469
|
+
- retrieved: '2024-08-18'
|
7470
|
+
version: '2024-08-06'
|
7465
7471
|
vtype: date
|
7466
7472
|
- name: The COVID-19 Infectious Disease Ontology
|
7467
7473
|
prefix: idocovid19
|
@@ -7498,6 +7504,8 @@ database:
|
|
7498
7504
|
version: '2024-03-03'
|
7499
7505
|
- retrieved: '2024-08-11'
|
7500
7506
|
version: '2024-08-05'
|
7507
|
+
- retrieved: '2024-08-18'
|
7508
|
+
version: '2024-08-07'
|
7501
7509
|
vtype: date
|
7502
7510
|
- name: The Echinoderm Anatomy and Development Ontology
|
7503
7511
|
prefix: ecao
|
@@ -7876,6 +7884,8 @@ database:
|
|
7876
7884
|
version: '2024-04-18'
|
7877
7885
|
- retrieved: '2024-06-02'
|
7878
7886
|
version: '2024-05-22'
|
7887
|
+
- retrieved: '2024-08-18'
|
7888
|
+
version: '2024-08-14'
|
7879
7889
|
vtype: date
|
7880
7890
|
- name: Vertebrate Skeletal Anatomy Ontology
|
7881
7891
|
prefix: vsao
|
@@ -7916,6 +7926,8 @@ database:
|
|
7916
7926
|
version: '2024-06-18'
|
7917
7927
|
- retrieved: '2024-08-11'
|
7918
7928
|
version: '2024-07-22'
|
7929
|
+
- retrieved: '2024-08-18'
|
7930
|
+
version: '2024-08-13'
|
7919
7931
|
vtype: date
|
7920
7932
|
- name: VEuPathDB Ontology
|
7921
7933
|
prefix: eupath
|
@@ -9755,6 +9767,8 @@ database:
|
|
9755
9767
|
version: '2024-08-14'
|
9756
9768
|
- retrieved: '2024-08-17'
|
9757
9769
|
version: '2024-08-15'
|
9770
|
+
- retrieved: '2024-08-18'
|
9771
|
+
version: '2024-08-16'
|
9758
9772
|
vtype: date
|
9759
9773
|
- name: Zebrafish Phenotype Ontology
|
9760
9774
|
prefix: zp
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# Errors
|
2
|
+
|
3
|
+
- failed to resolve DisGeNet
|
4
|
+
- issue parsing Online Mendelian Inheritance in Man: Issue parsing OMIMGetter version Augu 16, 2024 with fmt %B %d, %Y
|
5
|
+
- failed to resolve Antibody Registry
|
6
|
+
- failed to resolve National Cancer Institute Thesaurus
|
7
|
+
- failed to resolve PathBank
|
8
|
+
- failed to resolve SwissLipids
|
@@ -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-08-
|
9
|
+
<dc:date>2024-08-18T00:59:23.772657</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-08-
|
9
|
+
<dc:date>2024-08-18T00:59:23.719239</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-08-
|
9
|
+
<dc:date>2024-08-18T00:59:23.636649</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-08-
|
3
|
+
"revision": 757,
|
4
|
+
"date": "2024-08-18",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -3846,6 +3846,10 @@
|
|
3846
3846
|
{
|
3847
3847
|
"retrieved": "2024-08-11",
|
3848
3848
|
"version": "3.68.0"
|
3849
|
+
},
|
3850
|
+
{
|
3851
|
+
"retrieved": "2024-08-18",
|
3852
|
+
"version": "3.69.0"
|
3849
3853
|
}
|
3850
3854
|
],
|
3851
3855
|
"vtype": "semver"
|
@@ -8370,6 +8374,10 @@
|
|
8370
8374
|
{
|
8371
8375
|
"retrieved": "2024-03-29",
|
8372
8376
|
"version": "2024-03-22"
|
8377
|
+
},
|
8378
|
+
{
|
8379
|
+
"retrieved": "2024-08-18",
|
8380
|
+
"version": "2024-08-14"
|
8373
8381
|
}
|
8374
8382
|
],
|
8375
8383
|
"name": "Ontology for Modeling and Representation of Social Entities",
|
@@ -13743,6 +13751,10 @@
|
|
13743
13751
|
{
|
13744
13752
|
"retrieved": "2024-08-11",
|
13745
13753
|
"version": "2024-07-03"
|
13754
|
+
},
|
13755
|
+
{
|
13756
|
+
"retrieved": "2024-08-18",
|
13757
|
+
"version": "2024-08-06"
|
13746
13758
|
}
|
13747
13759
|
],
|
13748
13760
|
"vtype": "date"
|
@@ -13813,6 +13825,10 @@
|
|
13813
13825
|
{
|
13814
13826
|
"retrieved": "2024-08-11",
|
13815
13827
|
"version": "2024-08-05"
|
13828
|
+
},
|
13829
|
+
{
|
13830
|
+
"retrieved": "2024-08-18",
|
13831
|
+
"version": "2024-08-07"
|
13816
13832
|
}
|
13817
13833
|
],
|
13818
13834
|
"vtype": "date"
|
@@ -14506,6 +14522,10 @@
|
|
14506
14522
|
{
|
14507
14523
|
"retrieved": "2024-06-02",
|
14508
14524
|
"version": "2024-05-22"
|
14525
|
+
},
|
14526
|
+
{
|
14527
|
+
"retrieved": "2024-08-18",
|
14528
|
+
"version": "2024-08-14"
|
14509
14529
|
}
|
14510
14530
|
],
|
14511
14531
|
"name": "Vertebrate Breed Ontology",
|
@@ -14585,6 +14605,10 @@
|
|
14585
14605
|
{
|
14586
14606
|
"retrieved": "2024-08-11",
|
14587
14607
|
"version": "2024-07-22"
|
14608
|
+
},
|
14609
|
+
{
|
14610
|
+
"retrieved": "2024-08-18",
|
14611
|
+
"version": "2024-08-13"
|
14588
14612
|
}
|
14589
14613
|
],
|
14590
14614
|
"vtype": "date"
|
@@ -17897,6 +17921,10 @@
|
|
17897
17921
|
{
|
17898
17922
|
"retrieved": "2024-08-17",
|
17899
17923
|
"version": "2024-08-15"
|
17924
|
+
},
|
17925
|
+
{
|
17926
|
+
"retrieved": "2024-08-18",
|
17927
|
+
"version": "2024-08-16"
|
17900
17928
|
}
|
17901
17929
|
],
|
17902
17930
|
"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.457
|
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
|