Releases: marcom/PlotRNA.jl
Releases · marcom/PlotRNA.jl
v0.3.1
PlotRNA v0.3.1
Diff since v0.3.0
Closed issues:
Base.download
is deprecated since Julia 1.6, use Downloads.download
instead (#10)
- Avoid downloading VARNA.jar in CI (#11)
Merged pull requests:
- Use Artifacts.toml to access VARNA jar file (#12) (@marcom)
v0.3.0
PlotRNA v0.3.0
Diff since v0.2.2
Merged pull requests:
- Add CI tests, run VARNA tests only if java is installed (#8) (@marcom)
- Version 0.3.0: Use ViennaRNA.jl v0.11.0, ViennaRNA_jll v2.6.2, add Aqua tests (#9) (@marcom)
v0.2.2
PlotRNA v0.2.2
Diff since v0.2.1
Closed issues:
- plot_structure_makie is very slow on the first run (#1)
- Replace Requires.jl use with package extensions via PackageExtensionTools.jl (#4)
Merged pull requests:
- Use package extensions when available instead of Requires.jl (#7) (@marcom)
v0.2.0
PlotRNA v0.2.0
New functionality
Plotting secondary structures in the terminal with uniplot
:
using UnicodePlots, PlotRNA
PlotRNA.uniplot(".....((((.(((.((....))((....)).))).(((.((....))((....)).))).(((.((....))((....)).))).(((.((....))((....)).))).)))).....")
Diff since v0.1.7