This is a massive refactoring of how you set up FloatTracker. Please see the CHANGELOG for more details.
The primary motivation for this big rewrite is to make it easier to add more things to the configs without necessitating massive changes across the project to make it happen. The old way used positional arguments for a lot of the configs; now we use mostly keyword arguments except in a few carefully-chosen location where keyword arguments would be redundant.
This will be version
0.1.0
.This is a massive refactoring of how you set up FloatTracker. Please see the CHANGELOG for more details.
The primary motivation for this big rewrite is to make it easier to add more things to the configs without necessitating massive changes across the project to make it happen. The old way used positional arguments for a lot of the configs; now we use mostly keyword arguments except in a few carefully-chosen location where keyword arguments would be redundant.