-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangeLog
59 lines (45 loc) · 1.86 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
* dev 0.2.0
- Update for ARM M1 processors
- Bug fix with model clustering and checkpointing
- Bug fix with MPI One-sided comms
- Replaced non-portable function strcasecmp
- Bug fix with pthreads and static linking
- Unify build methods
- Added manpage
- Updated pll
- Fixed wrong warning message
* release 0.1.7
- Added informative message for excessive number of partitions
- Added support for PHYLIP interleaved MSA format
- Added flag for min macos version - Thanks to Johannes Klein (jtklein)
- Added docker support - Thanks to prx0
* release 0.1.6
- New feature: allow for gamma rates mode selection (mean: -g a / median: -g m)
- New feature: allow for keeping fixed branch lengths (-k)
- Added warning for small sample sizes (sites < branches)
* release 0.1.5
- Added parallel context for PTHREADS/MPI
- Remove trees from checkpoints when topology is not optimized
- Remove output topological summary when topology is not optimized
* release 0.1.4
- Added Protein GTR models '-d aa -m GTR'
- Added free rate models with fixed number of categories '-h r'
- Upgrade '-m' argument for add/remove models (e.g., '-m -HIVb,-HIVw,+LG4X)
- Fix +G model optimization with ML trees
- More stable model optimization
- RAxML-NG model name convention (e.g., +G[ncats])
- Partitions with missing states leave a warning and disable empirical freqs
* release 0.1.3
- Fixed bug in OS X
- Added '*' as supported character (converted to '-')
- Fixed GUI for protein models
- Updated pll-modules and libpll
- Fixed minor graphical errors
* release 0.1.2
- Added RAxML-NG compatibility
- Output RAxML-NG command line
- Output RAxML-NG partition files with assigned models
- Removed option for PLL header files without "libpll" prefix
- Fixed typos
- Fixed race condition writing checkpoint files
- Added cmake build files