Change Log
New features
- MCNP weight windows parsing, manipulation and generation is now supported! (iWW-GVR tool capabilities https://github.com/Radiation-Transport/iWW-GVR will from now on be maintained in F4Enix)
- New MCNP materials can also be created directly from elements/zaids now
- Added missing doc for Mctal and Header object
- changes to ``extract_cells()`` and ``extract_universe()`` methods (34 39 41):
- now it can also chain extract fillers of the requested cells.
- improved efficiency.
- now correctly eliminates the U value also from the ``values`` attribute and not only from the ``input`` one.
- the ``collapse_grid()`` method now allows also to collapse only a subset of grid, and not all the ones contained in the ``Mctal`` object.
- ``get_statistical_checks_table()`` method is now between 6 and 10 times faster (23).
Major bug fixes
- corrected logic for renumbering cells (31 and 35)
Minor bug fixes
- corrected bug that led to 2 newlines in the input in absence of materials (32)
- fixed a bug the prevented abundances comments to be updated during MCNP input writing (36)