Skip to content

Commit

Permalink
export collect, fix visualisation example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Apr 12, 2020
1 parent abc9bd4 commit c077b7f
Show file tree
Hide file tree
Showing 3 changed files with 1,970 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BioStructures.jl release notes

* Change keyword argument names `pdb_dir` to `dir` and `file_format` to `format` for `downloadpdb`, `downloadentirepdb`, `updatelocalpdb`, `downloadallobsoletepdb` and `retrievepdb`.
* Remove `readpdb`, which has the same functionality as `read`.
* API reference section, links to related software and interactive Bio3DView.jl examples in documentation.
* API reference section, more docstrings, links to related software and interactive Bio3DView.jl examples in documentation.

## v0.9.4 - Apr 2020

Expand Down
Loading

2 comments on commit c077b7f

@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/12837

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" c077b7fd1dca160583113d91fe0c12d99ceaca15
git push origin v0.10.0

Please sign in to comment.