Skip to content

Releases: marcom/ViennaRNA.jl

v0.11.2

16 Apr 16:12
Compare
Choose a tag to compare

ViennaRNA v0.11.2

Diff since v0.11.1

Merged pull requests:

  • Support for modified base energy params (sc_mod_*! functions) (#25) (@marcom)

Closed issues:

  • Modified bases energy parameters. (#23)

v0.11.1

05 Nov 18:21
69deb25
Compare
Choose a tag to compare

ViennaRNA v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Version 0.11.1, update ViennaRNA_jll to v2.6.4 (#22) (@marcom)

v0.11.0

26 Jun 11:39
Compare
Choose a tag to compare

ViennaRNA v0.11.0

Diff since v0.10.1

Closed issues:

  • Segfault for plot_coords("()") (#13)

Merged pull requests:

v0.10.1

19 Jun 23:07
6cc7b19
Compare
Choose a tag to compare

ViennaRNA v0.10.1

Diff since v0.10.0

Merged pull requests:

  • plot_coords: avoid segfault for zero-length hairpins for some plot types (#16) (@marcom)
  • v0.10.1 (#17) (@marcom)

v0.10.0

01 Mar 02:16
Compare
Choose a tag to compare

ViennaRNA v0.10.0

Diff since v0.9.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 FoldCompounds 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

20 Dec 18:24
Compare
Choose a tag to compare

ViennaRNA v0.9.0

Diff since v0.8.1

  • 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 and window_size
  • sample_structures is the new name for pbacktrack (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

03 Aug 16:48
Compare
Choose a tag to compare

ViennaRNA v0.8.1

Diff since v0.8.0

Closed issues:

  • plot_structure_makie is very slow on the first run (#5)
  • Graphic dependencies are quite heavy (#8)

v0.8.0

13 Jun 20:17
Compare
Choose a tag to compare

ViennaRNA v0.8.0

Diff since v0.7.0

  • move secondary structure plotting functionality to PlotRNA.jl package
  • this greatly reduces package loading times (10s to 0.5s on my machine)

v0.7.0

10 Jun 21:13
Compare
Choose a tag to compare

ViennaRNA v0.7.0

Diff since v0.6.6

  • support for ViennaRNA-2.5.1

v0.6.6

08 Jun 14:56
Compare
Choose a tag to compare

ViennaRNA v0.6.6

Diff since v0.6.5