Release volmdlr v.11.0
·
4338 commits
to master
since this release
What's Changed
- Fix: plane face 3D minimum distance by @WirajanDASILVA in #712
- fix: enhance some 3d plots & little fixes by @masfaraud in #753
- Arcelipse2d fixes by @WirajanDASILVA in #764
- Fix merge with by @WirajanDASILVA in #768
- Test/cylindrical mesh by @masfaraud in #754
- Enhance parametric operations by @GabrielJMS in #767
- fix closedrounded lines & logo show case by @masfaraud in #751
- Intersections with bspline by @WirajanDASILVA in #755
- Plane bisecting two other planes by @WirajanDASILVA in #741
- refactor cut_by_wire, get_divided_contours and other fixes by @WirajanDASILVA in #774
- Feat: Contour.is_adjacent by @sbendjebla in #773
- Fix: Bspline Methods by @sbendjebla in #761
- Testing to dev by @WirajanDASILVA in #778
- Debug face from contours3d by @GabrielJMS in #769
- FullArc by @GabrielJMS in #777
- Refactor edge point_distance and add abs_tol to some methods by @WirajanDASILVA in #779
- fix bsplinecurve simplify by @GabrielJMS in #776
- Repair contour2d bspline surface by @GabrielJMS in #781
- Fix: bug union between 2 block by @WirajanDASILVA in #783
- FIX: bug with cut by plane by @WirajanDASILVA in #786
- Fix circle2d bspline intesections by @WirajanDASILVA in #787
- Manual: Testing to dev by @WirajanDASILVA in #790
- Coverage: use coverage rc to enable cython coverage by @masfaraud in #745
- Refactor ordering contour order wire by @WirajanDASILVA in #788
- Fix: Arc3d minimum_distance to linesegment3D by @WirajanDASILVA in #791
- Dessiaobject inheritance up-to-date by @WirajanDASILVA in #792
- delete Contour2D cut_by_linesegments method by @WirajanDASILVA in #793
- Feature: contour2d_healing - Order face BREP by fixing self-intersections and closing small gaps in contours 2D by @GabrielJMS in #789
- Extrusion surface linesegment2d to 3d by @GabrielJMS in #794
- Feat: Edge.is_close by @sbendjebla in #801
- fix step reader regressions by @GabrielJMS in #796
- 676 - split faces module by @WirajanDASILVA in #806
- build: remove useless deps by @masfaraud in #750
- Update README.md by @AxelRinghausen in #771
- Update CONSTRIBUTING.md by @AxelRinghausen in #772
- Feat: BSpline to Plane by @sbendjebla in #797
- Fix: VolumeModel.get_mesh_lines by @sbendjebla in #798
- Refactor: ContourMixin.from_points (2D & 3D) by @sbendjebla in #800
- Feat: Quadratic Tetrahedron Element by @sbendjebla in #803
- GmshParser: to_vtk (quadratic tetrahedron) by @sbendjebla in #805
- Fix closedshell3D bool intersections by @WirajanDASILVA in #811
- new unittests for plane3d by @WirajanDASILVA in #809
- ClosedShell3D: Fix performance bool operations by @WirajanDASILVA in #812
- fix: plots by @masfaraud in #795
- fix pydocstyle: Add some docstrings by @WirajanDASILVA in #816
- Edge: Independent direction is close by @WirajanDASILVA in #817
- Face discretization resolution by @GabrielJMS in #818
- Displace unittests by @WirajanDASILVA in #819
- for PR by @BayssetGuillaume in #804
- LICENSE : from GPL to LGPL by @AxelRinghausen in #813
- Assembly by @GabrielJMS in #810
- RevolutionSurface parametric operations by @GabrielJMS in #814
- Face3D: from_contours3d by @GabrielJMS in #820
- Fix node2D, 3D is close by @WirajanDASILVA in #822
- FullArcEllipse3D: split by @GabrielJMS in #823
- Fix: RevoltuionSurface3D.linesegment2d_to_3d by @GabrielJMS in #825
- ArcEllipse3D: translation by @GabrielJMS in #824
- VolumeModel: to_msh (consider both order 1 and 2) by @sbendjebla in #802
- Bsplinesurface lineseg intersections by @WirajanDASILVA in #821
- fix Basis3D normalize by @WirajanDASILVA in #829
- Vector: is_perpendicular_to by @GabrielJMS in #828
- change inheritance for Cylinder by @WirajanDASILVA in #831
- bsplineface3D fix linesegment2d_to_3 by @WirajanDASILVA in #830
- Fix: OpenShell3D.get_geo_lines (use is_close) by @sbendjebla in #815
- Fix lineseg 2d to 3d bsf3d by @WirajanDASILVA in #833
- Update babylonjs: nested meshes by @WirajanDASILVA in #832
- ArcEllipse3D: split and point_at_abscissa by @GabrielJMS in #827
- Fix: ToroidalSurface3D.arc3d_to_2d by @GabrielJMS in #826
- Edges: refactor/cache middle_points and unit_direction_vector by @WirajanDASILVA in #837
- Face3D: add fixes to divide_face by @WirajanDASILVA in #838
- SphericalSurface: enhance arc3d_to_2d bsplinecurve3d_to_2d by @GabrielJMS in #835
- Fix ExtrusionSurface3D linesegment2d_to_3d by @GabrielJMS in #840
- Contour3D: from_step removes repeated primitives in method by @GabrielJMS in #839
- Fix: Sphericalsurface parametric operations by @GabrielJMS in #841
- fix: ban useless attr in serialization by @masfaraud in #842
- Fix Face3D lineseg crossings by @WirajanDASILVA in #847
- CompositePrimitive3D: babylon_points by @GabrielJMS in #857
- BSplineCurve: is_close by @GabrielJMS in #859
- BSplineCurve: simplify by @GabrielJMS in #856
- Performance: lower size of cylinder triangulation by @masfaraud in #844
- Arc: point_distance by @GabrielJMS in #855
- Fix face triangulation faces by @WirajanDASILVA in #852
- test: add toroidal face test by @masfaraud in #849
- Feat: WireMixin.wires from edges by @sbendjebla in #858
- Ci woodpecker by @masfaraud in #861
- Fix contour2d_healing by @GabrielJMS in #845
- VolumeModel: get_shells by @GabrielJMS in #854
- Refactor unittests: find dynamicaly json folder by @masfaraud in #848
- Add optional parameter center to Arc by @GabrielJMS in #846
- Fix: WireMixin.to_wire_with_linesegments() by @sbendjebla in #851
- fix bbox point_belongs by @WirajanDASILVA in #863
- Step reader investigation by @GabrielJMS in #843
- Refactor of ContourMixin.contours_from_edges by @WirajanDASILVA in #866
- New methods to class Block by @WirajanDASILVA in #868
- Face3D: Fix face inside by @WirajanDASILVA in #864
- Fix contour2d divide by @WirajanDASILVA in #867
- add fixes to PlaneFace3D.merge_faces by @WirajanDASILVA in #871
- fix WireMixin.split_with_sorted_points() by @WirajanDASILVA in #865
- Fix face3d divide face by @WirajanDASILVA in #872
- Freeze: dev -> testing by @WirajanDASILVA in #862
- Refactor face3d linesegment crossings by @WirajanDASILVA in #874
- Change python version support to >=3.9 in Testing by @WirajanDASILVA in #891
- Towards Release v0.11.0 by @WirajanDASILVA in #885
New Contributors
- @BayssetGuillaume made their first contribution in #804
Full Changelog: v0.10.0...v0.11.0