Skip to content

Commit

Permalink
patched CHANGELOG typo cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Mar 12, 2024
1 parent 563acf5 commit 3d02e29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com>`_.
- fixes bug described in `#130 https://github.com/matsengrp/multidms/issues/130`_, having to do with pandas groupby.apply 2.2.0 behavior change.
- 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.
- supresses the cpu warning from jax.
- 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.
- 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.

0.3.3
-----
Expand Down

0 comments on commit 3d02e29

Please sign in to comment.