Skip to content

Commit

Permalink
Release v0.12.2 (#63)
Browse files Browse the repository at this point in the history
* updated release notes for v0.12.2

* bumped version to v0.12.2
  • Loading branch information
luisfabib authored Nov 10, 2020
1 parent a4871c6 commit e3c0dfe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@

-------------------------------

Release v0.12.2 - October 2020
---------------------------------

#### Hotfix

* ``regparamrange``: The exception handling introduced in the previous release was still too specific. The function kept crashing due to SVD non-convergence errors during the GSVD. This has been fixed and the error will not lead to a crash. ([#42](https://github.com/JeschkeLab/DeerLab/issues/42)).

#### Overall changes

* Fit functions using the ``multistart`` option are now fully deterministic. The functions was using now a random generator to define the different start points, this is now deterministic.

* Documentation UI has been re-designed for a more confortable reading. Minor errors and outdated information have been corrected throughout. Expanded reference documentation of several functions for better understanding.

#### Specific changes

* ``dd_skewgauss``: corrected an error in the implementation that was leading to wrong distributions ([#61](https://github.com/JeschkeLab/DeerLab/issues/61)).

* ``dd_models``, ``ex_models``: Adapted numerical boundaries and start values of some built-in models to reflect better the physical reality. Afected models: ``dd_skewgauss``, ``dd_triangle``, ``dd_gengauss``, ``ex_5pdeer``, ``ex_ovl4pdeer``.

-------------------------------

Release v0.12.1 - October 2020
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.1
v0.12.2

0 comments on commit e3c0dfe

Please sign in to comment.