Skip to content

Releases: jgreener64/Bio3DView.jl

v1.0.0

21 Jun 14:39
Compare
Choose a tag to compare

There are no breaking changes in this release, the v1.0.0 tag is to indicate stability.

Changes:

  • Drop support for Julia versions below 1.9.
  • Package extensions, rather than Requires.jl, are used for BioStructures.jl and Blink.jl.

v0.1.5

21 Jul 23:43
Compare
Choose a tag to compare
  • Fix issue with rendering in VS Code.

v0.1.4

15 Aug 11:44
Compare
Choose a tag to compare
  • Drop support for Julia versions below 1.6.

v0.1.3

21 Apr 11:23
Compare
Choose a tag to compare
  • Fix JavaScript issue when viewing in Pluto.jl.

v0.1.2

21 Mar 18:14
Compare
Choose a tag to compare
  • Add the ability to draw lines and cylinders.

v0.1.1

24 Jul 11:17
Compare
Choose a tag to compare

v0.1.0

08 Jan 18:04
Compare
Choose a tag to compare

First release of Bio3DView.jl, a viewer for molecular structures in Julia based on 3Dmol.js.

Features:

  • View files and strings in multiple file formats ("pdb", "sdf", "xyz" and "mol2").
  • View structures from the PDB and objects from BioStructures.jl.
  • Add styles, surfaces, isosurfaces, boxes etc.
  • View in an IJulia cell or a Blink.jl popup, or export to HTML.