Skip to content

Commit 2fcd3a5

Browse files
committed
updated CHANGELOG for release
1 parent c6b6845 commit 2fcd3a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <https://keepachangelog.com>`_.
88

9+
10+
0.5.0
11+
-----
12+
- This release re-implements the joint model as a using a generalized lasso, and bit-flipping, as described in `#156 https://github.com/matsengrp/multidms/issues/156`_. Please see the issue for more detailed description about how, and why these changes were made. Note that this changes the parameters that one may get from the model including a set of beta's for each experimental condition.
13+
- It also cleans up various TODO's in the code as checked-off in `# https://github.com/matsengrp/multidms/issues/153`.
14+
- Fixes a bug, where the phenotype predictions for single mutants did not correctly include the bundle effects.
15+
- Fixes and cleans various plotting bugs.
16+
917
0.4.0
1018
-----
1119
- new simulation validation analysis and plotting functions (at the time of re-submission)

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ the package to the **real** PyPI repository.
128128
.. _twine: https://github.com/pypa/twine
129129
.. _`numpy style documentation`: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
130130
.. _nbval: https://nbval.readthedocs.io
131-
.. _bumpver: https://github.com/mbarkhau/bumpver
131+
.. _bumpver: https://github.com/mbarkhau/bumpver

0 commit comments

Comments
 (0)