Update calls to gspread.get_all_values() to API in new major version.
0.5.0
Dependencies updated to latest major versions of pandas, gspread and numpy. Minimum Python version is thus now 3.10.
0.4.0
* `apply()` methods added to the `PollenSamples` classes and `BiomeAffinity`, to allow additional processing with pandas at any point in the analysis. * The tie-breaking specificity score is no longer included in the returned affinity score
0.3.0
* Helper methods to read mapping and samples from google sheets
0.2.1
Bugfix: Handle cases where no pollen samples are recorded at all for certain depths by setting the biome to N/A.
0.2.0
* New CLI flags `--save-percentages` and `--save-stabilized` * Bugfix: CLI tool didn't use `--separator` correctly * Improved CLI help message