You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also run your command with `--citation` to get a [list of citations](https://poppunk.readthedocs.io/en/latest/citing.html) and a
25
-
suggested methods paragraph.
24
+
You can also run your command with `--citation` to get a [list of citations](https://poppunk.readthedocs.io/en/latest/citing.html) and a suggested methods paragraph.
26
25
27
26
## News and roadmap
28
27
29
28
The [roadmap](https://poppunk.bacpop.org/roadmap.html) can be found in the documentation.
30
29
31
-
### 2023-01-18
30
+
### 2024-08-07
31
+
PopPUNK 2.7.0 comes with two changes:
32
+
- Distance matrices `<db_name>.dists.npy` are no longer required or written when using
33
+
`poppunk_assign`, with or without `--update-db`. These can be very large, especially
34
+
with many samples, so this saves space and memory in model reuse and distribution. Note that
35
+
the `<db_name>.dists.pkl` file is still required (but this is small).
36
+
- We have added a `--stable` flag to `poppunk_assign`. Rather than merging hybrid clusters,
37
+
new samples will simply be assigned to their nearest neighbour. This implies `--serial` and
38
+
cannot be run with `--update-db`. This behaviour mimics the 'stable nomenclature' of schemes
39
+
such as [LIN](https://doi.org/10.1093/molbev/msac135).
32
40
41
+
### 2023-01-18
33
42
We have retired the PopPUNK website. Databases have been expanded, and can be
34
43
found here: https://www.bacpop.org/poppunk/.
35
44
@@ -45,11 +54,13 @@ change clusters).
45
54
If this is a common problem let us know, as we could write a script to 'upgrade'
46
55
HDBSCAN models.
47
56
See issue [#213](https://github.com/bacpop/PopPUNK/issues/213) for more details.
57
+
48
58
### 2021-03-15
49
59
We have fixed a number of bugs with may affect the use of `poppunk_assign` with
50
60
`--update-db`. We have also fixed a number of bugs with GPU distances. These are
51
61
'advanced' features and are not likely to be encountered in most cases, but if you do wish to use either of these features please make sure that you are using
52
62
`PopPUNK >=v2.4.0` with `pp-sketchlib >=v1.7.0`.
63
+
53
64
### 2020-09-30
54
65
We have discovered a bug affecting the interaction of pp-sketchlib and PopPUNK.
55
66
If you have used `PopPUNK >=v2.0.0` with `pp-sketchlib <v1.5.1` label order may
0 commit comments