What's Changed
- Debug and refactor scPotential in #624
- Replace deprecated np.asscalar() with np.ndarray.item() in #643
- Create chunk option for normalization and gene selection in #598
- Debug state_graph in #630
- Debug
jacobian_heatmap()
in #653 - Debug
.pl.nneighbors()
in #644 - Retry codecov upload in #656
- Debug vectorfield given layer input in #619
- Refactor
fate()
with Trajectory class in #645 - Debug simulation module in #658
- Extra filter after pearson residuals normalization in #665
- Add missing return value to deprecated functions in #663
- Reorganize estimation module in #662
- Debug networks plot in #657
- Refactor
scatters()
andscatters_interactive()
in #654 - Refactor
VectorField()
function in #620 - Implement
pl.plot_connectivity()
in #652 - Docstring and type hints for the prediction module in #666
- Update docstr and type hints for External module in #661
- Add doctring and type hints for simulation module in #660
- Docstring and type hints for root folder python files in #667
- Debug the preprocessing of integer matrix input in #664
- Missing return value in
.pl.lap_min_time()
in #668 - Update matplotlib
Colorbar.draw_all()
toColorbar._draw_all()
in #669 - Optimize code coverage tests in #605
- Debug test_gradop by in #677
- Constraint on matplotlib version by in #679
- Upgrade code coverage to v4 in #684
- init a branch for updating dependency in #690
- Replace
louvain
withleiden
in #692 - Debug
pl.highest_frac_genes()
in #681 - Deprecate more sparse matrix .A attributes in #695
- Fix matplotlib version issues and a circular import issue in #686
- Debug set_figure_params in #698
- Debug: shape and name mismatch in cell-wise alpha saving in #697
- Debug: The sizes of the scatter plots are not set correctly in #696
Full Changelog: v1.4.0...v1.4.1