Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.16.1"
}
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Changelog

## [0.16.0](https://github.com/OpenProteinAI/openprotein-python-private/compare/v0.15.0...v0.16.0) (2026-07-14)
## 0.16.1 (2026-07-14)


### Bug Fixes

* remove internal backend PR references from multichain e2e

## 0.16.0 (2026-07-14)


### Features

* expose GP kernel selection in the client ([#243](https://github.com/OpenProteinAI/openprotein-python-private/issues/243)) ([057c436](https://github.com/OpenProteinAI/openprotein-python-private/commit/057c436669bc1d71fa075ca1b31708bb4366fb56))
* add solublempnn model ([#244](https://github.com/OpenProteinAI/openprotein-python-private/issues/244)) ([ebca94f](https://github.com/OpenProteinAI/openprotein-python-private/commit/ebca94f8b43a14717770642830a79a228c638683))
* expose GP kernel selection in the client
* add solublempnn model


### Bug Fixes

* **molecules:** treat B-factors >100 as experimental in pLDDT heuristic ([#248](https://github.com/OpenProteinAI/openprotein-python-private/issues/248)) ([f602a1b](https://github.com/OpenProteinAI/openprotein-python-private/commit/f602a1ba2f0cfcaa56a945454890792d7c9c8d36))
* split ':'-delimited sequences into one multichain complex ([#252](https://github.com/OpenProteinAI/openprotein-python-private/issues/252)) ([f4bb51e](https://github.com/OpenProteinAI/openprotein-python-private/commit/f4bb51eba876c57c45eea5b9c0bd71918d1498f6))
* **molecules:** treat B-factors >100 as experimental in pLDDT heuristic
* split ':'-delimited sequences into one multichain complex
Loading