This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
!DISCLAIMER!
- This package is not currently maintained. A new package that will include all
pygpseq
features is being implemented atradiantkit
. - This package has been developed and tested ONLY for Python3.6, which will reach its end of life On December 23rd, 2021.
- Versions 3.4.* of this package only change package dependencies to fix an issue due to incorrect dependency declaration.
This release fixes dependency conflicts that were caused by an improper dependency setup.
As such, no functionality is changed. The same can be said for the way a user interacts with the package.
The main change is related to the new dependency manager: Poetry.
We would still recommend using our new radiantkit
package instead.
Use pygpseq==3.3.6
only if strictly necessary and at your own risk, as this package is not currently maintained.
Changed
- Now supporting specifically only Python 3.6.
- Moved scripts to sub-module and updated entry points.
- Switched to Poetry for dependency management.
- Using black for format consistency.
Fixed
- Analysis of 2D images now works properly.
- Dependency conflicts.