~ubuntu-branches/debian/sid/yade/sid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-01-13 20:13:14 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20140113201314-4x3stisjce4t0pdx
Tags: 1.07.0-1
* [d42c7de] Imported Upstream version 1.07.0
* [a421b10] Remove patch, applied by upstream.
* [d151f88] Set Standards-Version: 3.9.5. No changes.
* [a9616c6] Add upstream file.
* [c078bb4] Inject additional parameters for weak archs. 
            Thanks to Roland Stigge <stigge@antcom.de>. (Closes: #733152)
* [21a2430] Fix version definition for IPython>1.0.0.
* [8204093] Remove google-scripts from documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
==================================================
 
2
yade-1.07.0
 
3
Fri, 10 Jan 2014 21:23:33 +0100
 
4
 
 
5
Anton Gladky (37):
 
6
      Remove RELEASE file.
 
7
      Add -ftrack-macro-expansion=0, if gcc>=4.8
 
8
      Provide VTK6-support.
 
9
      Use ADD_DEFINITIONS instead of adding those directly in CXX_FLAGS.
 
10
      Remove information about yade-stable from Readme.
 
11
      Add BicyclePedalEngine as a new kinematic motion.
 
12
      Add -save-temps if GCC-4.8 is used.
 
13
      Split Grid into Grid and Grid_GUI.
 
14
      Add information about missing packages in documentation and external PPA. Closes: LP:1250928
 
15
      Add notice about using libqglviewer-qt4-dev instead of libqglviewer-dev on older Ubuntu versions.
 
16
      Add script to create PPA-packages. (Not finished)
 
17
      Use othermirror for some ubuntu versions.
 
18
      Add stl-gts example.
 
19
      Add qt.View() to clumps-example.
 
20
      Add one more check-script to check the functionality of ViscoElastic PM.
 
21
      Consider massMultiply-parameter, calculating parameters in     ViscoElasticPM.
 
22
      Add functions to save and load clumps.
 
23
      Set the higher pripority in sys.path to self-compiled modules. Closes LP:1254708
 
24
      Fix volume calculation. Closes LP:1261415
 
25
      Set the higher pripority in sys.path to self-compiled modules in     yade-batch.
 
26
      Update scripts for PPA.
 
27
      Add configuration files, needed for PPA.
 
28
      Minor update of PPA scripts.
 
29
      Update information about yadedaily prebuilt packages.
 
30
      Add support for qglviewer>=2.5.0.
 
31
      Open GUI in packs/packs.py after 1 step to show all elements.
 
32
      Raise warning, if no spheres are produced by regular* commands.
 
33
      Update information about daily-packages.
 
34
      Set one more paramter -ftemplate-depth-512 for clang
 
35
      Prevent attraction forces in ViscPM due to viscosity
 
36
      Add some more steps to checkWeight-script.
 
37
      Minor formatting in references.
 
38
      Remove cout accidentally added in a prev. commit.
 
39
      Minor change of setFromTwoVectors in utils.py.
 
40
      Rename createtar.py to buildppa.py.
 
41
      Minor fix in docs.
 
42
      Add RELEASE-file.
 
43
 
 
44
Bruno Chareyre (17):
 
45
      a function to increase the size of a single sphere (~>Thomas swelling)
 
46
      easier manipulation of state files in TesselationWrapper
 
47
      restore the python wrapping of utils.growParticles() as it was before fb02a74 (changed by mistake, sorry Christian)
 
48
      give unique identifiers to trangulation's cells
 
49
      FlowEngine::nCells retruns the number of finite cells; FlowEngine::getVertices returns the vertices of a cell defined by its id
 
50
      make cmake output more consistent when missing dependency for LinSolv
 
51
      Fix the behavior of FlowEngine.updateTriangulation=True
 
52
      FlowEngine: increment a counter correctly
 
53
      small changes in the installation section regarding suitesparse and related libs
 
54
      installation.rst: smallfix in indentation
 
55
      remove a not necessary sorting in FlowEngine, as it triggers a critical bug in the STL (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800)
 
56
      correct target values of the DEM-PFV checktest
 
57
      Fix paths to online and packaged documentation (fix url error with GUI's hyperlinks)
 
58
      DEM Background chapter: a note on the semantic strain vs. displacement for contact kinematics
 
59
      Merge branch 'master' of github.com:yade/trunk
 
60
      fix undefined "key" in triax-tutorial/script-session1.py
 
61
      +1 published paper
 
62
 
 
63
Christian Jakob (1):
 
64
      small fix in an example script tetra/oneTetra.py
 
65
 
 
66
Francois (3):
 
67
      Fix missing REGISTER_CLASS_INDEX(...) into ViscElPhys. This macro is essential for a right law dispatch !
 
68
      Corrected a minor mistake in code comments : k=2*r*E
 
69
      Allow the contact between (coh)frictMat and viscElMat as frictPhys. Almost everything was done by inheritance, just had to convert stiffnesses to modulus and modulus to stiffnesses to ensure material compatibility.     Note that for the moment the timeStepper cannot handle this kind of simulations -> will be fixed soon.
 
70
 
 
71
Jan Stransky (4):
 
72
      Modified error message if not yade.runtime.hasDisplay (bug #1241817)
 
73
      fixed SyntaxError from previous commit
 
74
      uncomment and modify utils.forcesOnCoordPlane function
 
75
      corrected mistake in examples/test/triax.py
 
76
 
 
77
Jerome Duriez (15):
 
78
      - Introducing (uncommenting in fact) tens/shearBreakRel variables in JCFpmState : relative part of broken interactions per body (instead of absolute number).     - Few changes in some doc of JCFpm variables.
 
79
      Quite important changes in JCFpm code
 
80
      Modifying JCFpm example scripts so that they still work after previous commit
 
81
      Re-put some commented lines, after discussion of this thread (https://lists.launchpad.net/yade-dev/msg10185.html), thanks Anton. The comments solution is (at the moment ?) finally still used to avoid putting a new variable in VTKRecorder..
 
82
      A script example for JCFpm : two rock parts with one joint in the middle, like in laboratory experiments
 
83
      Some forgotten corrections in some example scripts, so that they still work after changes of today in JCFpm
 
84
      Some corrections in the JCFpm doc (hyperlinks...)
 
85
      (Hopefully) Fixing some rst links in DEM Background doc
 
86
      Some changes in the doc of getStress() function, to be consistent with the source code (https://answers.launchpad.net/yade/+question/239919)
 
87
      Merge branch 'master' of github.com:yade/trunk
 
88
      Idem as previous commit
 
89
      Restoring the 2d version of growParticle previously erased by mistake..
 
90
      Some hyperlinks in JCFpm doc corrected
 
91
      Typos and hyperlinks corrected in Peri3dController doc
 
92
      Correction of a link in TesselationWrapper() doc
 
93
 
 
94
Klaus Thoeni (1):
 
95
      add CGAL link and delete libgmp3 from install list
 
96
 
 
97
Raphael Maurin (1):
 
98
      Change in the calculation of the normal and tangential stiffness and damping. The change affects only the behavior     when one of the two parameters is zero, e.g. for two particles with different stiffness k1 and k2, the contact     stiffness will always be k = k1*k2/(k1+k2). Before it gave the same except when k2 = 0 (respectively k1 = 0), where it     gave k = k1 (resp. k=k2). This is done to ensure continuity in the behavior when one of the two parameter tend     to zero.     Add a function contactParameterCalculation in Ip2_ViscElMat_ViscElMat_ViscElPhys to avoid code duplication.
 
99
 
 
100
==================================================
2
101
yade-1.05.0
3
 
Mon Oct 28 19:49:48 2013 +0200
 
102
Mon, Oct 28 19:49:48 2013 +0200
4
103
 
5
104
Anton Gladky (19):
6
105
      Add system-component of boost to be linked.
76
175
 
77
176
==================================================
78
177
yade-1.00.0
79
 
Sun Sep 29 23:10:48 2013 +0200
 
178
Sun, Sep 29 23:10:48 2013 +0200
80
179
 
81
180
Anton Gladky (64):
82
181
      Remove release file.
302
401
 
303
402
==================================================
304
403
yade-0.97.0
305
 
Sun May 12 14:48:29 2013 +0200
 
404
Sun, May 12 14:48:29 2013 +0200
306
405
 
307
406
Anton Gladky (42):
308
407
      Remove release-file.
447
546
 
448
547
==================================================
449
548
yade-0.95.0
450
 
Tue Mar 5 20:36:40 2013 +0100
 
549
Tue, Mar 5 20:36:40 2013 +0100
451
550
 
452
551
Anton Gladky (41):
453
552
      Remove RELEASE file.
640
739
 
641
740
==================================================
642
741
yade-0.90.0
643
 
Sat Oct 13 15:16:55 2012 +0200
 
742
Sat, Oct 13 15:16:55 2012 +0200
644
743
 
645
744
Anton Gladky (142):
646
745
      Remove RELEASE file.
912
1011
 
913
1012
==================================================
914
1013
yade-0.80.0
915
 
Wed May 2 21:05:12 2012 +0200
 
1014
Wed, May 2 21:05:12 2012 +0200
916
1015
 
917
1016
Anton Gladky (81):
918
1017
      Add forgotten format to ymport.textExt
1123
1222
 
1124
1223
==================================================
1125
1224
yade-0.70.0
1126
 
Sun Oct 23 16:49:34 2011 +0200
 
1225
Sun, Oct 23 16:49:34 2011 +0200
1127
1226
 
1128
1227
Anton Gladky (129):
1129
1228
      1. Prediction of simulation finish time is added to HTTP-batch server.
1591
1690
 
1592
1691
==================================================
1593
1692
yade-0.60.0
1594
 
Sun Nov 7 09:55:43 2010 +0100
 
1693
Sun, Nov 7 09:55:43 2010 +0100
1595
1694
 
1596
1695
Anton Gladky (54):
1597
1696
      1. utils.facetCylinder and utils.facetBox orientations are changed according to https://lists.launchpad.net/yade-dev/msg04886.html
1864
1963
 
1865
1964
==================================================
1866
1965
yade-0.50.0
1867
 
Wed Jun 9 08:30:02 2010 +0200
 
1966
Wed, Jun 9 08:30:02 2010 +0200
1868
1967
 
1869
1968
Anton Gladky (77):
1870
1969
      Added an example of VTK-recorder using. Thanks Sergei Doroffenko aka Sega
2464
2563
 
2465
2564
==================================================
2466
2565
yade-0.20.2
2467
 
Sat Sep 19 21:41:52 2009 +0200
 
2566
Sat, Sep 19 21:41:52 2009 +0200
2468
2567
 
2469
2568
Anton Gladky (34):
2470
2569
      1. This is my first test commit     2. Added some initial files for mining rocks classes simulation
2999
3098
 
3000
3099
==================================================
3001
3100
yade-0.20.0
3002
 
Sat Sep 19 21:41:52 2009 +0200
 
3101
Sat, Sep 19 21:41:52 2009 +0200
3003
3102
 
3004
3103
Anton Gladky (33):
3005
3104
      1. This is my first test commit     2. Added some initial files for mining rocks classes simulation
3452
3551
 
3453
3552
==================================================
3454
3553
yade-0.12.1
3455
 
Sat Nov 22 22:48:27 2008 +0000
 
3554
Sat, Nov 22 22:48:27 2008 +0000
3456
3555
 
3457
3556
Bruno Chareyre (6):
3458
3557
      A wrong comment on contact laws in PFC3D is removed.
3551
3650
 
3552
3651
==================================================
3553
3652
yade-0.12.0
3554
 
Wed Aug 20 14:37:02 2008 +0000
 
3653
Wed, Aug 20 14:37:02 2008 +0000
3555
3654
 
3556
3655
Janek Kozicki (8):
3557
3656
      testing if SVN commit messages can go to launchpad
3592
3691
 
3593
3692
==================================================
3594
3693
yade-0.12.0rc1
3595
 
Sun Jul 27 10:52:50 2008 +0000
 
3694
Sun, Jul 27 10:52:50 2008 +0000
3596
3695
 
3597
3696
Bruno Chareyre (69):
3598
3697
      Modifications in the equations of "non-viscous" damping. The equations     are now as defined by Cundall.