Releases: paulrunco/set-builder
Releases · paulrunco/set-builder
Algorithm Improvements - Small Lots
This version adds the capability of handling small input lots and deals with the condition where a set cannot be completed using the first-pass selection of lots. Now, the algorithm will discard the newer of the two lots and try again.
Full Changelog: v1.0.0...v1.1.0
Initial Release
Initial release with basic UI and set-building functionality.
Missing error checking, entry validation, and other user feedback such as progress bars and some popups and warnings.
Some functionality may be broken and the app may hang unexpectedly without producing an output. Please report bugs and feature requests as they are encountered.
What's Changed
- Initial UI layout by @paulrunco in #5
- Help menu by @paulrunco in #7
- Connect functions to UI by @paulrunco in #10
- Get inputs by @paulrunco in #14
- Save Output by @paulrunco in #17
- Underweight sets by @paulrunco in #18
- Database by @paulrunco in #21
- database UI by @paulrunco in #24
- window resizing by @paulrunco in #26
- refactor: separate builder and setup into modules by @paulrunco in #32
Full Changelog: https://github.com/paulrunco/set-builder/commits/v1.0.0