Change Log
==========

1.0.2 (06/17/2021)
------------------
-First Release

1.0.3 (06/22/2021)
-Added attribute table_data to Stand Class: a list of the tree-level data for trees within the stand
-Added method table_to_csv: exports  stand.table_data to a csv file
-Added method table_to_excel: exports stand.table_data to an xlsx file

1.0.4 (06/23/2021)
-Evened out the lengths of the sub lists within stand.table_data

1.0.5 (10/20/2021)
-Changed the way you import the main classes (Stand, Plot, TimberQuick, etc.),
you can now just import them from treetopper instead of from the modules

1.0.6 (10/20/2021)
-Added package dependencies to setup.py

1.0.7 (10/20/2021)
-Testing package dependencies on pip install, apologies for the frequent version increasing

1.0.8 (10/20/2021)
-Testing package dependencies on pip install, apologies for the frequent version increasing

1.0.9 (10/22/2021)
-Added TargetDensityError to the treetopper imports

1.0.10 (10/22/2021)
-Added the option to run through various workflow examples from the terminal using "python -m treetopper.stand"
-Added example inventory data sheets to the package installer, these will be used when using the stand module workflows
-Updated the README
-Fixed a typo for TargetDensityError (previously TargetDenistyError)

1.0.11 (10/22/2021)
-Testing the inclusion of inventory data sheets to the package installer, apologies for the frequent version increasing

1.0.12 (10/22/2021)
-Changed the Manifest.in to include inventory sheets
-Testing the inclusion of inventory data sheets to the package installer, apologies for the frequent version increasing

1.0.13 (10/22/2021)
-Changed the Manifest.in to graft inventory sheets dir
-Testing the inclusion of inventory data sheets to the package installer, apologies for the frequent version increasing

1.0.14 (10/22/2021)
-Moved inventory sheets into the package directory
-Added *.csv and *.xlsx to the global-include of Manifest.in
-Testing the inclusion of inventory data sheets to the package installer, apologies for the frequent version increasing
