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
3160cf36
Commit
3160cf36
authored
6 years ago
by
Van Herck, Walter
Browse files
Options
Downloads
Patches
Plain Diff
Update version number, changelog and author list
parent
9f62d332
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
AUTHORS
+3
-1
3 additions, 1 deletion
AUTHORS
CHANGELOG
+29
-0
29 additions, 0 deletions
CHANGELOG
Doc/Doxygen/Doxyfile
+1
-1
1 addition, 1 deletion
Doc/Doxygen/Doxyfile
VERSION.cmake
+2
-2
2 additions, 2 deletions
VERSION.cmake
with
35 additions
and
4 deletions
AUTHORS
+
3
−
1
View file @
3160cf36
BornAgain source code is currently developed by
* J
onathan Fisher
* J
uan Carmona Loaiza
* Marina Ganeva
* Gennady Pospelov
* Walter Van Herck
...
...
@@ -12,7 +12,9 @@ Our former contributors:
* Rebecca Brydon
* Jan Burle
* Céline Durniak
* Jonathan Fisher
* Mohammad Mahadi Hasan
* Anik Halder
* Sezer Karaca
* Abhishek Khanna
* David Li
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG
+
29
−
0
View file @
3160cf36
BornAgain-1.15.0, released 2019.02.25
> API changes:
1) Python: method getAlphaAxis renamed into coordinateAxis in SpecularSimulation
> Summary:
1) Act on feedback from BornAgain school in December 2018: new features and corrections
2) Support q-based specular simulations
3) Implement features from specific user requests
4) Various bugfixes
* Bug #2262: Fix memory leakage in Python API
* Bug #2265: 3D view incorrectly represents particle positions for layouts connected to deeper layers
* Bug #2268: Sometimes parameter values are reset when they go out of focus
* Bug #2270: Repeating values after removing unsorted data
* Bug #2277: GUI: value of wavelength is not propagated on switch from InstrumentView
* Bug #2286: Fix usage of Debye-Waller factors for superlattices
* Bug #2304: Uncaught exception in GUI during real time tuning
* Bug #2305: Premature deletion of OutputData<double> in python
* Bug #2307: Wrong units during fit with q-defined reflectometry
* Feature #2259: Make off-spec simulation fittable
* Feature #2260: Remove domain size and damping length in paracrystals in favour of a small q expansion
* Feature #2267: Activate polarized sans
* Feature #2278: Add Debye Waller factor for 1D and 2D lattice
* Feature #2282: Implement position variance in 3d view
* Feature #2290: Implement simplified 2D peak search for GISAS images
* Feature #2292: Switch internal specular computations to q values
* Feature #2297: Provide q-based input for specular simulations
* Feature #2303: Implement twin particle interference function
* Documentation #2223: Update BornAgain installation documentation on the webpage.
* Documentation #2273: Comparative overview of existing reflectometry packages
* Testing #2289: Test slicing and averaging functionality for reflectometry in BornAgain
* Support #2291: Provide hard disc Percus-Yevick interference function
BornAgain-1.14.0, released 2018.12.07
> No API changes
...
...
This diff is collapsed.
Click to expand it.
Doc/Doxygen/Doxyfile
+
1
−
1
View file @
3160cf36
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "BornAgain"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.1
4.99
PROJECT_NUMBER = 1.1
5.0
# 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
...
...
This diff is collapsed.
Click to expand it.
VERSION.cmake
+
2
−
2
View file @
3160cf36
set
(
BornAgain_VERSION_MAJOR 1
)
set
(
BornAgain_VERSION_MINOR 1
4
)
set
(
BornAgain_VERSION_PATCH
99
)
set
(
BornAgain_VERSION_MINOR 1
5
)
set
(
BornAgain_VERSION_PATCH
0
)
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