tlynx 0.7.1.0 → 0.7.2.0
raw patch · 3 files changed
+10/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- README.md +4/−4
- tlynx.cabal +1/−1
ChangeLog.md view
@@ -5,6 +5,11 @@ ## Unreleased changes +## Version 0.7.2.0++- `slynx`: Allow global normalization of mixture models.++ ## Version 0.7.1.0 - Be less strict with quoted identifiers/names in phylogenetic trees.
README.md view
@@ -2,7 +2,7 @@ # The ELynx Suite -Version: 0.7.0.0.+Version: 0.7.2.0. Reproducible evolution made easy. <p align="center"><img src="https://travis-ci.org/dschrempf/elynx.svg?branch=master"/></p>@@ -73,13 +73,13 @@ # OR: stack exec slynx -- --help # OR: slynx --help - Up to date- ELynx Suite version 0.7.0.0.+ ELynx Suite version 0.7.2.0. Developed by Dominik Schrempf.- Compiled on July 10, 2022, at 08:48 am, UTC.+ Compiled on May 3, 2023, at 13:18 pm, UTC. Usage: slynx [-v|--verbosity VALUE] [-o|--output-file-basename NAME] [-f|--force] [--no-elynx-file] COMMAND+ Analyze, and simulate multi sequence alignments. Available options:
tlynx.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tlynx-version: 0.7.1.0+version: 0.7.2.0 synopsis: Handle phylogenetic trees description: Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on GitHub at <https://github.com/dschrempf/elynx>.