Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
pyhmmer
Commits
e851e474
Commit
e851e474
authored
Sep 28, 2021
by
Martin Larralde
Browse files
Release v0.4.7
parent
35a4637f
Pipeline
#25644
passed with stage
in 4 minutes and 34 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e851e474
...
...
@@ -6,7 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/pyhmmer/compare/v0.4.6...HEAD
[
Unreleased
]:
https://github.com/althonos/pyhmmer/compare/v0.4.7...HEAD
## [v0.4.7] - 2021-09-28
[
v0.4.7
]:
https://github.com/althonos/pyhmmer/compare/v0.4.6...v0.4.7
### Added
-
`TraceAligner`
,
`Trace`
and
`Traces`
classes to
`pyhmmer.plan7`
to get tracebacks after aligning several sequences against an HMM.
-
`pyhmmer.hmmalign`
function with the same features as the
`hmmalign`
binary from HMMER3.
-
Support for out-of-band pickling in
`easel.Vector`
and
`easel.Matrix`
.
### Changed
-
Allow creating an empty
`Vector`
or
`Matrix`
by calling their constructor without arguments.
### Fixed
-
Potential unreported exceptions in
`plan7.OptimizedProfile.write`
and several
`plan7.SSIWriter`
methods.
## [v0.4.6] - 2021-09-10
...
...
pyhmmer/__init__.py
View file @
e851e474
...
...
@@ -25,7 +25,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, phmmer
__author__
=
"Martin Larralde <martin.larralde@embl.de>"
__license__
=
"MIT"
__version__
=
"0.4.
6
"
__version__
=
"0.4.
7
"
__all__
=
[
errors
.
__name__
,
easel
.
__name__
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment