Version | Date | Description |
---|---|---|
1.4.1 | 2014-07-18 | Git tag. |
1.4.0 | 2014-06-26 | Dependency updates (new Rhea data model) |
1.3.20 | 2014-03-13 | Enzyme synonyms in JSON; RHEA: prefix for xrefs |
1.3.19 | 2013-10-17 | Bug fix |
1.3.18 | 2013-09-06 | JSON exporter |
1.3.17 | 2013-06-04 | Dependency updates |
1.3.16 | 2012-11-30 | IUBMB flags |
1.3.15 | 2012-11-16 | Fixed IntEnzXML validation issue |
1.3.14 | 2012-11-14 | Urgent update to fix CML issue |
1.3.13 | 2012-11-14 | Rhea reactions in CML for IntEnzXML |
1.3.12 | 2012-10-08 | Dependencies update |
1.3.11 | 2012-10-03 | Methods gone public; bug fix; dependencies update |
1.3.10 | 2012-05-22 | Bug fix, dependencies update |
1.3.9 | 2011-05-20 | |
1.3.8 | 2010-11-26 | Bug fix |
1.3.7 | 2010-11-25 | KEGG enzyme format |
1.3.6 | 2010-10-07 | Bug fix |
1.3.5 | 2010-05-10 | Bug fix |
1.3.4 | 2010-04-15 | Bug fix |
1.3.3 | 2010-04-14 | Dependencies update |
1.3.2 | 2009-12-01 | Cross references to Rhea from IntEnzXML |
1.3.1 | 2009-10-12 | Preliminary EC numbers in IntEnzXML |
1.3 | 2009-09-30 | Preliminary EC numbers |
1.2.1 | 2009-06-25 | Updated dependencies |
1.2 | 2009-05-07 | Added BioPAX export |
1.1 | 2009-01-19 | Fixed xchars export |
1.0.4 | 2008-08-19 | Updated dependencies |
1.0.3 | 2008-04-22 | Updated dependency |
1.0.2 | 2008-03-28 | Updated dependency |
Type | Changes | By |
---|---|---|
Just a tag created with git, containing the whole code tree. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to intenz-core-4.3.3, intenz-mapper-4.6.0, intenz-biopax-1.0.6, intenz-database-1.1.5, rhea-domain-1.8.1, rhea-mapper-3.8.3 and biobabel-core-0.18. | rafalcan |
Type | Changes | By |
---|---|---|
Added synonyms to the JSON returned for a serial EC number. | rafalcan | |
Added RHEA: prefix to the accession_number of Rhea links in IntEnzXML. | rafalcan | |
Updated to intenz-translator-1.0.12. | rafalcan |
Type | Changes | By |
---|---|---|
Restablished exception catching removed by mistake in the previous release, which allows going on with other entries if there is some problem during XML marshalling. | rafalcan | |
Updated to latest versions of rhea-mapper and biobabel-core. | rafalcan | |
Added cml schema to the output directory (script). | rafalcan |
Type | Changes | By |
---|---|---|
Added interface IntenzExporter for exporters, and a new implementation JsonExporter to be used by webapps. | rafalcan | |
Deprecated methods from XmlExporter taking release number and date as parameters, as they don't conform to the interface and are not needed for every exporter implementation. In this case, they can be set using the accessor methods. | rafalcan | |
Moved dependency on Oracle driver to the apps profile and test scope, avoiding its inclusion in the jar package. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest version of parent, intenz-core, intenz-mapper, intenz-translator, rhea-mapper and javax.mail. | rafalcan | |
Removed unused files from the jar file, including a log4j.xml which produced a rogue log file from the web services in the server. | rafalcan | |
Added an 'apps' profile to use for releases (the packaged jar artifact is also used by the web services, but does not need any log4j or database configuration files). | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest version of intenz-mapper, intenz-biopax and intenz-xml - which add IUBMB flags - and intenz-translator. | rafalcan | |
Added IUBMB flag to IntEnzXML (as attribute for plain text reactions, or as label for Rhea reactions exported as CMLReact). | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest versions of intenz-xml, which fixes issue with IntEnzXML validation in LDCs. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest versions of rhea-cml, which avoids troublesome formulae (non compliant with CMLReact schema). | rafalcan |
Type | Changes | By |
---|---|---|
Added Rhea reactions as CML. | rafalcan | |
Updated to latest versions of intenz-xml - which allows reactions to be included as CML -, intenz-mapper and intenz-translator. | rafalcan | |
Added dependency on rhea-cml to export Rhea reactions as CMLReact within IntEnzXML. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest version of intenz-biopax - which uses latest rhea-biopax, fixing an issue with BioPAX export related to the citations data model. | rafalcan |
Type | Changes | By |
---|---|---|
XmlExporter constructor is now public, usable from other packages. Also, ExporterApp.getDescriptions is now public and static, with one parameter. | rafalcan | |
Ampershands are now escaped in link elements. | rafalcan | |
Updated to latest version of intenz-mapper - which fixes a bug resulting in failed exports for EC numbers with modified versions -, intenz-database, rhea-domain, rhea-mapper, biobabel-db, log4j and junit. | rafalcan |
Type | Changes | By |
---|---|---|
Closing output stream for every XML file avoids the "too many open files" error. | rafalcan | |
Updated to latest version of intenz-mapper, intenz-xml (which adds ChEBI IDs to cofactors), intenz-translator, intenz-biopax (which uses proper URIs for RDF IDs), intenz-database, rhea-domain and rhea-mapper. | rafalcan | |
Fixed script (compression of exported files). | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest version of parent (intenz), intenz-mapper, intenz-translator, rhea-domain, rhea-mapper and biobabel-db. | rafalcan | |
Reinstated method to get back xchars markup instead of escaped text. | rafalcan | |
Release number and date are taken from the database now, instead of the properties file. | rafalcan | |
Output directories are created if not there. | rafalcan | |
This module is now deployed to the repository. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed bug which left unescaped ampershands in the XML file, by using non-deprecated API. | rafalcan |
Type | Changes | By |
---|---|---|
Added exporter for KEGG enzyme flat file. | rafalcan | |
Added command line options to ExporterApp. | rafalcan | |
Updated to latest version of dependencies. | rafalcan |
Type | Changes | By |
---|---|---|
Removed links to Rhea when the reaction is not public. | rafalcan | |
Updated to latest version of intenz (parent), intenz-mapper, rhea-domain, rhea-mapper, biobabel-db, xercesImpl, javax.mail, log4j and junit. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed addition of links to XML (no 'links' element added when there are none to add). | rafalcan | |
Updated to latest version of intenz-mapper, rhea-domain and rhea-mapper. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest version of intenz-xml, which fixes a bug in the generation of the whole-tree XML. | rafalcan |
Type | Changes | By |
---|---|---|
Updated to latest versions of intenz-biopax, rhea-domain, rhea-mapper and biobabel-db modules. | rafalcan | |
Fixed script for SQL dump. | rafalcan |
Type | Changes | By |
---|---|---|
Added cross references to Rhea from IntEnzXML. | rafalcan | |
Updated to latest versions of domain and xml modules. | rafalcan |
Type | Changes | By |
---|---|---|
Updated dependencies on rhea-mapper - which fixes potential issue with the new ChEBI database server layout -, intenz-xml - which adds a new attribute to better distinguish preliminary EC numbers - and intenz-biopax - which fixes issue with missing EC numbers. | rafalcan | |
Fixed direction symbol in XCHARS export. | rafalcan |
Type | Changes | By |
---|---|---|
Added support for preliminary EC numbers in exported files. | rafalcan | |
Updated dependencies on rhea.domain, rhea.mapper, intenz.mapper and biobabel.db modules. | rafalcan | |
Moved XML schema and generated code to a new independent module (intenz-xml). | rafalcan |
Type | Changes | By |
---|---|---|
Updated dependencies on rhea.domain, rhea.mapper, intenz.mapper and biobabel.db modules. | rafalcan |
Type | Changes | By |
---|---|---|
Fixed export of fields containing xchars markup: it is not enclosed in CDATA sections anymore, and xchars tags take their namespace prefix. | rafalcan |
Type | Changes | By |
---|---|---|
Updated dependency to latest mapper, translator and biobabel.db modules. | rafalcan |
Type | Changes | By |
---|---|---|
Updated dependencies to latest mapper (and domain) module. | rafalcan |