Version | Date | Description |
---|---|---|
0.16 | 2013-11-20 | Implemented attributes in XPathSaxHandler |
0.15 | 2013-06-08 | Improved performance of ChemicalNameComparator |
0.14 | 2013-06-07 | Added ChemicalNameComparator class |
0.13 | 2012-11-13 | Added ChemicalDataUtil.getCmlFormula |
0.12 | 2012-11-06 | Added element X |
0.11 | 2012-07-27 | Added generic number validation |
0.9.0 | 2012-01-26 | Added XPathSAXHandler class |
0.3.4 | 2011-01-10 | Added PRO ID validation |
0.3.3 | 2010-03-03 | Fixed CAS number validation |
0.3.2 | 2009-09-07 | Added support for preliminary EC numbers |
0.3.2 | 2009-08-10 | Added support to Citations |
0.3.1 | 2009-04-01 | Fixed MetaCyc identifiers validation |
0.3 | 2009-02-06 | New Formula decomposition |
0.2.29 | 2009-01-22 | New KEGG Drug id |
0.2.28 | 2008-10-31 | New class ListReader |
0.2.27 | 2008-08-22 | Changed Lipid maps validator |
0.2.26 | 2008-06-27 | New validator |
0.2.25 | 2008-04-25 | New validator |
0.2.24 | 2008-04-16 | Branched db util classes |
0.2.23 | 2008-04-11 | New validators |
0.2.22 | 2008-03-31 | Fixed operator set parsing |
0.2.20 | 2008-02-15 | Fixed toString method |
0.2.19 | 2008-08-08 | Added Patent and DrugBank validation |
Type | Changes | By |
---|---|---|
Implemented attributes in XPaths used with XPathSaxHandler. | rafalcan |
Type | Changes | By |
---|---|---|
Improved performance of ChemicalNameComparator by reusing a pattern (to sort 10302 compound names it went from around 2200 ms down to less than 1700 ms, that is 23% better). | rafalcan |
Type | Changes | By |
---|---|---|
Added class ChemicalNameComparator to sort compound names the same way they appear in catalogs, i.e. ignoring locators and stereo configurations. | rafalcan | |
Updated to latest version of parent. | rafalcan |
Type | Changes | By |
---|---|---|
Added method ChemicalDataUtil.getCmlFormula to get whitespaced-syntax formula as used by CML (defined by regex in their XML schema). | rafalcan |
Type | Changes | By |
---|---|---|
Added element X. | adekker2 |
Type | Changes | By |
---|---|---|
Added generic number validation. | mkvenkatesh |
Type | Changes | By |
---|---|---|
Added uk.ac.ebi.biobabel.util.xml.XPathSAXHandler class to easily extract data from XML using SAX, focusing only on the xpath(s) we are interested. | rafalcan | |
Fixed CollectionMap class to use generics. | rafalcan |
Type | Changes | By |
---|---|---|
Added validation for PRO IDs. | rafalcan | |
Fixed pattern for MetaCyc/EcoCyc reactions. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed pattern for CAS numbers to allow 7 digits in the first block. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed pattern for EC numbers to cover also preliminary ones. | rafalcan |
Type | Changes | By |
---|---|---|
Added support to Citations. | adekker |
Type | Changes | By |
---|---|---|
Fixed MetaCyc identifiers validation. | rafalcan | |
Moved ChemicalElementSymbolComparator from rhea.domain. | rafalcan |
Type | Changes | By |
---|---|---|
Refractored Rafa's code into ChemicalDataUtil in order to allow for decomposition of textual formula. | pmatos | |
New dependency required for ChemicalDataUtil but is widely used: commons-collections. | pmatos |
Type | Changes | By |
---|---|---|
Added new KEGG Drug validator. | pmatos |
Type | Changes | By |
---|---|---|
Added new class ListReader to handle lists stored in files. | rafalcan |
Type | Changes | By |
---|---|---|
Altered Lipid maps instance validator to include more digits. | pmatos |
Type | Changes | By |
---|---|---|
Added validator for Reactome identifiers. | rafalcan |
Type | Changes | By |
---|---|---|
Added validator for MetaCyc reaction identifiers. | rafalcan |
Type | Changes | By |
---|---|---|
Moved uk.ac.ebi.biobabel.util.db package to a new db module. If you used the DatabaseInstance class, please add a dependency to the db module. | rafalcan |
Type | Changes | By |
---|---|---|
Added validator for UniPathway identifiers. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed bug in parsing operator sets from a String. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed the OperatorSet.toString(String property, boolean padOperator, boolean opToLowercase) method, to allow for nested properties to be passed as a parameter. | rafalcan |
Type | Changes | By |
---|---|---|
Added Patent and DrugBank validation. | pmatos |