yade:fix_def_readonly_Other

Last commit made on 2021-06-03
Get this branch:
git clone -b fix_def_readonly_Other https://git.launchpad.net/yade

Branch merges

Branch information

Name:
fix_def_readonly_Other
Repository:
lp:yade

Recent commits

87c1a50... by Janek Kozicki

[RealHP] add operator/ "__rtruediv__" for int/RealHP. Add __round__ with capability to select how many places we want. Add a note how to get isnan and mpmath.mpf to work.

d1c0870... by Janek Kozicki

[RealHP] fix compilation for non HP types

0fbc246... by Janek Kozicki

[RealHP] create _ExposeNumber.cpp to solve problem with def_readonly(…). Curiously this seems to force non-double RealHP type, even in python

2c5e2a4... by Janek Kozicki

Will try different solution (Revert "[RealHP] fix def_readonly(…) function for boost::python::class_<…>")

This reverts commit 61df54d60862d0ee81f610f4e2275d78b53b6bf1.

51cde60... by Janek Kozicki

[RealHP] update docs.

61df54d... by Janek Kozicki

[RealHP] fix def_readonly(…) function for boost::python::class_<…>

8d2dc0d... by Janek Kozicki

[RealHP] add extra test for def_readonly(…) function.

7e7556c... by Janek Kozicki

improve git docs: add a link to the progit-book https://github.com/progit/progit2

0045b4a... by Anton Gladky

Add script to get LP-questions

f741be7... by Janek Kozicki

remove #!/usr/bin/yadedaily entirely, because there is no standarized #! way here.