Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.5.0] - 2025-04-17
Added
This CHANGELOG.md file
Fixed
figure_him_matrix: Apply delta margin to avoid massive tick generation for narrow color ranges (Matplotlib <3.7)
Changed
rename
figure_him_matrixtoplot_him_matrixrename
compare_pwd_matricestoplot_matrix_comparisonrename
plot_3waytotrace_3way_colocrename
replot_3waytoplot_3way_coloc
Removed
process_him_matrix: unused & deprecated script
trace_combinator: unused & deprecated script
[0.4.0] - 2025-04-09
Added
Doc: Reliability status for each script (development < beta-test < stable)
trace_filter: localization intensity filtering
Import from pyHiM post-processing scripts:
trace_to_matrix
trace_stats
trace_splitter
trace_plot
trace_pearsons
trace_impute_genomic_coordinates
trace_import_from_fofct
trace_export_to_fofct
trace_filter_advanced
trace_correct_coordinates
trace_combinator
trace_assign_mask
trace_analyzer
pwd_matrix_2_pdb
process_him_matrix
localization_merge
localization_cp_files
compare_pwd_matrices
analyze_localizations
Import from pyHiM plot scripts:
replot_3way.py
plot_bootstrapping.py
plot_4m.py
plot_3way.py
plot_single_cell.py
plot_n_him_matrices.py
plot_compare2matrices.py
[0.3.0] - 2025-03-25
Added
trace_mergescript (import from pyHiM)prevent ROI number merge conflict
Fixed
figure_him_matrix: change default proximity normalization (By default, NaN values per bin are removed before compute statistics for proximity).
Changed
figure_him_matrix:
--remove_nanbecome--keep_nan
[0.2.0] - 2025-03-20
Added
Installation guide
trace_filterscript (import from pyHiM)figure_him_matrixscript (import from pyHiM)nan_matrix: plot with him_matrix the nan percentage
add a threshold based on NaN percentage #26
Fixed
Fix the
--clean_spotsoption oftrace_filterto ensure that a spot_ID is unique to a single trace_IDWindows compatibility
figure_him_matrix: fix
--shuffleoption
Changed
figure_him_matrix:--normoption become--remove_nan
[0.1.0] - 2025-03-07
Added
Documentation can be build locally
Project can be installed locally with
pip install .orpip install .[dev]