Skip to content

Commit 684e28e

Browse files
authored
Fix bug in plotting `minimum max of <stat> at site slider (#187)
Fix bug in `plot.lineplot_and_heatmap` where the `minimum max of <stat> at site` failed to keep only the top sites when hide not filter option was being used. Addresses [this issues](dms-vep/dms-vep-pipeline-3#107).
1 parent f4e8cfb commit 684e28e

File tree

4 files changed

+160
-142
lines changed

4 files changed

+160
-142
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
6.14
10+
----
11+
- Fix bug in ``plot.lineplot_and_heatmap`` where the ``minimum max of <stat> at site`` failed to keep only the top sites when the hide-not-filter option was being used. Addresses `this issue <https://github.com/dms-vep/dms-vep-pipeline-3/issues/107>`_.
12+
913
6.13
1014
----
1115
- Fixed ``altair`` plots to work with ``numpy`` version 2, which caused problems in some cases apparently due to a data type conversion issue.

0 commit comments

Comments
 (0)