Releases: draeger-lab/EscherConverter
Releases · draeger-lab/EscherConverter
EscherConverter 1.2.1
EscherConverter 1.2
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
This release does not have too many changes, but the GUI works now, thanks to @draeger. And it launches by default.
EscherConverter 1.0
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
This is the first version of EscherConverter.
GUI and command line working.
Changelog:
- GUI working
- Command-line working
- Escher to SBGN/SBML conversion
- Refactoring