Skip to content

Commit a863102

Browse files
committed
update news, bump version
1 parent a7024f8 commit a863102

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# BioStructures.jl release notes
22

3+
## v4.1.0 - Jul 2024
4+
5+
* `retrievepdb` now takes the `format` keyword argument and uses `MMCIFFormat` by default.
6+
* MMTF files are no longer available to download via `downloadpdb`, `downloadentirepdb`, `updatelocalpdb` and `downloadallobsoletepdb` as the RCSB PDB no longer provides them.
7+
38
## v4.0.0 - Jun 2024
49

510
The package is made considerably more lightweight by moving a number of dependencies to extensions. This should make it easier for other packages to build on top of BioStructures.jl. Some types and functions are also renamed to avoid clashes, and a convenient string selection syntax is introduced.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BioStructures"
22
uuid = "de9282ab-8554-53be-b2d6-f6c222edabfc"
33
authors = ["Joe G Greener <jgreener@hotmail.co.uk>"]
4-
version = "4.0.0"
4+
version = "4.1.0"
55

66
[deps]
77
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"

0 commit comments

Comments
 (0)