Releases: marcom/ViennaRNA.jl
v0.11.2
v0.11.1
ViennaRNA v0.11.1
Merged pull requests:
v0.11.0
v0.10.1
v0.10.0
ViennaRNA v0.10.0
Important changes
There is a new way of changing energy parameters that more closely mirrors the ViennaRNA API and allows for higher performance. Now energy parameters are changed by calling e.g. ViennaRNA.params_load(:RNA_Turner1999)
or ViennaRNA.params_load_RNA_Turner1999()
. All FoldCompound
s constructed afterwards will then use these parameters. The old way of setting the parameters via a keyword argument in the constructor FoldCompound(...; params=:RNA_Turner1999)
does not work anymore.
Closed issues:
- how can I improve it's performence? (#12)
v0.9.0
ViennaRNA v0.9.0
-
new functions
mfe_window
mfe_window_channel
ViennaRNA.init_rand_seed
-
set
options
with Symbols instead of Integers in various functions -
FoldCompound
- allow setting
max_bp_span
andwindow_size
- allow setting
-
sample_structures
is the new name forpbacktrack
(the same as in RNAstructure.jl and LinearFold.jl) -
plot_coords
defaults to the:puzzler
plot type (like in the ViennaRNA C library)
Closed issues:
- DNA parameters (#10)
Merged pull requests:
v0.8.1
ViennaRNA v0.8.1
Closed issues:
v0.8.0
ViennaRNA v0.8.0
- move secondary structure plotting functionality to PlotRNA.jl package
- this greatly reduces package loading times (10s to 0.5s on my machine)