Skip to content

Releases: spyder-ide/three-merge

three-merge release v0.1.1

22 Jul 23:46

Choose a tag to compare

Minor bug fix release of three-merge, we fixed some corner cases where there are any PRESERVED strings left on any of the source or target strings. We also fixed some issues when the source text is longer than the invariant when both strings are PRESERVED

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda install three-merge -c spyder-ide
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U three-merge
    

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog

three-merge release v0.1.0

22 Jul 00:45

Choose a tag to compare

First release of three-merge, we provide the first version of the merge function to perform three-way merge across strings.

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda install three-merge -c spyder-ide
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U three-merge
    

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog