v1.5.0 #375
shi-eric
announced in
Announcements
v1.5.0
#375
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changelog
[1.5.0] - 2024-12-02
Added
documentation for details.
reversed()built-in for iterators (GH-311)..nvdbfiles with thesave_to_nvdbmethod.wp.fem.Trimesh3Dandwp.fem.Quadmesh3Dgeometry types for 3D surfaces with newexample_distortion_energyexample."add"option towp.fem.integrate()for accumulating integration result to existing output."assembly"option towp.fem.integrate()for selecting between more memory-efficient or morecomputationally efficient integration algorithms.
providing conforming discretization of
curlanddivoperators, respectively.The
wp.sim.ModelBuildernow includes methods to color particles for use withwp.sim.VBDIntegrator(),users should call
builder.color()before finalizing assets.wp.sim.Model.particle_radiusarray (docs), replacing the previous
hard-coded value of 0.01 (GH-329).
particle_radiusparameter towp.sim.ModelBuilder.add_cloth_mesh()andwp.sim.ModelBuilder.add_cloth_grid()to set a uniform radius for the added particles.
wp.arrayattributes (GH-364).notebooksdirectory.Changed
wp.Int,wp.Float, andwp.Scalargeneric annotation types to the public API.wp.fem.cells(),wp.fem.to_inner_cell(),wp.fem.to_outer_cell()operators.wp.randn()samples a normal distribution of mean 0 and variance 1.wp.printf()built-in.Fixed
placesetting of paddle backend.wp.expect_neq()overloads missing for scalar types.wp.kernelor awp.funcobject is annotated to return aNonevalue..nvdbfiles.wp.printf()erroring out when no variadic arguments are passed (GH-333).This discussion was created from the release v1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions