-------------------------------------------------------------------------
  xegaDfGene                                                       News
-------------------------------------------------------------------------

Version 1.0.0.1 (2024-02-07)

- xegaDfCrossGene: 
       Upper limit of sampling interval for determining 
       1-point crossover  decreased by 1.
       Consequence: Genes must be mixed.

Version 1.0.0.2 (2024-02-19)

- Multiple improvements in the documentation of functions.

Version 1.0.0.3 (2025-04-14)

- xegaGedeInitGene: Initialization function for algorithm="sgede".
- lFxegaDfGene:     Added Codons() and CodonPrecision().

Version 1.0.0.4 (2025-06-29)

- xegaDfReplicateGeneDEPipeline(): Execution of functions evaluations 
                    deferred to evaluation phase by producing
                    function closures.

- xegaDfReplicationFactory(): Add "DEPipeline".

Version 1.0.0.5 (2025-07-26)

- UniformRandomScaleFactorDERSF(): Restricted uniform scale factor added.
- DETVSF(): Linear decay of scale factor added.
- CauchySF(): Cauchy distributed scale factor with linear growing scale factor.
- FitnessBasedSelfAdaptiveSF(): Fitness based self adaptive scale factor.
- RandomGaussianSF(): Random Gaussian scale factor.
- xegaDfScaleFactorFactory: Added options DERSF, DETVSF, 
                            CauchySF, FBSASF, and RGSF.

Version 1.0.0.6 (2025-08-20)

- Remove objects not needed from captured environment:
  xegaDfReplicateGeneDEPipeline().

Version 1.0.0.7 (2025-08-20)

- xegaDfReplicateGeneDE() and
  xegaDfReplicateGeneDEPipeline()
  targetGene: lF$SelectGene(), other genes: lF$SelectMate 
