This is a massive change that totally reimplements Forecast, refactors Forecaster, and makes numerous changes to the underlying Strategy subclasses on which Forecast depends.
Minor changes are also made to Account, Person, and other classes where bugs have been uncovered or features have been extended.
Tests have been rewritten as necessary and documentation has been regenerated. All tests pass. Completes requirements for v. 0.1.
This is a massive change that totally reimplements
Forecast
, refactorsForecaster
, and makes numerous changes to the underlyingStrategy
subclasses on whichForecast
depends.Minor changes are also made to
Account
,Person
, and other classes where bugs have been uncovered or features have been extended.Tests have been rewritten as necessary and documentation has been regenerated. All tests pass. Completes requirements for v. 0.1.