Skip to content

Releases: draeger-lab/EscherConverter

EscherConverter 1.2.1

06 Sep 14:20
Compare
Choose a tag to compare

This is a release with general improvements of the program's stability and performance: Several smaller problems have been solved, the source-code documentation was improved, and third-party libraries were updated.

EscherConverter 1.2

12 Jan 10:02
Compare
Choose a tag to compare

This release includes new versions of third-party libraries and an improved display of converted maps when using the graphical user interface.

EscherConverter 1.1

10 Oct 10:24
Compare
Choose a tag to compare

This release does not have too many changes, but the GUI works now, thanks to @draeger. And it launches by default.

EscherConverter 1.0

21 Aug 17:03
Compare
Choose a tag to compare

This is a major release which adds features and fixes some things.

Newly added:

  • SBGN-ML to Escher conversion (both Milestone 1 and 2 are supported).
  • SBML Layout Extension to Escher conversion (Level 3 and above).
  • Validation of input files. Only Escher and SBGN for now.
  • A REST API which provides conversion through HTTP methods.
  • A website for using the REST API above. Here

To be added:

  • Extracting CoBRA models from SBML FBC compliant files.
  • Combine multiple outputs if an SBML file has multiple layouts.

Other changes:

  • Unit tests. Increases reliability.
  • Using Jackson for (de)serialization now.
  • Refactored code.

Version 0.5

21 Jul 09:43
Compare
Choose a tag to compare

This is the first version of EscherConverter.

GUI and command line working.

06 Jun 05:16
Compare
Choose a tag to compare

Changelog:

  • GUI working
  • Command-line working
  • Escher to SBGN/SBML conversion
  • Refactoring