swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
ef14537 Update ROOT version files to v6.07/06. 01 April 2016, 14:23:10 UTC
8080816 Fix warning: unused return value of write() 01 April 2016, 14:09:39 UTC
e8111c0 Remove dupe directory. 01 April 2016, 14:09:39 UTC
25fc440 Add implicit dependencies in .h files for building the dictionary 01 April 2016, 14:00:42 UTC
cda1a4e Check unique_ptr offset exactly once if at least a unique_ptr is present in the selected classes 01 April 2016, 11:48:30 UTC
6f5934a Implement IO for unique_ptr. this commit implements the functionality necessary to perform I/O operations, both column- and row-wise with std::unique_ptr<T> instances as if they were simple, good old pointers. Only unique_ptrs with a default second argument can be treated. The implementation assumes that the layout in memory of a unique_ptr<T> is the same of the one of a T*. Some details: - TStreamer infor construction, both starting from the type system and from files (i.e. TStreamerInfo Build and BuildOld methods) have been adapted to accommodate the I/O of unique_ptrs. - Dictionary generation stops if a persistent data member is a unique_ptr with a non default delete argument. 01 April 2016, 11:42:57 UTC
bfcf5e9 Do not trigger fopen of the source file to count lines. 01 April 2016, 11:39:18 UTC
1fef2a2 Update to current output, URL. 01 April 2016, 08:31:24 UTC
00b4478 JSROOT 4.4.1 Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 01 April 2016, 07:59:52 UTC
3f6d7d3 Enable JS debug in C++ Kernel too 01 April 2016, 05:57:01 UTC
bacd200 Display warning also in C++ Kernel if jsvis is requested but http not available 01 April 2016, 05:52:49 UTC
f832dec Remove stray semi-colon at end of namespace 31 March 2016, 21:03:43 UTC
808d8b3 Comment out demo of cling::Jupyter::pushOutput(). 31 March 2016, 19:02:12 UTC
aeb9895 Enhancement of the CANDLE drawing option (implemented by Georg Troska georg.troska@tu-dortmund.de). This option has been completely rewritten and offers a wide range of possibilities. See the THistPainter reference guide for all the details and examples. 31 March 2016, 13:26:07 UTC
9d46578 Formatting. 31 March 2016, 12:51:03 UTC
130de82 Fix enable_if; make it more telling. Also use it for Add(). 31 March 2016, 12:50:25 UTC
a9b2cc4 INLINE_INHERITED_MEMB = YES ease search on a doc page 31 March 2016, 12:13:43 UTC
6f30475 SORT_BRIEF_DOCS = YES SORT_MEMBERS_CTORS_1ST = YES as suggested here: https://root.cern.ch/phpBB3/viewtopic.php?f=10&t=21354 31 March 2016, 09:24:29 UTC
cb3cd96 Make some methods const in Plane3D. Fix for ROOT-8024 31 March 2016, 08:40:05 UTC
8e59be1 No exceptions in the (old) JIT of cling on powerpc64 either. 31 March 2016, 08:17:25 UTC
f1d5cf0 XFAIL should be "arm64,aarch64", not "arm". 31 March 2016, 07:37:24 UTC
0acccc5 The (old) llvm JIT in cling does not support exceptions on either ARM64 not AARCH64. 31 March 2016, 07:30:35 UTC
b10e766 Clarify where the error comes from (cling!). 30 March 2016, 10:28:16 UTC
f7a4d3a Do not rely on debug output. Fix code. 30 March 2016, 10:28:16 UTC
6b87d83 Add missing initialization. 30 March 2016, 10:27:24 UTC
c7a662e Complain about a nullptr tree. 30 March 2016, 10:27:24 UTC
d8052dd Spelling (nfc). 30 March 2016, 10:27:23 UTC
564734d Doxygen. 30 March 2016, 10:27:23 UTC
3859b3e New version of libpng (1.2.55) as requested [here](https://sft.its.cern.ch/jira/browse/ROOT-8045). 29 March 2016, 15:15:10 UTC
56b01e8 Add TH2Poly to the list of non drawable objects in JS 29 March 2016, 14:11:44 UTC
c5601b7 Update documentation 29 March 2016, 14:01:22 UTC
918911a Fix cling build instructions. 29 March 2016, 12:50:34 UTC
ebe7a9f Add a link to the "rainbow" page. 29 March 2016, 09:29:43 UTC
e802906 Remove warnings due to shadowed variables. 28 March 2016, 05:12:16 UTC
803e353 Compatibility fix for cmake <= 2.8.11 See https://cmake.org/cmake/help/v3.0/command/get_filename_component.html Fixes Aarch64 builds. 28 March 2016, 05:00:24 UTC
05affeb remove duplicated comment line 27 March 2016, 13:53:40 UTC
9196cae Simplify multicore tutorials Tutorials should be simple, ideally showing one single feature, following the example of sites like http://en.cppreference.com . This is of course not always possible depending on the complexity of the functionality, but: o Timers were removed o Lambdas were made normal functions when this resulted in a simplification o Globals were used instead of captured variables o No input parameters to the macro are now given o TSeq<I> used whenever possible All this trying to simplify the context and show more clearly the expression of parallelism in ROOT. 27 March 2016, 13:42:58 UTC
bf0b0fb Allow to specify ROOT::TSeq<I> as a collection. 27 March 2016, 13:42:11 UTC
a2a08a4 Specify constness for the methods where it makes sense. 27 March 2016, 13:41:35 UTC
126b6bb Switch off temporarily the DNN in the tutorial. It is taking now too long 24 March 2016, 18:19:34 UTC
9dd02cb Changed to avoid wanings when using Xcode >= 7.3 24 March 2016, 10:49:59 UTC
7eef835 With the Cocoa backend on Mac the Angstroem characters did not render correctly. 24 March 2016, 09:30:48 UTC
a3b4663 Simplify lambda. 24 March 2016, 09:28:41 UTC
e4dc3d7 Mention locking. 24 March 2016, 09:28:41 UTC
d2c3c55 Add code to tutorial 24 March 2016, 07:46:05 UTC
81cb703 From Omar. Fix compilation warnings 24 March 2016, 07:44:18 UTC
43beb29 Ptah from Omar to fix compilation problems on the DNN 23 March 2016, 19:17:00 UTC
c36dc22 Fix for ROOT-8067 - Source code tree left "polluted" with "interpreter/llvm/src/utils/llvm-build/llvmbuild/*.pyc 23 March 2016, 17:49:49 UTC
465137f Fix for ROOT-8068 - File protections for bin/setxrd.* bin/thisroot.* 23 March 2016, 17:15:06 UTC
e479c58 Fix compilation error. 23 March 2016, 17:09:58 UTC
794d4fe disable Vc on OSX as it is broken for the latest clang (clang-703.0.29). Build with cmake works as it downloads latest Vc. 23 March 2016, 15:47:39 UTC
406eb94 Support the writing of TKDTreeBinning objects 23 March 2016, 15:18:19 UTC
985d092 use default tolerance when computing the normalisation integral 23 March 2016, 15:17:34 UTC
6a8c866 DNN: integrated Deep NN from Peter Speckmayer NOTE: the code from him master can not be merged - apply fixes an updated with master repo from ROOT - rename method NN to DNN - fixes in tutorials - apply: bug fixes: fixed multiplying weight twice to error; enable multithreading for testing from peter repo 23 March 2016, 14:40:20 UTC
013bf31 TMVA: fixed code to support c++x11 std::underlying_type_t is only supported in c++14 is was changed by std::underlying_type<T>::type 23 March 2016, 14:40:19 UTC
ac3cd80 TMVA/NN/ changed SDG momentum to nesterov momentum; bug fix in error computation 23 March 2016, 14:40:18 UTC
41eb1e1 formatting and comments 23 March 2016, 14:40:18 UTC
24876f1 bug fixes 23 March 2016, 14:40:18 UTC
faff3c5 bugfix: wrong signal/background label for test pattern; bad choice of values for truth in pattern 23 March 2016, 14:38:14 UTC
5e7f134 refactoring to allow for batch normalization 23 March 2016, 14:38:13 UTC
9a0cfcb bug fix in convergence test of NN 23 March 2016, 14:38:12 UTC
026b8a0 bug fix in NN convergence test 23 March 2016, 14:38:11 UTC
45da662 added docu 23 March 2016, 14:38:11 UTC
c90950f fixed order of creation of ROOT file and tree in TMVAClassification.C script 23 March 2016, 14:38:11 UTC
79865bb TMVA, NN, changes to convergence check 23 March 2016, 14:33:24 UTC
bb8efef fixed signal/background mismatch 23 March 2016, 14:33:24 UTC
1f818d3 fixed a couple of issues with drop-out put in "preTraining". But no settings to turn it on yet. 23 March 2016, 14:33:23 UTC
de401b4 added examples for regression and classification in TMVA with NN 23 March 2016, 14:33:23 UTC
1a77fd9 add regression and multiclass to NN 23 March 2016, 14:33:22 UTC
a1f8bd9 copy to local weights for SGD 23 March 2016, 14:33:22 UTC
273e37d fixed dropOut bug in neural net, TMVA 23 March 2016, 14:33:22 UTC
592c10a - clear until end of line in progress bar - add multithreading as an option for the NN in TMVA 23 March 2016, 14:33:21 UTC
ee64e54 multithreading for TMVA::NN 23 March 2016, 14:33:21 UTC
45a3e29 small modifications in drop out weight correction and example 23 March 2016, 14:33:21 UTC
8f659d2 fixes 23 March 2016, 14:33:21 UTC
62161ec fixed bug with dropout 23 March 2016, 14:33:20 UTC
ae026eb several small bugs fixed in new implementation of a neural net for TMVA modified: tmva/inc/TMVA/NeuralNet.h modified: tmva/inc/TMVA/NeuralNet_i.h modified: tmva/src/MethodNN.cxx modified: tmva/src/NeuralNet.cxx 23 March 2016, 14:33:20 UTC
228702a - fixing some remaining compilation issues (incorrect declarations of methods) 23 March 2016, 14:33:20 UTC
302ce8c - improved example for neural network in TMVA 23 March 2016, 14:33:20 UTC
b68cd87 - improvements on Steepest descent algorithm for neural network in TMVA - added possibility to define the dropout fraction for each layer individually 23 March 2016, 14:33:19 UTC
9b099b4 improved Stochastic Steepest Gradient Descent algorithm modified: tmva/tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:18 UTC
32a9df7 changes to handling of drop oout modified: ../../tmva/tmva/inc/TMVA/NeuralNet.h modified: ../../tmva/tmva/inc/TMVA/NeuralNet_i.h modified: ../../tmva/tmva/src/MethodNN.cxx put some basic usage into the examples modified: TMVAClassification.C 23 March 2016, 14:33:18 UTC
5d96d81 - removed std::cout output, partially replaced by Log () - fixed progress computation modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx 23 March 2016, 14:33:17 UTC
104edc4 added the bias node at training and !importantly! as well at "getMvaValue" modified: ../tmva/src/MethodNN.cxx 23 March 2016, 14:33:17 UTC
65064b7 modified: ../tmva/inc/TMVA/MethodNN.h modified: ../tmva/inc/TMVA/Monitoring.h modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx modified: ../tmva/src/NeuralNet.cxx 23 March 2016, 14:33:17 UTC
e0c0526 modified: tmva/tmva/inc/TMVA/MethodNN.h modified: tmva/tmva/inc/TMVA/NeuralNet.h modified: tmva/tmva/inc/TMVA/NeuralNet_i.h modified: tmva/tmva/src/MethodNN.cxx modified: tmva/tmva/src/NeuralNet.cxx 23 March 2016, 14:33:17 UTC
c8897f2 modified: tmva/tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:16 UTC
afa06f5 Changes to be committed: added stochastic to the gradient descent modified: tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:16 UTC
3efd259 modified: tmva/inc/LinkDef1.h new file: tmva/inc/TMVA/MethodNN.h new file: tmva/inc/TMVA/Monitoring.h new file: tmva/inc/TMVA/NeuralNet.h new file: tmva/inc/TMVA/NeuralNet_i.h new file: tmva/inc/TMVA/Pattern.h modified: tmva/inc/TMVA/Types.h new file: tmva/src/MethodNN.cxx new file: tmva/src/NeuralNet.cxx 23 March 2016, 14:33:16 UTC
8abbee7 in Gets() if chop is true strip \r\n in case of Windows line endings. 23 March 2016, 13:46:21 UTC
3aa107f correct some typo's in comments. 23 March 2016, 13:46:21 UTC
e417fe7 Rename THistStats to THistData; move DIMENSION, PRECISION into DATA. Instead of using a template template param, "simply" use a DATA type specifying the storage. 23 March 2016, 13:30:09 UTC
77ca810 Diagnose Interpreter exceptions. Enable the TInterpreter to diagnose InterpreterExceptions so that they can be caught and diagnose from outside ROOT. For that InterpreterException derives from std::exception. 23 March 2016, 13:22:09 UTC
ebaf019 Reduce code dupe. Provide THistStatUncertainty::TBinStat::GetUncertainty. 23 March 2016, 10:49:55 UTC
587c542 Fix Fill(), now that the statistics take care of the bin content. Add ApplyXC, ApplyXCE for running a functor on bin coords, content and or additionally error. Update Add() to use that. 23 March 2016, 10:49:55 UTC
f9763b2 FIXUP: Compilation fix 23 March 2016, 10:49:55 UTC
570f27f Use Apply() to implement Add(). 23 March 2016, 10:49:55 UTC
ae4fc59 Revert "Remove manual load of libMathCore as it is now not needed." Some cases involving functions do not work fully yet. For example: import ROOT ROOT.Math.lgamma(0.1) For compatibility with the previous behaviour, this change is reverted for the moment. This reverts commit 5c666a4de55ab5ced3c529f842dc5dceac01bf89. 22 March 2016, 20:31:22 UTC
42da1ce Move storage of bin content into STATISTICS; abstract out actual STORAGE. 22 March 2016, 15:57:23 UTC
de18eae Use makeimage.py to generate python tutorials images. 22 March 2016, 13:40:50 UTC
back to top