Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.03 KB

File metadata and controls

28 lines (23 loc) · 1.03 KB

SimGP News

Version 1.0.0 (2026-07-30)

New features

  • First public release of SimGP.
  • Added the tomato case study implementation accompanying the SimGP manuscript.
  • Added a modular simulation framework comprising functions for:
    • Population generation
    • Marker simulation
    • QTL simulation
    • True breeding value calculation
    • Genotype-by-environment interaction
    • Phenotype simulation
    • Validation dataset generation
    • Quality control
    • Data export
  • Added configurable simulation parameters to enable users to customise breeding populations, genome architecture, trait architecture, field design and validation scenarios.
  • Added a unified export workflow with consistent SimGP output file naming to support reproducible benchmarking studies.

Documentation

  • Added a comprehensive project README.
  • Added example scripts demonstrating parameter customisation.
  • Added citation metadata (CITATION.cff).
  • Added an MIT License.
  • Added release documentation and reproducibility files.