Skip to content

Commit

Permalink
update news, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Oct 13, 2019
1 parent e372b5d commit 9a7d3c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
BioStructures.jl release notes
==============================

## v0.7.0 - Oct 2019

* `MetaGraph` from MetaGraphs.jl is extended to create graphs of contacting elements in a molecular structure, giving access to all the graph analysis tools in LightGraphs.jl.
* `DataFrame` from DataFrames.jl is extended to allow creation of data frames from lists of atoms or residues.
* `pairalign` from BioAlignments.jl is extended to produce pairwise alignments from structural elements.
* `AminoAcidSequence` now takes any element type and has the `gaps` keyword argument.
* Documentation example of interoperability with NearestNeighbors.jl.
* Parametric types used more extensively internally.

## v0.6.0 - Sep 2019

* `collectatoms`, `collectresidues`, `collectchains` and `collectmodels` no longer run `sort` before returning the final list. The user can run an explicit `sort` themselves if desired. This change makes the functions faster and allows preservation of the element order.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BioStructures"
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
version = "0.6.0"
version = "0.7.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit 9a7d3c2

@jgreener64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4329

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 9a7d3c2d2dda9c31db47b9bea037edd4acda5c1a
git push origin v0.7.0

Please sign in to comment.