Sionna

Latest version: v1.0.2

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

Scan your dependencies

Page 2 of 4

0.18.0

Ray tracing

- Adds support for reconfigurable intelligent surfaces (RIS). Exact paths as well as coverage maps can be computed.
- New [“Tutorial on Reconfigurable Intelligent Surfaces”](https://nvlabs.github.io/sionna/examples/Sionna_Ray_Tracing_RIS.html) notebook
- New section in the EM Primer on [Reconfigurable Intelligent Surfaces](https://nvlabs.github.io/sionna/em_primer.html#reconfigurable-intelligent-surfaces-ris)

Misc

- Fixes scaling of the antenna positions of planar arrays with the frequency (470, 400)
- Fixes support of non-CUDA GPUs in Sionna RT (464)
- Fixes an issue accessing the positions of SceneObjects (449)
- Fixes deprecated matplotlib function used in coverage maps (444)
- Fixes typos in the [“5G NR PUSCH Tutorial Notebook”]( https://nvlabs.github.io/sionna/examples/5G_NR_PUSCH.html)
- Fixes a bug in the detection of wedges on CPU (347, contribution by AinurZiga)
- Fixes crash of mobility notebook in Google Colab (422)
- Updates to the Makefile and Dockerfile (309)

0.17.0

Ray tracing

- Every scene object has a now a velocity vector which is used to compute per-path Doppler shifts. These are used by `Paths.apply_doppler()`to compute time evolution of channel impulse responses.
- Every scene object has now  a `position` and `orientation` property that can be modified after a scene is loaded.
- A new tutorial notebook “Mobility in Sionna RT” demonstrates various ways how the new features can be used to simulate mobility.

Misc

- Fixes typos in the 5G NR PUSCH Tutorial (384)
- Fixes typos in the Neural Receiver Tutorial (406, contribution by pablosreyero)
- Fixes typos in Tutorial Notebooks 1 and 2 (355, contribution by LateNightIceCream)
- Fixes a bug in the `Demapper` for very high SNR (327, contribution by japm48)
- Fixes an issue in `sample_positions()` for coverage maps (376)
- Removes warnings related to casting from `tf.float` to `tf.complex` (348)
- Fixes a bug in `theta_phi_from_unit_vec()` so that gradients are always well defined

0.16.2

Ray tracing

- New feature that allows defining a plane beyond which everything in the preview becomes invisible. This is useful, e.g., to look into buildings
- For the computation of coverage maps, not providing a combining vector now results in summing the energy received by all antennas
- Improved accuracy of the implementation of the Fibonacci lattice

Misc

- All evaluation statistics are now passed to the `callback` of `sim_ber` (PR286, contribution by nbecker)
- Fixes issues related to compatibility with versions 2.14 and 2.15 of TensorFlow

0.16.1

Ray tracing

- Fixes issue related to slow GPU computation in `compute_paths` (283)
- Fixes a formatting issue in the Diffraction notebook (279)

0.16.0

Ray tracing

- Splits path tracing and EM field computation through the addition of two methods to `Scene`: `trace_paths()` to trace the paths and `compute_fields()` to compute the corresponding EM fields
- `Scene.compute_fields()` can now be executed in graph mode
- Adds a feature to use a callable object to compute radio material properties from the intersection points between rays and the scene and the ids of the intersected objects
- Adds a feature to use a callable object to compute the scattering patterns
- Adds a feature to define custom colors for radio devices that are used for rendering and preview
- Enables the instantiation of radio materials without loading a scene (PR 216, contribution by fklement)
- Fixes a bug with diffraction that was creating `NaN`s in some scenarios (201)
- Fixes a bug that occurred when reversing link directions using `Paths.reverse_direction`
- ***(Breaking change)*** Delay normalization is now done across all receive and transmit antennas of each transmitter-receiver pair
- `RadioMaterial` properties are not defined anymore as `tf.Variable` but can now be set freely by the user to be either a `tf.Variable` or a `tf.Tensor`
- ***(Breaking change)*** Removes the flags `trainable_relative_permittivity`, `trainable_conductivity`, `trainable_scattering_coefficient`, and `trainable_xpd_coefficient` from `RadioMaterial`
- `Transmitter` and `Receiver` position and orientation are not defined anymore as `tf.Variable` but can be set freely by the user to be either a `tf.Variable` or a `tf.Tensor`
- ***(Breaking change)*** Removes the flags `trainable_position` and `trainable_orientation` from `Transmitter` and  `Receiver`
- Fixes a bug with paths that were wrongly flagged as LoS in some multi-link scenarios
- Adds a flag to `Scene.compute_paths()` and `Scene.compute_fields()` to disable the addition of random phases to scattered paths
- Fixes the link to the `simple_reflector` Blender file in API documentation
- Speeds-up `Scene.preview()` by switching to `uint8`-typed textures for coverage maps
- Better document the difference between edges and wedges (PR 214, contribution by jeertmans)
- Fixes 231
- Fixes 222
- Fixes 217

FEC

- Fixes a bug in `make_systematic()` (PR 236, contribution by daniel-x)
- Fixes XLA issue in CN update of `LDPCBPDecoder` (255)

MISC

- Adds multi-gpu support via `tf.distribute` to `sim_ber()`
- Adds `target_ber`, `target_bler` and `callback`  to `sim_ber()` (PR 257, contribution by nbecker)
- Update requirements: TensorFlow 2.10 – 2.13, Python 3.9 – 3.11 and Ubuntu 22.04 recommended

0.15.1

FEC

- Fixes incompatibility with scipy>=1.11 in ``LDPC5GEncoder`` and ``LDPCBPDecoder`` (186, 191)

RT

- *(Breaking change)* ``Paths.cir()`` now returns the equivalent baseband channel impulse response (CIR)
- *(Breaking change)* When using non-synthetic arrays, ``Paths.cir()`` does not anymore apply the phase shifts due to the array geometries to the channel coefficients and discards the antenna dimensions of the tensor carrying the delays (``tau``). This is because ``cir_to_ofdm_channel()`` and ``cir_to_time_channel()`` accept as input CIRs with different delays for every transmit-receive antenna pair.
- Fixes ray leakage through corners in coverage map computation
- Fixes ``Scene.compute_paths()`` that was not working with non-synthetic arrays and multiple transmitters or receivers
- Fixes issue 174

Misc

- Fixes reference to incorrect PUSCHTransmitter in `` ebnodb2no`` calculation of `5G_NR_PUSCH.ipynb` tutorial
- Expands the API documentation of ``Paths.apply_doppler()`` with mathematical details for clarity

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.