You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/changelog.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com>`_.
30
30
0.4.0
31
31
-----
32
32
- new simulation validation analysis and plotting functions (at the time of re-submission)
33
-
- fixes bug described in `#130 https://github.com/matsengrp/multidms/issues/130`_, having to do with pandas groupby.apply 2.2.0 behavior change.
33
+
- fixes bug described in `#130 <https://github.com/matsengrp/multidms/issues/130>`_, having to do with pandas groupby.apply 2.2.0 behavior change.
34
34
- updates python version requirements to 3.9 or newer, as 3.8 did not work with the new pandas version, 2.2.0 bug patch described above.
35
35
- supresses the cpu warning from jax.
36
36
- adds `ModelCollection.add_validation_loss <https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model_collection.py#L569>`_, `ModelCollection.get_conditional_loss_df <https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model_collection.py#L627>`_, `Model.conditional_loss <https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model.py#L379>`_, and `Model.get_df_loss <https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model.py#L568>`_ methods, which can all be used quite easily to perform cross validation analysis.
Copy file name to clipboardExpand all lines: changelog.html
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -67,33 +67,33 @@ <h2>1.0.0<a class="headerlink" href="#id6" title="Permalink to this heading">¶<
67
67
<h2>0.4.0<aclass="headerlink" href="#id8" title="Permalink to this heading">¶</a></h2>
68
68
<ulclass="simple">
69
69
<li><p>new simulation validation analysis and plotting functions (at the time of re-submission)</p></li>
70
-
<li><p>fixes bug described in <ahref="#id19"><spanclass="problematic" id="id20">`#130 https://github.com/matsengrp/multidms/issues/130`_</span></a>, having to do with pandas groupby.apply 2.2.0 behavior change.</p></li>
70
+
<li><p>fixes bug described in <aclass="reference external" href="https://github.com/matsengrp/multidms/issues/130">#130</a>, having to do with pandas groupby.apply 2.2.0 behavior change.</p></li>
71
71
<li><p>updates python version requirements to 3.9 or newer, as 3.8 did not work with the new pandas version, 2.2.0 bug patch described above.</p></li>
72
72
<li><p>supresses the cpu warning from jax.</p></li>
73
73
<li><p>adds <aclass="reference external" href="https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model_collection.py#L569">ModelCollection.add_validation_loss</a>, <aclass="reference external" href="https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model_collection.py#L627">ModelCollection.get_conditional_loss_df</a>, <aclass="reference external" href="https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model.py#L379">Model.conditional_loss</a>, and <aclass="reference external" href="https://github.com/matsengrp/multidms/blob/b0e7cbe96216e1307d070adc531fe51a960ec32a/multidms/model.py#L568">Model.get_df_loss</a> methods, which can all be used quite easily to perform cross validation analysis.</p></li>
74
74
</ul>
75
75
</section>
76
-
<sectionid="id9">
77
-
<h2>0.3.3<aclass="headerlink" href="#id9" title="Permalink to this heading">¶</a></h2>
76
+
<sectionid="id10">
77
+
<h2>0.3.3<aclass="headerlink" href="#id10" title="Permalink to this heading">¶</a></h2>
78
78
<ulclass="simple">
79
79
<li><p>simply updates the ruff linting to version <cite>0.0.289</cite></p></li>
80
80
</ul>
81
81
</section>
82
-
<sectionid="id10">
83
-
<h2>0.3.2<aclass="headerlink" href="#id10" title="Permalink to this heading">¶</a></h2>
82
+
<sectionid="id11">
83
+
<h2>0.3.2<aclass="headerlink" href="#id11" title="Permalink to this heading">¶</a></h2>
<li><p>Adds the initial working simulation notebook.</p></li>
93
93
</ul>
94
94
</section>
95
-
<sectionid="id14">
96
-
<h2>0.3.0<aclass="headerlink" href="#id14" title="Permalink to this heading">¶</a></h2>
95
+
<sectionid="id15">
96
+
<h2>0.3.0<aclass="headerlink" href="#id15" title="Permalink to this heading">¶</a></h2>
97
97
<ulclass="simple">
98
98
<li><p>Adds initial <aclass="reference external" href="https://github.com/matsengrp/multidms/blob/main/multidms/model_collection.py">multidms.model_collection</a> module with <codeclass="docutils literal notranslate"><spanclass="pre">multidms.fit_models</span></code> for the ability to fit multiple models across a range of parameter spaces in parallel using <cite>multiprocessing</cite>. This is inspired by the <cite>polyclonal.fit_models</cite> function.</p></li>
99
99
<li><p>Adds the <codeclass="docutils literal notranslate"><spanclass="pre">ModelCollection</span></code> class for split-apply-combine interface to the mutational dataframes for a collection of models</p></li>
@@ -104,8 +104,8 @@ <h2>0.3.0<a class="headerlink" href="#id14" title="Permalink to this heading">¶
104
104
<li><p>Changes the naming of columns produced by <codeclass="docutils literal notranslate"><spanclass="pre">Model.get_mutations_df()</span></code>, in particular, it moves the condition name for predicted func score to be a suffix (as with shift, and time_seen) rather than a prefix. e.g. “delta_predicted_func_score” -> “predicted_func_score_delta”.</p></li>
105
105
</ul>
106
106
</section>
107
-
<sectionid="id15">
108
-
<h2>0.2.2<aclass="headerlink" href="#id15" title="Permalink to this heading">¶</a></h2>
107
+
<sectionid="id16">
108
+
<h2>0.2.2<aclass="headerlink" href="#id16" title="Permalink to this heading">¶</a></h2>
109
109
<ulclass="simple">
110
110
<li><dlclass="simple">
111
111
<dt>Fixed a <aclass="reference external" href="https://github.com/matsengrp/multidms/issues/116">bug</a></dt><dd><p>caused by non-unique indices in input variant functional score dataframes.</p>
@@ -114,17 +114,17 @@ <h2>0.2.2<a class="headerlink" href="#id15" title="Permalink to this heading">¶
114
114
</li>
115
115
</ul>
116
116
</section>
117
-
<sectionid="id16">
118
-
<h2>0.2.1<aclass="headerlink" href="#id16" title="Permalink to this heading">¶</a></h2>
117
+
<sectionid="id17">
118
+
<h2>0.2.1<aclass="headerlink" href="#id17" title="Permalink to this heading">¶</a></h2>
119
119
<ulclass="simple">
120
120
<li><p>Made lineplot_and_heatmap() more private to remove from docs.</p></li>
121
121
<li><p>Fixed bug pointed out by @jbloom #110</p></li>
122
122
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">Model.get_mutations_df()</span></code> now sets the mutation as the index</p></li>
123
123
<li><p>added some testing utils</p></li>
124
124
</ul>
125
125
</section>
126
-
<sectionid="id17">
127
-
<h2>0.2.0<aclass="headerlink" href="#id17" title="Permalink to this heading">¶</a></h2>
126
+
<sectionid="id18">
127
+
<h2>0.2.0<aclass="headerlink" href="#id18" title="Permalink to this heading">¶</a></h2>
128
128
<ulclass="simple">
129
129
<li><p>Closed a <aclass="reference external" href="https://github.com/matsengrp/multidms/issues/104">docs testing issue</a>, thanks, @WSDeWitt !</p></li>
130
130
<li><p>Cleaned Actions, again thanks to @WSDeWitt</p></li>
@@ -133,8 +133,8 @@ <h2>0.2.0<a class="headerlink" href="#id17" title="Permalink to this heading">¶
133
133
<li><p>a few other minor cleanup tasks.</p></li>
134
134
</ul>
135
135
</section>
136
-
<sectionid="id18">
137
-
<h2>0.1.9<aclass="headerlink" href="#id18" title="Permalink to this heading">¶</a></h2>
136
+
<sectionid="id19">
137
+
<h2>0.1.9<aclass="headerlink" href="#id19" title="Permalink to this heading">¶</a></h2>
0 commit comments