Page MenuHomeHEPForge

No OneTemporary

Index: trunk/src/omega/ChangeLog
===================================================================
--- trunk/src/omega/ChangeLog (revision 5233)
+++ trunk/src/omega/ChangeLog (revision 5234)
@@ -1,85 +1,168 @@
ChangeLog -- Summary of changes to the O'Mega package
Use svn log to see detailed changes.
- Version 2.0.0
+ Version 2.2.0
(cf. also the WHIZARD ChangeLog)
+
+##################################################################
+
+2014-03-15
+ RELEASE: version 2.2.0
+
+2014-02-03
+ PRE-RELEASE: version 2.2.0_beta
+
+2014-01-26
+ Feynman diagram generation possible (again)
+
+2013-11-15
+ PRE-RELEASE: version 2.2.0_alpha-4
+
+2013-10-15
+ PRE-RELEASE: version 2.2.0_alpha-3
+
+2013-10-02
+ PRE-RELEASE: version 2.2.0_alpha-2
+
+2013-09-25
+ PRE-RELEASE: version 2.2.0_alpha-1
+
+2013-09-12
+ PRE-RELEASE: version 2.2.0_alpha
+
+2012-11-20
+ Unit test suite enabled
+
+##################################################################
+
+2012-09-18
+ RELEASE: version 2.1.1
+
+##################################################################
+
+2012-06-15
+ RELEASE: version 2.1.0
+
+##################################################################
+
+2012-03-19
+ RELEASE: version 2.0.7
+
+##################################################################
+
+2011-12-07
+ RELEASE: version 2.0.6
+
+##################################################################
+
+2011-05-10
+ RELEASE: version 2.0.5
+
+2011-04-02
+ OpenMP parallelization for helicity loop
+
+##################################################################
+
+2010-10-26
+ RELEASE: version 2.0.4
+
+2010-09-29
+ Support for anomalous top couplings (form factors etc.)
+
+##################################################################
+
+2010-10-18
+ RELEASE: version 2.0.3
+
+2010-07-12
+ Conserved quantum numbers speed up code generation
+
+##################################################################
+
+2010-05-18
+ RELEASE: version 2.0.2
+
+##################################################################
+
+2010-04-25
+ RELEASE: version 2.0.1
##################################################################
2010-04-09
Per default, the code for the amplitudes is subdivided to allow
faster compiler optimization
2010-04-05
Colorizing DAGs instead of model vertices: speed boost
in colored code generation
2010-02-16
Uncolored vertex selection rules for colored amplitudes
2010-02-14
Color correlation computation in O'Mega finalized
2010-02-08
First O'Caml code for computation of color correlations in
O'Mega
##################################################################
2010-02-06
Arbitrary color structures in tensor products for jets
##################################################################
2006
O'Mega becomes part of the WHIZARD generator
##################################################################
2006-05-15
RELEASE: version 0.11
merged Juergen's extensions
##################################################################
2005-11-07
RELEASE: version 0.10
merged Juergen's and Wolfgang's color hack for WHiZard
EXPERIMENTAL: cache fusion tables (required for colors
a la JR/WK)
make Juergen's MSSM official
##################################################################
2004-08-93
RELEASE: version 0.9
src/trie.mli, src/trie.ml: make interface compatible with
the O'Caml 3.08 library (remains compatible with older
versions). Implementation of unused functions still
incomplete.
Version 0.9
##################################################################
2004-06-22
RELEASE: version 0.8
MSSM: sign of W+/W-/A and W+/W-/Z couplings
##################################################################
2002-2004
loads of changes
2001-03-13
O'Caml 3.01: incompatible changes
src/trie.mli: add covariance annotation to T.t
This breaks O'Caml 3.00, but is required for O'Caml 3.01.
many instances: replace `sig include Module.T end' by
`Module.T', since the bug is fixed in O'Caml 3.01
2001-02-28
src/model.mli:
new field Model.vertices required for model functors, will
retire Model.fuse2, Model.fuse3, Model.fusen soon.
Index: trunk/tests/lhef_6.sh
===================================================================
--- trunk/tests/lhef_6.sh (revision 5233)
+++ trunk/tests/lhef_6.sh (revision 5234)
@@ -1,20 +1,19 @@
#!/bin/sh
### Check WHIZARD for a simple test process
echo "Running script $0"
if test -f OCAML_FLAG; then
rm -f @script@_lib.* @script@_p?.*
rm -f default_prclib.*
s=`basename @script@`
./run_whizard.sh @script@ --no-logging --model QCD
for i in 0 1 2; do
echo >> $s.log
echo "LHEF file contents:" >> $s.log
- cat ${s}_p.$i.lhe | \
- sed -e 's/^ <generator_version>.*$/[...]/' >> $s.log
+ cat ${s}_p.$i.lhe | sed -e 's/^ <generator_version>.*$/[...]/' >> $s.log
done
diff ref-output/$s.ref $s.log
else
echo "|=============================================================================|"
echo "No O'Mega matrix elements available, test skipped"
exit 77
fi

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:01 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805732
Default Alt Text
(5 KB)

Event Timeline