Freja Nordsiek
Freja Nordsiek
This makes it so that quicklisp checks the MD5 sums of downloaded archives when installing packages. The check is added to the ``ql-dist:check-local-archive-file`` function. I pulled code the MD5 code...
First, the information about how noisy the sensor is: > Say we get a reading of door, and suppose that testing shows that the sensor is 3 times more likely...
At present, circular objects (e.g. a list with an element that is itself) are not properly detected and the package will keep recursing deeper and deeper in the circular structure...
A function to find and delete Datasets and Groups inside the Group `Options.group_for_references` that are not referenced by other Datasets in the file. Will help prevent the buildup of junk.
A `whosmat` function like the SciPy [scipy.io.whosmat](http://docs.scipy.org/doc/scipy/reference/generated/scipy.io.whosmat.html#scipy.io.whosmat) would be useful for finding what is stored in a an HDF5 file and what it would be read back as.
Add a marshaller to read/write ``scipy.spatial.transform.Rotation`` (https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.html#scipy.spatial.transform.Rotation).
Add a marshaller for reading/writing numpy masked arrays (https://numpy.org/doc/stable/reference/maskedarray.html).
Add a marshaller for reading/writing the polynomial classes of numpy (https://numpy.org/doc/stable/reference/routines.polynomials.html)
Adding read/write support for paths from pathlib (https://docs.python.org/3/library/pathlib.html). Since the package depends on this module now, it doesn't hurt to add the ability to marshal them. Unfortunately, only one of...
Due to fixing Issue #49 , this can now be done without adding scipy as a package dependency/requirement. Sparse matrices are useful and are additionally one of the ndarray/matrix types...