Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@liyao001 liyao001 released this 17 Mar 02:56
· 19 commits to main since this release
cf1fb1f

Added source distribution to CI/CD for creating conda packages;
Added MANIFEST.in to include versioneer.py in the source distribution;
Added empirical LER;
Added on the fly QC;
Bumped versions to 1.1.x;
Changed the default alpha value (for combining nearby peaks) to 0.3;
changed the style of version string to major_ver.middle_ver.minor_ver. The first two vers will be defined by tags; the minor_ver will be inferred automatically from commit distance;
Improved the implementation of independent filtering;
Improved code readability with Pylint;
Renamed README.md;
Removed scaffolding parameters and simplified naming schema.Added source distribution to CI/CD for creating conda packages.