Documentation now has an API REFERENCE section that is automatically generated from the code docstrings. See Jupyter Book Developer Workflows. Some docstrings still need to be reformatted.
Other small changes:
pre.PODBasis.load() now takes an rmax argument for loading a limited number of basis vectors.
utils._hdf5_filehandle() now warns if the given file does not have a .h5 extension (as opposed to adding the extension automatically).
Fixed a small bug when solver or regularizer was set to 0 in fit().
Documentation now has an API REFERENCE section that is automatically generated from the code docstrings. See Jupyter Book Developer Workflows. Some docstrings still need to be reformatted.
Other small changes:
pre.PODBasis.load()
now takes anrmax
argument for loading a limited number of basis vectors.utils._hdf5_filehandle()
now warns if the given file does not have a.h5
extension (as opposed to adding the extension automatically).solver
orregularizer
was set to 0 infit()
.