-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.14.4 #370
Merged
Merged
Release v0.14.4 #370
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use Scipy's eigh instead of Numpy's to avoid convergence error * fix error
* 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
* add specific web font of DeerLab's title font * docs: make web logo independent of system fonts * docs: minor CSS fixes
…d-off errors (#325) * UQresult: expand join() method to work with bootstrapped results * fix bug when propagating bootstrapped results with round-off errors
* docs: minor edits, CSS fixes, and one 404 fix * add missing functions to reference * minor edit and fix
…pts on MKL (#330) * installation: remove hard dependency of installer on MKL - simplify setup.py - update workflows - add new script for linking against MKL in Windows * fixr random numerical error and warning during tests * check failing tests * CI workflow, do not use caching * change Ci job names
* setup.py: avoid installation of numpy pre-releases
* refactor CI workflow * reintroduce MKL for GHA WinOS runners * fix MKL upgrade script * answer yes to uninstall
…fy noise levels (#334) * bootstrap_analysis: allow specifying noise levels - otherwise estimate noise level from experimental dataset not from the fit residuals * refactor bootstrap_analysis for more general and faster tests
* selregparam: fix behavior of L-curve (LC method) selection criterion * selregparam: prevent `np.log(0)=np.inf ` cases in L-curve methods * selregparam: remove useless line from a debugging stage
* Fix apparent typo * Remove unused lines Co-authored-by: Luis Fabregas <luis.fabregas@phys.chem.ethz.ch>
…dth (#342) * dipolarmodel: fix bug when specifying the excitation bandwidth * small fix * fix logic error
…ows and other edits (#346) * fix navigation menu on mobile phone and collapsed windows * remove unnecessary navbar items * remove non-existent references * minor CSS fix
* bg_models: fix sign of background phase-shift's time-dependence * add strong tests against numerical integration * fix small mathematical errors in bg_homfractal models
* fix scheduled CI - deprecate testing of Python 3.6 and 3.7 - add MKL linking to Windows - fix pip installation errors * fix typo in package name
* model: add method setas to import parameter metadata * add hyperparameter info to results summary * improve attribute request error messages in FitResult object * improve error messaging during model evaluation
* fix build and publish to PyPI and Anaconda - deprecate conda support for python 3.6 and 3.7 * minor edit
* fix minor logic error * minor documentation update * fix minor bug
* docs: fix theme package version to solve dark theme issues * upgrade Python version in workflows * use older Sphinx version to build for compatibility
* fix PyPI build and upload workflow according to official Python docs * fix GHA for conda build and upload
stestoll
approved these changes
Aug 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.