|
1 |
| -**New features**: |
| 1 | +-------------------- |
| 2 | +[0.3.0] - 2025-03-18 |
| 3 | +-------------------- |
2 | 4 |
|
3 |
| -- Added support for the SLiM engine on Windows. (:user:`petrelharp`, :pr:`1571`) |
4 |
| - |
5 |
| ---------------------- |
6 |
| -[0.2.1a] - 2024-07-06 |
7 |
| ---------------------- |
| 5 | +Major feature release adding documented, stable support for simulating selection (via SLiM), |
| 6 | +as well as new species and models. |
8 | 7 |
|
9 | 8 | **Bug fixes**:
|
10 | 9 |
|
11 |
| -- Updates to SLiM support: updated the `active` flag in the SLiM code to be integer.` |
| 10 | +- Incorrect scaling of the DroMel/LognormalPlusPositive_R16 DFE led to negative selection |
| 11 | + coefficients that were too large (many on the order of -1e3); scaling was fixed for the |
| 12 | + log scale (:user:`clararehmann`, :pr:`1699`) |
12 | 13 |
|
13 | 14 | - Factor of two error fixed in HomSap/Gamma_K17 DFE (:user:`RyanGutenkunst`, :pr:`1478`)
|
14 | 15 |
|
15 | 16 | - Discretization for exponential growth using the SLiM engine led to the final size
|
16 | 17 | in growing/declining populations not matching (by a small amount) what is listed
|
17 | 18 | in the model; improved discretization scheme (:user:`petrelharp`, :pr:`1622`)
|
18 | 19 |
|
19 |
| -- Incorrect scaling of the DroMel/LognormalPlusPositive_R16 DFE led to negative selection |
20 |
| - coefficients that were too large (many on the order of -1e3); scaling was fixed for the |
21 |
| - log scale (:user:`clararehmann`, :pr:`1699`) |
| 20 | +- Updates to SLiM support: updated the `active` flag in the SLiM code to be integer.` |
22 | 21 |
|
23 | 22 | **Breaking changes**:
|
24 | 23 |
|
|
27 | 26 | works but throws a deprecation warning. (:user:`petrelharp`, :pr:`1603`)
|
28 | 27 |
|
29 | 28 | - The `time_units` attribute of tree sequence metadata is now set to "generations"
|
30 |
| - for SLiM output, avoiding the "time units mismatch warning". |
31 |
| - (:user:`nspope`, :pr:`1567`) |
| 29 | + for SLiM output, avoiding the "time units mismatch warning". |
| 30 | + (:user:`nspope`, :pr:`1567`) |
32 | 31 |
|
33 | 32 | - Previously, Contigs specified with `left` and `right` arguments produced
|
34 | 33 | simulations having coordinates shifted so they were relative to `left`. This
|
|
43 | 42 | necessary and are deprecated. (:user:`petrelharp`, :pr:`1570`)
|
44 | 43 |
|
45 | 44 | - To add the possibility for a relationship between dominance and selection
|
46 |
| - coefficient, now each stdpopsim MutationType might have more than one |
47 |
| - underlying SLiM mutation type; so, where this is recorded in top-level |
48 |
| - metadata (under `ts.metadata["stdpopsim"]["DFEs"]`) is now a list |
49 |
| - instead of a single value. This will not affect anyone who is not |
50 |
| - parsing the metadata related to DFEs. |
| 45 | + coefficient, now each stdpopsim MutationType might have more than one |
| 46 | + underlying SLiM mutation type; so, where this is recorded in top-level |
| 47 | + metadata (under `ts.metadata["stdpopsim"]["DFEs"]`) is now a list |
| 48 | + instead of a single value. This will not affect anyone who is not |
| 49 | + parsing the metadata related to DFEs. |
51 | 50 |
|
52 | 51 | - SLiM extended events and selective sweep infrastructure have been
|
53 |
| - moved from the `stdpopsim.ext` namespace into ``stdpopsim`` proper |
| 52 | + moved from the `stdpopsim.ext` namespace into ``stdpopsim`` proper. |
54 | 53 |
|
55 | 54 | - The `length_multiplier` option to `Species.get_contig` is deprecated and
|
56 | 55 | prints a warning. The options `left` and `right` should be used to truncate a
|
57 | 56 | contig, instead. (:user:`nspope`, :pr:`1605`)
|
58 | 57 |
|
| 58 | +- Added `assembly_source` and `assembly_build_version` properties to |
| 59 | + `Genome` objects, so that different genomes could be based on |
| 60 | + different sources (previously, all were with reference to the Ensembl |
| 61 | + release 103). (:user:`andrewkern`, :pr:1646) |
| 62 | + |
59 | 63 | **New features**:
|
60 | 64 |
|
61 | 65 | - Relationship between dominance and selection coefficient:
|
|
69 | 73 | the species default rates.
|
70 | 74 | (:user:`gregorgorjanc`, :pr:`1591`)
|
71 | 75 |
|
| 76 | +- Added support for the SLiM engine on Windows. (:user:`petrelharp`, :pr:`1571`) |
| 77 | + |
| 78 | + |
72 | 79 | **New species**:
|
73 | 80 |
|
74 | 81 | - Mus musculus (:user:`peterdfields`, :pr:`1437`).
|
|
80 | 87 | - Phocoena sinus (:user:`igronau`, :pr:`1514`).
|
81 | 88 | QC'd by :user:`ckyriazis`, :pr:`1538`
|
82 | 89 |
|
| 90 | +- Gorila gorila (:user:`ChristianHuber`, :pr:`1517`) |
| 91 | + QC'd by :user:`andrewkern`, :pr:`1701` |
| 92 | + |
| 93 | +- Rattus norvegicus (:user:`kevinkorfman`, :pr:`1700`) |
| 94 | + QC'd by :user:`andrewkern`, :pr:`1706` |
| 95 | + |
| 96 | +- Sus scrofa (:user:`aprilyuzhang`, :pr:`1672`) |
| 97 | + QC'd by :user:`gregorgorjanc`, :pr:`1689` |
| 98 | + |
| 99 | + |
83 | 100 | **New DFEs**:
|
84 | 101 |
|
| 102 | +- Generic "uniform" DFE (:user:`petrelharp`, :pr:`1492`) |
| 103 | + |
85 | 104 | - HomSap/LogNormal_H17 (:user:`RyanGutenkunst`, :pr:`1480`)
|
| 105 | + QC'd by :user:`clararehmann`, :pr:`1698` |
86 | 106 |
|
87 | 107 | - HomSap/Mixed_K23 (:user:`chriscrsmith`, :pr:`1505`)
|
| 108 | + QC'd by :user:`clararehmann`, :pr:`1696` |
88 | 109 |
|
89 | 110 | - PhoSin/Gamma_R22 (:user:`igronau`, :pr:`1547`)
|
90 | 111 | QC'd by :user:`ckyriazis`, :pr:`1560`
|
91 | 112 |
|
92 |
| -- Generic "uniform" DFE (:user:`petrelharp`, :pr:`1492`) |
| 113 | +- AraTha/Gamma_H18 (:user:`chriscrsmith`, :pr:`1324`) |
| 114 | + QC'd by :user:`clararehmann`, :pr:`1647` |
| 115 | + |
| 116 | +- HomSap/GammaPos_H17 and DroMel/GammaPos_Z21 (:user:`petrelharp`, :pr:`1656`) |
| 117 | + QC'd by :user:`clararehmann`, :pr:`1694` & :pr:`1695` |
| 118 | + |
93 | 119 |
|
94 | 120 | **New demographic models**:
|
95 | 121 |
|
|
111 | 137 | - CanFam/EarlyWolfAdmixture_6F14 (:user:`agladstein`, :pr:`1632`)
|
112 | 138 | QC'd by :user:`gregorgorjanc`, :pr:`1644`
|
113 | 139 |
|
| 140 | +- BosTau/HolsteinFriesian_1B16, BosTau/Angus_1B16, BosTau/Fleckvieh_1B16, and |
| 141 | + BosTau/Jersey_1B16 (:user:`gregorgorjanc`, :pr:`1593`) |
| 142 | + |
114 | 143 | **New annotations**:
|
115 | 144 |
|
116 | 145 | - PhoSin exons and CDS (:user:`chriscrsmith`, :pr:`1520`)
|
117 | 146 |
|
| 147 | +**New QCs**: |
| 148 | + |
| 149 | +- DroMel/Gamma_H17 (:user:`clararehmann`, :pr:`1668`) |
| 150 | + |
| 151 | +- DroMel/LognormalPlusPositive_R16 (:user:`clararehmann`, :pr:`1699`) |
| 152 | + |
| 153 | +- HomSap/Gamma_K17 (:user:`clararehmann`, :pr:`1687`). |
| 154 | + |
| 155 | +- MusMus/Gamma_B21 (:user:`clararehmann`, :pr:`1669`) |
| 156 | + |
| 157 | + |
| 158 | +--------------------- |
| 159 | +[0.2.1a] - 2024-07-06 |
| 160 | +--------------------- |
| 161 | + |
| 162 | +This was the alpha release for 0.3.0 (before releasing, we decided to change |
| 163 | +the version number to 0.3.0). |
| 164 | + |
118 | 165 | --------------------
|
119 | 166 | [0.2.0] - 2022-11-01
|
120 | 167 | --------------------
|
|
0 commit comments