Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bumb version to v0.15.0-dev (#307) * examples: fix identifiablity analysis grid values (#314) * remove line that should be substituted by the subsequent GHA (#313) * Use Scipy's `eigh` instead of Numpy's to avoid convergence error (#311) * Use Scipy's eigh instead of Numpy's to avoid convergence error * fix error * Enable the pickling of DeerLab's objects (#312) * fix pickling of fit result objects * add save and load utility functions for pickling, add test * improve test * fix pickling of model objects * fix pickling of merged and linearly combined models * fix pickling of model objects with linked parameters * fix some tests * fix pickling of model objects with functionalized parameters - introduces the dill package as a dependency * fix error * improve docstrings and add to API reference * rename save to store_pickle and load to load_pickle add safety warning about reading pickles * rename imports * remove unused import * fix another import error * `docs`: add important note to user guide on experimental deadtime correction (#320) * Fix dependency of DeerLab's documentation logo on system fonts (#328) * add specific web font of DeerLab's title font * docs: make web logo independent of system fonts * docs: minor CSS fixes * fix minor bug when printing fit results with most parameters frozen (#329) * Fix bug when propagating bootstrapped uncertainty in presence of round-off errors (#325) * UQresult: expand join() method to work with bootstrapped results * fix bug when propagating bootstrapped results with round-off errors * docs: add docstring for evaluate and propagate methods (#321) * bump version to v0.14.1 * update changelog * docs: minor edits, CSS fixes, and one 404 fix (#331) * docs: minor edits, CSS fixes, and one 404 fix * add missing functions to reference * minor edit and fix * update changelog
- Loading branch information