Published May 12, 2026
| Version v0.29.0
Software
Open
globalbioticinteractions/globalbioticinteractions: v0.29.0
Authors/Creators
- 1. Lawrence Berkeley National Laboratory
- 2. @unsw-edu-au
- 3. @braze-inc
- 4. REIZ Solutions GmbH
- 5. University of New Brunswick
- 6. University of California Santa Barbara
- 7. Google
Description
Features
- toward supporting interaction matrix tables; related to https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1165
example schema configuration for interactions matrices associated with #803 and #1165
| | Asteraceae | Capparaceae | Caprifoliaceae | | --- | --- | --- | --- | | Trachusa interrupta | 0.1 | | 99.8 | | ... | ... | ... | ... |
where columnar taxa are defined as datatypes sourceTaxonName or targetTaxonName
like:
"tableSchema" : {
"columns" : [ {
"name" : "targetTaxonName",
"titles" : "",
"datatype" : "string"
}, {
"name" : "Asteraceae",
"titles" : "Asteraceae",
"datatype" : "targetTaxonName"
}, {
"name" : "Capparaceae",
"titles" : "Capparaceae",
"datatype" : "sourceTaxonName"
}, {
"name" : "Caprifoliaceae",
"titles" : "Caprifoliaceae",
"datatype" : "sourceTaxonName"
} ]
}
Improvements
- maven plugin maintenance
- enable memory management logging
- expose visits/visited-by in API
- upgrade to globi taxon-graph v0.6.1; related to https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1157 ; https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1158
- add detection for "on flower(s) of"
- update NBN taxon landing page prefix to https://species.nbnatlas.org/……species/
Bugs
Files
globalbioticinteractions/globalbioticinteractions-v0.29.0.zip
Files
(43.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:242bd82bc28e5d823915f82cb0bb4d0f
|
43.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/globalbioticinteractions/globalbioticinteractions/tree/v0.29.0 (URL)