Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.97 KB

File metadata and controls

46 lines (39 loc) · 1.97 KB

v6.1.0

  • Update target .net framework from .NET 6 to .NET 9 and related docs (see PR 221).
  • Update CI/CD actions to match the latest versions of the actions used (see PR 180).
  • Improve package versioning using Directory.Build.props.
  • Update all nuget dependencies to their current latest versions.
  • Retire appveyor and update the GitHub actions to use the latest version of the actions (see PR 222).

v6.0.1

  • Fix incorrectly reported number of consensus peaks (see PR 181);
  • Extend testing exporing peaks on different chromosomes and strands (see PR 180).

v6.0

  • Change the command line interface library to System.CommandLine (see PR 174);
  • Read and apply strand information when processing peaks (see PR 176);
  • Improve performance by changing the default max degree of parallelism to the maximum allowed by the scheduler (see PR 175);
  • Update documentation (see PRs 170);
  • Add scripts to benchmark different versions of MSPC (see PRs 167, 168, 169, 171, 172, 173);
  • Update Docusaurus version to the stable v2 version (see PR 170);
  • Code clean-up and improve on code smell (see PR 177).