Stannum

Latest version: v0.9.1

Safety actively analyzes 627711 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

4.4.0beta

0.9.1

This release only contains minor fixes that does not change the behaviors of `stannum`

0.9.0

Super excited to announce our new `stannum`!

Here are two major changes to `Tube`:
* To avoid any potential confusion, negative indices in `Tube` for don't-care(any) dim and matching dim and `None` for batching dim are deprecated. Instead, use explicit `stannum.AnyDim`, `stannum.MatchDim(dim_id)` and `stannum.BatchDim` in 0.9 and onward.
* `DimensionCalculator` is added to enable dynamic dimension calculation in `Tube`, which will be super useful in cases like convolution.

The documentation is updated as well. Check it out!

0.8.0

Since last release:
* A bug has been fix. The bug appears when after forward computation, if we update kernel extra args using set_kernel_extra_args (once or multiple times), backward computation is messed up due to inconsistent kernel inputs during forward and backward passes.
* The APIs of `Tin` and `EmptyTin` have been changed: the constructors need `auto_clear_grad` specified, which is a reminder to users that gradients of fields must be taken care of carefully so to not have incorrect gradients after multiple runs of `Tin` or `EmptyTin` layers.

0.7.0

Nothing big has change in the code base of `stannum`, but since Taichi developers have delivered a long waited performance improvement, I want to urge everyone using `stannum` to update Taichi in use to `1.1.3`. And some kind warning and documentation are added to help `stannum` users to understand this important upstream update.

0.6.4

Got prepared for Taichi v1.1.0, which is expected to contain a lot of refactoring and API changes.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.