------------- Release notes ------------- Developer version ================= Version 2.1.3 ============= * allows to have new labels when dividing cell in astec_manualcorrection, and mother cell label is not reused for a daughter cell * update documentation Version 2.1.2 ============= * improve name comparison behavior * correct bad behavior of astec_astec when restarting the computation Version 2.1.1 ============= * documentation updating * correct bad behavior of ReconstructionParameters.is_normalization_equal() when intensity_transformation is None Version 2.1.0 ============= * documentation updating * pursued code splitting into astec/ascidian repositories * documentation splitting into astec/ascidian Version 2.0.0 ============= * moved ascidian algorithms/binaries to a dedicated git repository * replaced pkg_resources by importlib.metadata * added test infrastructure * refactor setup.py (adding setup.cfg) Version 1.7.2 ============= * Review of conda env files (\*.yaml) and build * Use builtin which command instead of external process to launch astec binaries * Removed obsolete python-3.7 builds, added python-3.10 and python-3.11 Version 1.7.1 ============= * Write embryo as a graph * Computation of symmetric cells * Allows to extract any XZ-section(s) at the fusion stage. Version 1.7.0 ============= * Fusion of one single time point: allows longer suffixes than recognized image extensions. * Pre-processed images (see :ref:`cli-input-image-preprocessing`) are no more stored into ``.../SEG/SEG_XXX/RECONSTRUCTION/`` but in their own directories ``.../REC-MEMBRANE/REC_XXX/`` and/or ``.../REC-SEED/REC_XXX/`` and/or ``.../REC-MORPHOSNAKE/REC_XXX/``. They can be transformed by the motion compensation stage (see :ref:`cli-intraregistration`). * User-provided outer contour images (to be stored in ``.../CONTOUR_/CONTOUR_XXX/``) can be used in image pre-processing (see :ref:`cli-input-image-preprocessing`) * Properties computation (see :ref:`cli-astec-embryoproperties`) computes cell lineage when it is not available. Version 1.6.2 ============= Release notes not available