Julien Schueller

Results 131 issues of Julien Schueller

since boost 1.89 the following source ``` #include #include #include #include typedef boost::geometry::model::d2::point_xy point_t; typedef boost::geometry::model::polygon polygon_t; int main() { polygon_t tri1, tri2; std::deque output; boost::geometry::intersection(tri1, tri2, output); return 0;...

- Add PolygonMesher to triangulate a 2-d polygon (using embedded earcut.hpp library) ``` mesher = otexp.PolygonMesher() vertices = [[0.0, 0.0], [0.0, 3.0], [1.0, 2.0], [0.5, 0.5], [1.0, 0.5], [2.0, 2.0],...

geometry
service support

- Drop KrigingAlgorithm compatibility in EGO & ConditionedGaussianProcess - Tweak Pagmo moead neighbours for small population

doc
build
metamodel
optimization
probas

most GPR classes (introduced in 1.24) moved out of experimental (for 1.27) after 3 versions, but there is still work to do: - Officially deprecate KrigingAlgorithm classes (currently we silently...

doc
API
metamodel

### What happened? another more severe version of #2058: It seems to me that the bug is not fixed. The next script: import openturns as ot t = ot.TruncatedNormal(0.0, 1.0,...

bug

these are actually set to the defaults /cc @yuri

we can remove these options: - ceres detection was fixed - hmat & sphinx are disabled by default - doxygen generation was removed /cc @yurivict

Avoids crashes when using binaries built from another machine with different cpu Closes #90 bump @karypis

sphinx 9.x has rewritten significantly its autodoc extension, is there anything left to do in numpydoc to leverage the new api ? I noticed the change when upgrading sphinx as...