Skip to content

version 0.2.0 release

Compare
Choose a tag to compare
@pnav pnav released this 08 Feb 23:10
· 583 commits to master since this release

version 0.2.0 - 20190208

Refactorization of Galaxy core to cleanly partition framework, data, and renderer layers. Initial release of multiserver modularization of Galaxy framework.

  • Added new multiserver component that enables Galaxy to live as a service (e.g. alongside a simulation in situ) and process requests that arrive via remote connections.
  • Removed OSPRay and Embree dependencies from framework and data layers.
  • Install now generates a GalaxyConfig.cmake file so that Galaxy components can be included in other programs
  • Added Travis-CI build and test integration
  • Added sanity-check gold image tests in tests
  • Added Galaxy state file documentation in doc/configuration_files.md
  • Added Python as a prerequisite for testing and use of python scripts in scripts