Skip to content

Latest commit

 

History

History
100 lines (89 loc) · 5.05 KB

0.13.0.rst

File metadata and controls

100 lines (89 loc) · 5.05 KB

What's New in 0.13.0

.. currentmodule:: openmc

Summary

This release of OpenMC includes several noteworthy and unique features. Most importantly, mesh-based weight windows have been added and work with all supported mesh types (regular, rectilinear, cylindrical, spherical, and unstructured). Other additions include torus surfaces, an ability to place CAD-based geometries in universes, a feature to export/import physical properties, and a filter for particle time.

There is one breaking changing in the Python API. The :class:`openmc.deplete.Operator` class used to accept :class:`~openmc.Geometry` and :class:`~openmc.Settings` objects as its first two arguments; users now need to pass a :class:`~openmc.model.Model` class instead.

The minimum supported Python version is now 3.6.

New Features

Bug Fixes

Contributors