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

Release preparations

parent 083c8757
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,9 @@ void TestPerformance::execute()
void TestPerformance::write_performance()
{
// appending performance information to the file
std::string filename = Utils::FileSystem::GetHomePath() +
"./dev-tools/log/perf_history.txt";
// std::string filename = Utils::FileSystem::GetHomePath() +
// "./dev-tools/log/perf_history.txt";
std::string filename = "perf_history.txt";
std::ofstream file;
file.open(filename.c_str(), std::ios_base::app);
......
BornAgain-0.9.1, released 2013.09.27
> Summary: Windows build, polarized neutrons and magnetic domains
* Bug #403: Debian unittest failure
* Feature #14: Choose platform-independent build system
* Feature #314: Windows compilation part 2
* Feature #360: Compile BornAgainCore and corresponding functional tests
* Feature #361: Compile BornAgainFit and corresponding minimizer libraries and functional tests
* Feature #362: Compile PythonAPI and run python functional tests
* Feature #363: Compile App using cmake-mingw and cmake-msvc
* Feature #364: Switch to cmake build system in windows build
* Feature #365: Switch to Microsoft VC2012 in windows build
* Feature #366: Create windows installer package
* Feature #367: Provide treatment of detector resolution for polarized neutrons
* Feature #368: Provide correct normalization of polarized neutron intensity
* Feature #388: Test polarization simulation with IsGISAXS03 example
* Feature #389: Make common interface for reflection/transmission coefficients and their maps
* Feature #390: Make implementations of interference functions transparent to whether coefficients are matrix- or scalar-valued
* Feature #391: Compile GUI for windows using cmake-mingw and cmake-msvc
* Feature #392: Use scalar reflection/transmission coefficients in absence of magnetization in layers (also when the particles might be magnetized)
* Feature #399: Provide diffuse calculation for polarized mesocrystals
* Feature #402: Use cmake in eclipse build
* Feature #411: Provide help functions for analysis of polarized OutputData structures
* Documentation #406: Review Software Architecture section
* Documentation #407: Review Installation section
* Documentation #408: Update wiki page to conform with the UserManual
* Refactoring #370: Remove unnecessary code duplication introduced during implementation of polarization
* Support #371: Simulate S. Disch's sample
BornAgain-0.9, released 2013.08.23
* FunctionalTests: fitting from python works two times faster than fitting from C++
* Compile Error on Ubuntu 12.04
......
......@@ -23,7 +23,7 @@ namespace AppVersion {
const std::string g_app_name = "BornAgain";
const int major_version_number = 0;
const int minor_version_number = 9;
const int patch_version_number = 0;
const int patch_version_number = 1;
inline int GetMajorVersionNumber() { return major_version_number; }
inline int GetMinorVersionNumber() { return minor_version_number; }
......
No preview for this file type
......@@ -183,12 +183,12 @@ Forschungszentrum J\"ulich GmbH
\input{QuickStart}
\input{Installation}
\input{SimulationExamples}
\input{FittingExamples}
%\input{FittingExamples}
\input{SoftwareArchitecture}
\input{SoftwareDesignOverview}
\appendix
\input{AppendixListings}
\input{AppendixPhysics}
%\input{SoftwareDesignOverview}
%\appendix
%\input{AppendixListings}
%\input{AppendixPhysics}
%\bibliographystyle{switch}
\bibliographystyle{unsrt}
......
This diff is collapsed.
# set BornAgain environment variables
# see boost bug https://svn.boost.org/trac/boost/ticket/4688
export LC_ALL=C
echo off
echo Setting up environment for BornAgain usage...
set PATH=C:\Qt\Qt5.1.0\5.1.0\mingw48_32\bin;C:\Qt\Qt5.1.0/Tools/mingw48_32\bin;%PATH%
set PATH=C:\home\pospelov\development\git\BornAgain\windlls;C:\home\pospelov\development\git\BornAgain\lib;%PATH%
echo %PATH%
cd /D C:\home\pospelov\development\git\BornAgain
......@@ -6,7 +6,7 @@ include(InstallRequiredSystemLibraries)
set(BORNAGAIN_MAJOR_VERSION "0")
set(BORNAGAIN_MINOR_VERSION "9")
set(BORNAGAIN_PATCH_VERSION "0")
set(BORNAGAIN_PATCH_VERSION "1")
set(BORNAGAIN_VERSION "${BORNAGAIN_MAJOR_VERSION}.${BORNAGAIN_MINOR_VERSION}.${BORNAGAIN_PATCH_VERSION}")
......
dev-tools/git-utils/lines_of_code.png

22.3 KiB | W: | H:

dev-tools/git-utils/lines_of_code.png

22.8 KiB | W: | H:

dev-tools/git-utils/lines_of_code.png
dev-tools/git-utils/lines_of_code.png
dev-tools/git-utils/lines_of_code.png
dev-tools/git-utils/lines_of_code.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -274,3 +274,7 @@
# release 0.9
2013-08-23 17:06:15 | jcnsopc74 | macosx64, 2800 MHz | 90909.1 | 4.77327 | 4.41501 | 0.947867 | 31348 |
2013-08-28 17:56:35 | jcnsopc74 | macosx64, 2800 MHz | 307692 | 23.2558 | 23.5294 | 6.06061 | 909091 |
# relese 0.9.1
2013-09-27 13:43:28 | jcnsopc73 | macosx64, 2800 MHz | | 21.2766 | 21.7391 | 1.44928 | 833333
|
\ No newline at end of file
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