Continual-inference

Latest version: v1.2.3

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

Scan your dependencies

Page 6 of 8

0.11.0

Added
- `co.Linear` module.
- Improved repr in `co.Lambda`.
- Option to skip unsqueeze in `co.Lambda.forward_step`.

0.10.0

Changed
- Renamed `co.Parallel` to `co.BroadcastReduce`.

Added
- `co.Broadcast` module.
- new `co.Parallel` module.
- `co.Reduce` module.
- Automatic inference of `co.Broadcast.num_streams` in `co.Sequential`.

0.9.0

Added
- `co.Lambda` module.
- `co.Add` module.
- `co.Multiply` module.
- `co.Unity` module.
- `co.Conditional` module.

0.8.1

Fixed
- Bug in `forward_stepping`.
- Bug in `clean_state`.

0.8.0

Fixed
- Bugs in `forward_step(s)` with `update_state=False`.

Changed
- `forward_steps` interface to always include `pad_end` argument.
- Name of "interface.py" to "module.py".
- Implementations of `forward_step(s)` to be consolidated in CoModule.

Removed
- `Padded` interface.

0.7.0

Added
- Independent state_dict and load_state_dict functions.
- Added nonempty check for aggregation functions in Parallel.
- `update_state` argument to all `forward_step(s)` methods.
- Additional tests for edge-cases

Changed
- Changed default pad_end value to False.

Fixed
- Continual interface and conversion to support both class and module.
- Replicate padding in `co._ConvNd`

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.