Skip to content
Snippets Groups Projects
Commit f37bbd05 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Release version and CHANGELOG

parent b2843108
No related branches found
No related tags found
No related merge requests found
BornAgain-1.11.1, released 2018.03.21
> Hotfix:
* Bug #1993: Plot ticks are not updated if axes changed in real time view
* Bug #2007: GUI->Instrument view-> entering floating point numbers
* Bug #2008: GUI->Fitting: ROI in experimental data causes NaN fitting parameters
BornAgain-1.11.0, released 2018.03.02
> API changes
1) Detector axes units (e.g. ba.IDetector2D.NBINS) now accessed through AxesUnits (e.g. ba.AxesUnits.NBINS).
......
......@@ -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.11.0
PROJECT_NUMBER = 1.11.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
......
set(BornAgain_VERSION_MAJOR 1)
set(BornAgain_VERSION_MINOR 11)
set(BornAgain_VERSION_PATCH 0)
set(BornAgain_VERSION_PATCH 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment