Skip to content
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 44 commits into from
Aug 10, 2022
Merged

Release v0.14.4 #370

merged 44 commits into from
Aug 10, 2022

Conversation

luisfabib
Copy link
Collaborator

No description provided.

luisfabib and others added 30 commits April 9, 2022 23:04
* 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
@luisfabib luisfabib added the release Creates a new release label Aug 10, 2022
@luisfabib luisfabib added this to the v0.15.0 milestone Aug 10, 2022
@luisfabib luisfabib requested a review from stestoll August 10, 2022 04:51
@luisfabib luisfabib merged commit 56856d9 into release/v0.14 Aug 10, 2022
@luisfabib luisfabib deleted the v0.14.4 branch August 10, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Creates a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants