Skip to content

Releases: aristoteleo/dynamo-release

v1.5.3

17 Mar 23:01
dbec6b2

Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

20 Feb 20:40
41a6a09

Choose a tag to compare

What's Changed

  • Support NumPy 2.0 with backward compatibility by @Nanguage in #744

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

07 Feb 01:19
62727ba

Choose a tag to compare

Bump version from 1.5.0 to 1.5.1

Release v1.5.0

22 Jan 23:56
00567cc

Choose a tag to compare

Release v1.5.0 Pre-release
Pre-release

Changes in this Release

Release v1.5.0

22 Jan 23:55
00567cc

Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v.1.5.0

v1.4.3

20 Nov 04:14
cc7e24c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.4.2...v1.4.3

v1.4.2

05 Sep 22:48
9f82563

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v.1.4.2

Release v1.4.1

09 Sep 15:46
2293afb

Choose a tag to compare

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() and scatters_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() to Colorbar._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 with leiden 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

Release v1.4.0

06 Feb 17:44
e7ddc91

Choose a tag to compare

Main feature changes

  • Shiny web application for in silico perturbation and least square action path analyses PR 582.
    shiny_img

  • More 3D plots PR 597

    • 3D scatters with Plotly and Pyvista dyn.pl.scatters_interactive().

plotly_scatter

  • 3D vectors and topography with Plotly and Pyvista dyn.pl.cell_wise_vectors_3d(), dyn.pl.topography_3d().

pv_cell_vectors

  • 3D animation with Pyvista dyn.mv.PyvistaAnim().

fate_animation_demo

  • The tools module has been reorganized PR 625

    • Deprecate files dynamo_fitting.py, dynamo_bk.py, dynamics_deprecated.py, utils_moments_deprecated.py.
    • Deprecate legacy functions in construct_velocity_tree.py,pseudotime.py, moments.py, clustering.py.
    • Merge utils_markers.py and markers.py.
    • Merge time_series.py (learns a direct principal graph by integrating the transition matrix between and DDRTree)
      and construct_velocity_tree.py(Integrate pseudotime ordering with velocity to automatically assign the direction
      of the learned trajectory.) to DDRTree_graph.py.
    • Reorganize some functions to utils in the following file: time_series.py, multiomics.py.
    • Rename: DDRTree_py.py to DDRTree.py, psl_py.py to psl.py.

download pdf version of the module graph
tools_reorganization_with_links (1)

  • Saved the velocity parameters in adata.varm instead of adata.var PR 579.

  • DDRtree based pseudotime and graph learning PR 564 dyn.tl.order_cells(), dyn.tl.construct_velocity_tree().

  • Integrated hnswlib fast nearest neighbors method PR 552.

  • A helper function to convert the AnnData object from Dynamo to Scvelo, or vice versa PR 551.

  • Deprecate infomap clustering PR 555.

Detailed change log and release notes can be found in our Readthedocs.

v1.3.3-alpha

09 Jun 19:25
e652ba0

Choose a tag to compare

v1.3.3-alpha Pre-release
Pre-release
Merge pull request #542 from Sichao25/debug

debug workflow