Skip to content

Commit

Permalink
update version to v 0.2.1
Browse files Browse the repository at this point in the history
move doc dir to docs to prep for gh-pages exposure
update Doxygen output to docs dir
  • Loading branch information
pnav committed Mar 25, 2019
1 parent 031bf2f commit 5586bd1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.9)

cmake_policy(SET CMP0048 NEW)
PROJECT(Galaxy VERSION 0.2.0)
PROJECT(Galaxy VERSION 0.2.1)

set(GALAXY_VERSION ${PROJECT_VERSION})
set(GALAXY_SOVERSION ${PROJECT_VERSION_MAJOR})
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
* Paul Navratil, Texas Advanced Computing Center
* David Rogers, Los Alamos National Laboratory
* Dave Semeraro, Texas Advanced Computing Center
* Krishna Kumar, The University of Texas at Austin


6 changes: 3 additions & 3 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Galaxy"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.9.0
PROJECT_NUMBER = 0.2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down Expand Up @@ -1115,7 +1115,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_OUTPUT = ./docs
HTML_OUTPUT = docs/html

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
Expand Down Expand Up @@ -1659,7 +1659,7 @@ GENERATE_LATEX = YES
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_OUTPUT = doc/latex
LATEX_OUTPUT = docs/latex

# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Galaxy is an asynchronous parallel visualization framework for ray-based operations, including ray tracing, sampling and volume integration. Galaxy has been designed for performance in distributed computing environments, including in situ use. Galaxy builds upon [Intel OSPRay][1] and [Intel Embree][2] and includes ray queueing and sending logic inspired by [TACC GraviT][3].

Galaxy has been developed primarily by Greg Abram and Paul Navratil with funding from the US Department of Energy's Office of Science ASCR program (Drs. Lucy Nowell and Laura Biven, program managers) through sub-award from Los Alamos National Laboratory; from Intel Corporation through Intel Parallel Computing Center awards; and from the Texas Advanced Computing Center at the University of Texas at Austin.
A full list of contributors can be found in the `CONTRIBUTORS` file.
A full list of contributors can be found in the [`CONTRIBUTORS`][./CONTRIBUTORS.md] file.

Galaxy is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. A copy of the License is included with this software in the file `LICENSE`. If your copy does not contain the License, you may obtain a copy of the License at: [Apache License Version 2.0][15].
Expand Down Expand Up @@ -439,5 +439,5 @@ The following environment variables affect Galaxy behavior:
[16]: http://rapidjson.org/
[17]: https://cinemascience.org/
[18]: https://www.python.org/
[19]:


5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Galaxy Release Notes

## version 0.2.1 - 20190325

* Moved Doxygen to root Galaxy directory
* Fixed includes for Fedora 29 build

## 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.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5586bd1

Please sign in to comment.