Skip to content

Commit 8ebf712

Browse files
committed
update release notes
1 parent 6cfcad4 commit 8ebf712

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

BioFSharp.Stats.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{77A5
1212
.gitignore = .gitignore
1313
LICENSE = LICENSE
1414
README.md = README.md
15+
RELEASE_NOTES.md = RELEASE_NOTES.md
1516
EndProjectSection
1617
EndProject
1718
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{78399A41-F06A-4B35-AA24-E2E20209D8DE}"

RELEASE_NOTES.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 0.0.0 (Released 2025-4-7)
2-
* Additions:
3-
* Initial set up for RELEASE_Notes.md
1+
### 2.0.0 (TBD)
42

3+
From 2.0.0 onwards, this package will have a decoupled release schedule from the core `BioFSharp` package.
4+
This means that the versioning will be independent and may not follow the same versioning scheme as `BioFSharp`.
5+
6+
The last coupled release was `2.0.0-preview.3`.
7+
8+
- `PhylTree` creation based on Hierarchical Clustering was ported from `BioFSharp` to `BioFSharp.Stats` (this package).
9+
- Updated to FSharp.Stats 0.6.0 and adopted `PhylTree` creation accordingly.
10+
- `Sailent` module was renamed to `SAEPT`
11+
- `RNASeq` type create functions changed to tupled arguments

0 commit comments

Comments
 (0)