Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.

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

6.13
----
- Fixed ``altair`` plots to work with ``numpy`` version 2, which caused problems in some cases apparently due to a data type conversion issue.
- Add ability to specify specific regions for each model in ``PolyclonalCollection``. This adds the ``region_col`` parameter and the ``PolyclonalCollection.regions`` and ``PolyclonalCollection.n_models_by_site`` attributes. Related to adding functionality to address `this issue <https://github.com/dms-vep/dms-vep-pipeline-3/issues/160>`_.

6.12
----
- Switch to using ``scipy.sparse`` arrays rather than matrices to keep up with `this <https://github.com/jbloomlab/binarymap/issues/6>`_ `change <https://github.com/jbloomlab/binarymap/pull/7>`_ to ``binarymap`` (now require ``binarymap`` >= 0.7).
Expand Down
Loading
Loading