propy3
propy3 copied to clipboard
A Python 3 version of the protein descriptor package propy
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
I would like to drop support for Python 3.6 and Python 3.7 as Python 3.8+ has a couple of features which are nice to use. Would this cause issues?
Every open source software project needs at least one active maintainer, contributors, and users. I can take over technical parts of the maintenance, but I need people who are users...
## How To Reproduce pytest --doctest-modules propy/QuasiSequenceOrder.py ## Error ``` _________________________________________________________________________________________________ [doctest] propy.QuasiSequenceOrder.GetQuasiSequenceOrder1 __________________________________________________________________________________________________ 262 263 Compute the first 20 quasi-sequence-order descriptors for a given protein 264 sequence. 265 266...
## How to reproduce pytest --doctest-modules propy/PseudoAAC.py ## Errors ``` ______________________________________________________________________________________________________ [doctest] propy.PseudoAAC.GetCorrelationFunction ______________________________________________________________________________________________________ 472 AAP : List[Any] 473 contains the properties, each of which is a dict form. 474...
## How to reproduce ``` pytest --doctest-modules propy/Autocorrelation.py ``` ## Errors ``` _____________________________________________________________________________________________________ [doctest] propy.Autocorrelation.CalculateGearyAuto _____________________________________________________________________________________________________ 383 ------- 384 result contains 30*p Geary autocorrelation descriptors based on the given 385...