Skip to content
Snippets Groups Projects
Commit 739a8bfb authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Update CHANGELOG and version numbers

parent 80828a33
No related branches found
No related tags found
No related merge requests found
BornAgain-0.9.6, released 2014.06.04
> Summary: Diverse GUI items (OutputData Widget, basic simulation functionality) + big form factor issue
* Feature #597: Attach Instrument view to session model
* Feature #598: Implement OutputData widget
* Feature #599: Extend OutputData widget with projections
* Feature #603: Rafactor GUI version of MaterialManager
* Feature #610: Generate QStandardItem objects from the domain objects
* Feature #613: Complete correspondence between domain and GUI model objects
* Feature #622: Implement JobQueueModel and View
* Feature #629: Complete connection between SessionModel and JobQueueModel
* Feature #635: Integrate Mahadi's OutputDataWidget into JobQueueView
* Feature #646: Implement serialization of subitems of ParameterizedItem
* Feature #647: Implement serialization of MaterialManager
* Feature #648: Provide serialization of ParticleItem
* Feature #653: Implement ParticleView representing ParticleItem
* Feature #654: Complete IsGISAXS01 sample generation from GUI
* Feature #655: Implement parameterized items for 1D and 2D paracrystals
* Feature #657: Provide solution for form factor of big particles
* Feature #673: Provide editing of ParameterizedItem's name in property editor.
* Feature #678: Provide automatic switch to JobView after the job is completed.
* Feature #684: Test remote compilation via distcc
BornAgain-0.9.5, released 2014.04.11 BornAgain-0.9.5, released 2014.04.11
> Summary: Refactoring in user API, working on GUI toward first beta. > Summary: Refactoring in user API, working on GUI toward first beta.
* Bug #605: Fitting examples under Windows doesn't update graphics in realtime * Bug #605: Fitting examples under Windows doesn't update graphics in realtime
......
...@@ -9,7 +9,7 @@ project(BornAgain) ...@@ -9,7 +9,7 @@ project(BornAgain)
# --- The version number --- # --- The version number ---
set(BornAgain_VERSION_MAJOR 0) set(BornAgain_VERSION_MAJOR 0)
set(BornAgain_VERSION_MINOR 9) set(BornAgain_VERSION_MINOR 9)
set(BornAgain_VERSION_PATCH 5) set(BornAgain_VERSION_PATCH 6)
# --- General project settings --- # --- General project settings ---
option(BORNAGAIN_PYTHON "Build with python support" ON) option(BORNAGAIN_PYTHON "Build with python support" ON)
......
...@@ -5,7 +5,7 @@ project(UserManual NONE) ...@@ -5,7 +5,7 @@ project(UserManual NONE)
# user manual version number will be automatically propagated into tes # user manual version number will be automatically propagated into tes
set(UM_VERSION_MAJOR 0) set(UM_VERSION_MAJOR 0)
set(UM_VERSION_MINOR 2) set(UM_VERSION_MINOR 2)
set(UM_VERSION_PATCH 3) set(UM_VERSION_PATCH 4)
set(LATEX_COMPILER_FLAGS set(LATEX_COMPILER_FLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment