Skip to content

Commit e518ef4

Browse files
committed
update release notes
1 parent 6efb988 commit e518ef4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

BioFSharp.Visualization.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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
### 0.0.0 (Released 2025-4-7)
2-
* Additions:
3-
* Initial set up for RELEASE_Notes.md
1+
### 1.0.0 - TBD
42

3+
Re-release of the deprecated BioFSharp.Vis package. This package will target netstandard and not use any netfx dependencies anymore
4+
5+
Plots included in this version:
6+
- SequenceLogo (Plotly.NET extension)

tests/BioFSharp.Visualization.Tests/Tests.fs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ open Xunit
44

55
open BioFSharp.Visualization
66

7-
type BioTalkTests() =
7+
type VisualizationTests() =
88
[<Fact>]
9-
let ``Kev should be greeted with 356.42`` () =
10-
let actual = BioTalk.helloBio "Kev"
11-
Assert.Equal("Hello Kev the average mass of your name as AminoAcid code is 356.42",actual)
9+
let ``yes`` () =
10+
Assert.True(true, "nah")

0 commit comments

Comments
 (0)