:release-tag:`0.5.0`
====================
* :pull:`131` Updated variable groups between ``2.1.29`` and ``2.1.30`` - include
poison cross section, kinetic parameters, six factor formula (2.1.30 exclusive),
and minor differences
* :pull:`141` - Setting :ref:`xs-reshapeScatter` can be used to reshape scatter
matrices on |HomogUniv|
objects to square matrices
* :pull:`145` - :meth:`~serpentTools.objects.HomogUniv.hasData`
added to check if |HomogUniv|
objects have any data stored on them
* :pull:`146` - |HomogUniv| object
stores group structure on the object. New dictionaries for storing group constant
data that is not ``INF`` nor ``B1`` -
:attr:`~serpentTools.objects.HomogUniv.gc` and
:attr:`~serpentTools.objects.HomogUniv.gcUnc`
* :pull:`130` Added the ability to read results file
* :pull:`149` - Add the ability to read sensitivity files
* :pull:`161` - Add the :mod:`~serpentTools.utils` module
* :pull:`165` - Add the :meth:`serpentTools.objects.HomogUniv.plot`
method
.. _v0.5.0-api:
API Changes
-----------
* :pull:`146` removed ``metadata`` dictionaries on |HomogUniv| objects.
.. _v0.5.0-dep:
Deprecation
-----------
* Variable group ``xs-yields`` is removed. Use ``poisons`` instead
* Branches of a single name are only be accessible through
``branches['nom']``, not ``branches[('nom'), ]`` as per :pull:`114`