Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
1c89927b
Commit
1c89927b
authored
10 years ago
by
Pospelov, Gennady
Browse files
Options
Downloads
Patches
Plain Diff
CHANGELOG
parent
593bbf33
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+25
-1
25 additions, 1 deletion
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Doc/UserManual/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Doc/UserManual/CMakeLists.txt
Doc/UserManual/UserManualVersion.tex
+1
-1
1 addition, 1 deletion
Doc/UserManual/UserManualVersion.tex
with
28 additions
and
4 deletions
CHANGELOG
+
25
−
1
View file @
1c89927b
BornAgain-0.9.8, released 2014.08.28
> Summary:
1) Further GUI development toward first beta scheduled for October, 2014.
Implemented rotation of particles in GUI, real time simulation window.
2) Few bugfixes, minor refactoring in UserAPI.
> Details:
* Bug #741: ScalarSpecularInfoMapTest failing under Debian 32 bits
* Bug #764: Memory leackage in mesocrystal simulation.
* Bug #765: Genetic minimizer crashes for certain ROOT configurations
* Bug #779: Transformations on core/shell are not being used
* Feature #465: Organize BornAgain mail list with subscription
* Feature #604: Implement QStandartItemModel hierarchy
* Feature #682: Provide PlotWidget with x,y-axis in both, radians and degrees.
* Feature #702: Implement position particle info equivalent in GUI
* Feature #703: Implement rotation of particles in GUI
* Feature #704: Implement Lattice2D interference function in GUI
* Feature #736: Compile GUI under Windows with Qt5.3 and provide installer.
* Feature #738: Perform new round of profiling and memory leackage investigation
* Feature #746: Refactor GUI's OutputDataWidget to disantagle projections/property editor/plot widget.
* Feature #747: Finalize QuickSimulationView.
* Feature #748: Refactor IAxis family
* Feature #763: Provide icon set for recent widgets
* Feature #766: Propagate latest API changes (IAxis, IntensityDataIOFactory) into user manual.
BornAgain-0.9.7, released 2014.07.31
BornAgain-0.9.7, released 2014.07.31
> Summary:
> Summary:
1) Further GUI development toward first beta scheduled for October, 2014.
1) Further GUI development toward first beta scheduled for October, 2014.
2) Redesign of RT coefficient calculations to reduce numerical instabilities in very thick layers.
2) Redesign of RT coefficient calculations to reduce numerical instabilities in very thick layers.
3) Improvements in Monte-Carlo integration to cope with highly oscillatory form factors of super large particles.
3) Improvements in Monte-Carlo integration to cope with highly oscillatory form factors of super large particles.
3
) Experimental support for running BornAgain on high performance computing clusters under OpenMPI environment.
4
) Experimental support for running BornAgain on high performance computing clusters under OpenMPI environment.
> Details:
> Details:
* Bug #578: Initialization problem in LLData class
* Bug #578: Initialization problem in LLData class
* Bug #706: Layer cannot be dropped from widgetbox to designer scene
* Bug #706: Layer cannot be dropped from widgetbox to designer scene
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
1c89927b
...
@@ -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
7
)
set
(
BornAgain_VERSION_PATCH
8
)
# --- General project settings ---
# --- General project settings ---
option
(
BORNAGAIN_PYTHON
"Build with python support"
ON
)
option
(
BORNAGAIN_PYTHON
"Build with python support"
ON
)
...
...
This diff is collapsed.
Click to expand it.
Doc/UserManual/CMakeLists.txt
+
1
−
1
View file @
1c89927b
...
@@ -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
5
)
set
(
UM_VERSION_PATCH
6
)
set
(
LATEX_COMPILER_FLAGS
set
(
LATEX_COMPILER_FLAGS
...
...
This diff is collapsed.
Click to expand it.
Doc/UserManual/UserManualVersion.tex
+
1
−
1
View file @
1c89927b
% User Manual version number
% User Manual version number
% this file is automatically generated by CMakeLists.txt using cmake/modules/UserManualVersion.tex.in
% this file is automatically generated by CMakeLists.txt using cmake/modules/UserManualVersion.tex.in
\newcommand
{
\UserManualVersionNumber
}{
0.2.
5
}
\newcommand
{
\UserManualVersionNumber
}{
0.2.
6
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment