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
-
Changelog
[1.5.0] - 2024-12-02
Added
documentation for details.
reversed()
built-in for iterators (GH-311)..nvdb
files with thesave_to_nvdb
method.wp.fem.Trimesh3D
andwp.fem.Quadmesh3D
geometry types for 3D surfaces with newexample_distortion_energy
example."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
curl
anddiv
operators, respectively.The
wp.sim.ModelBuilder
now includes methods to color particles for use withwp.sim.VBDIntegrator()
,users should call
builder.color()
before finalizing assets.wp.sim.Model.particle_radius
array (docs), replacing the previous
hard-coded value of 0.01 (GH-329).
particle_radius
parameter towp.sim.ModelBuilder.add_cloth_mesh()
andwp.sim.ModelBuilder.add_cloth_grid()
to set a uniform radius for the added particles.
wp.array
attributes (GH-364).notebooks
directory.Changed
wp.Int
,wp.Float
, andwp.Scalar
generic 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
place
setting of paddle backend.wp.expect_neq()
overloads missing for scalar types.wp.kernel
or awp.func
object is annotated to return aNone
value..nvdb
files.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