Difference between revisions of "API Changes"

From Yade

Line 2: Line 2:
   
 
== [http://bazaar.launchpad.net/~yade-dev/yade/trunk/revision/1806 r1806] 21.11.2009 ==
 
== [http://bazaar.launchpad.net/~yade-dev/yade/trunk/revision/1806 r1806] 21.11.2009 ==
* PhysicalParameters were replaced by Material and State classes. [[Material_and_State_classes]] shows how to migrate.
+
* PhysicalParameters were replaced by Material and State classes. [[Material_and_State_classes]] shows how to migrate, 'physpar' feature turns compilationof old code on.
  +
  +
== [http://bazaar.launchpad.net/~yade-dev/yade/trunk/revision/1806 r1789] 17.11.2009 ==
  +
* GeometricalModel classes were removed, they are functionally replaced by InteractingGeometry. Files depending on GeometricalModel are compiled only with the 'shape' feature on.

Revision as of 19:02, 3 December 2009

This page should track invasive changes in yade interface so that people porting older code have some guidelines. Always link to the changeset at launchpad. Keep the contect reverse-chronological (newest first)

r1806 21.11.2009

  • PhysicalParameters were replaced by Material and State classes. Material_and_State_classes shows how to migrate, 'physpar' feature turns compilationof old code on.

r1789 17.11.2009

  • GeometricalModel classes were removed, they are functionally replaced by InteractingGeometry. Files depending on GeometricalModel are compiled only with the 'shape' feature on.