Commit graph

160 commits

Author SHA1 Message Date
mwisnowski
e52dfd7bb5 Merge branch 'owned-card-library-implementation' 2025-08-25 09:49:30 -07:00
mwisnowski
acfb29cafb feat(owned-cards): add owned-only workflow, multi-file parsing, and recommendations export\n\n- Prompt to use only owned cards (gated by presence of lists)\n- Support .txt/.csv owned lists, multi-select; commander exempt\n- Owned-only filtering + add guard; recommendations CSV/TXT when incomplete\n- CSV Owned column when not owned-only\n- Docs and Docker updated (owned_cards + config mounts)\n- CI: Windows EXE on tag; Docker Hub tag fix (no major.minor)\n- Changelog added; RELEASE_NOTES.md ignored 2025-08-25 09:48:05 -07:00
matt
5f922835a6 chore(release): v1.1.2 bump, notes/template + README updates, Docker Hub description updater, headless/docs tweaks 2025-08-23 15:29:45 -07:00
matt
fd2530cea3 Release v1.1.1: headless README flags + DockerHub notes auto from template 2025-08-22 16:46:44 -07:00
matt
99005c19f8 Release v1.1.0: headless runner + tagging updates (Discard Matters, Freerunning, Craft, Spree, Explore/Map, Rad, Energy/Resource Engine, Spawn/Scion) 2025-08-22 16:32:39 -07:00
matt
36abbaa1dd include workflow 2025-08-21 17:01:36 -07:00
matt
cb710d37ed feat!: auto-setup/tagging; direct builder + rerun prompt; fix(type-summary, .txt dup); refactor(export filenames); ci(DockerHub+GH releases); docs(minimal Windows guide, release notes template) 2025-08-21 17:01:21 -07:00
mwisnowski
07605990a1 Fixed an issue with files uploaded to dockerhub, causing it to include some csv and text files that don't need to be there 2025-08-21 11:50:27 -07:00
mwisnowski
712cc38ef6 removed reference to an unpublished python package. Corrected a mistyped directory in the dockerhub instructions 2025-08-21 11:10:31 -07:00
mwisnowski
3a1dd52796 Updated for Docker Hub Integration 2025-08-21 10:57:33 -07:00
mwisnowski
6fc859b766 Planned first release 2025-08-21 10:50:22 -07:00
mwisnowski
36b887c964 Updated DOCKER.md 2025-08-21 10:32:36 -07:00
mwisnowski
9950838520
Merge pull request #4 from mwisnowski:docker_test
Docker_test
2025-08-21 10:27:58 -07:00
mwisnowski
661bf236d9 Preperly functional Docker instance created and working 2025-08-21 10:28:10 -07:00
mwisnowski
ada2403c40 Docker testing again 2025-08-21 10:13:19 -07:00
mwisnowski
e41c21b432 Continued testing 2025-08-21 09:53:55 -07:00
mwisnowski
041a00321b Docker troubleshooting ocntinued 2025-08-21 09:44:16 -07:00
mwisnowski
1b07d4d4e0 docker test 3 2025-08-21 09:35:32 -07:00
mwisnowski
ae608ed6a3 docker test 3 2025-08-21 09:30:14 -07:00
mwisnowski
4872b57c63 REstoring accidentally removed functions fro mtag_utils 2025-08-21 09:19:58 -07:00
mwisnowski
d9357a98ba SEcond docker test 2025-08-21 09:19:20 -07:00
mwisnowski
a1d120f700 Added basic docker configuration for test 2025-08-21 09:03:48 -07:00
mwisnowski
0135eeeb3d Finished modularization with assistance from Github copilot 2025-08-21 08:40:31 -07:00
mwisnowski
d9b56d8e12 Add text file export along with csv, for easy import into moxfield or other deck building sites 2025-08-20 11:17:51 -07:00
mwisnowski
760c36d75d With assistance from Github CoPilot, massively overhauled the builder functionality, splitting it into smaller modules to provide a better step-by-step focus and drastically reduce the overall size of the core builder module 2025-08-20 10:46:23 -07:00
mwisnowski
ff1912f979 Enacted some cleanup of builder.py. moved Imports to the top and cut out duplicate code/moved it to builder_utils.py 2025-08-19 15:00:28 -07:00
mwisnowski
b7ee6ea57d Finished core deck builder. Still need to do cleanup, implement cards that are not singleton, and pricing 2025-08-19 14:15:23 -07:00
mwisnowski
8478bc2534 Implemented logic for adding creatures by themes, with weighted values. Added logic for keeping track of how many cards with what themes have been added as well 2025-08-19 10:18:53 -07:00
mwisnowski
411f042af8 Builder tool has been restrcutured up through adding lands, still a bit of cleanup to do, but will come back after other parts 2025-08-19 09:00:51 -07:00
mwisnowski
a8a181c4af Started remaking the builder module, Currently up through adding the standard/staple lands 2025-08-18 11:58:25 -07:00
mwisnowski
a69a4c8384 Started work on redoing the builder module, moved existing code to new dir and setup new builder.py file 2025-08-15 10:11:56 -07:00
mwisnowski
dd04dd0505 Revert "Massively overhauled the tagging process, refactored code to improve general effeciciency, implemented parallel processing to reduce total runtime"
This reverts commit 27ee13fb54.
2025-08-15 10:04:19 -07:00
mwisnowski
039b8fe89e Consolidated constants that are duplicated in various constant files. Implemented dataclass methodoligies for tagging counter-related cards tagging 2025-08-15 09:36:37 -07:00
mwisnowski
27ee13fb54 Massively overhauled the tagging process, refactored code to improve general effeciciency, implemented parallel processing to reduce total runtime 2025-08-14 11:21:09 -07:00
mwisnowski
02e2c09874 Restructured and removed redundant code for setup 2025-08-13 11:46:39 -07:00
mwisnowski
dbbc8bc66e Moved the builder, tagger, and setup modules into their own folders, along with constants to help provide better clarity and readability. Additionally added a missing call for the tag_for_artifcact_triggers() function 2025-01-28 10:19:44 -08:00
mwisnowski
3a5beebfe2 Removed references to an old card_info script I had originally thought to include.
Added the LICENSE file for open-source licensing
2025-01-21 09:26:36 -08:00
matt
76277f876c Adjusted logging across the files 2025-01-17 18:04:29 -08:00
matt
1c7436f33d Finished v2 of deck_builder, should be largely functional, but could use refinements. WIll continue to work on it, but largely satisfied with how it works. 2025-01-17 17:04:02 -08:00
mwisnowski
3fc3c584a4
Merge pull request #3 from mwisnowski/origin/refactor_deck_builder
Origin/refactor deck builder
2025-01-17 15:10:41 -08:00
mwisnowski
c628b054ea Finished refactoring and adding docstrings functions.
Added module-level docstrings to modules and cleaned up imports
2025-01-17 11:39:27 -08:00
mwisnowski
8936fa347f Finshed refactoring land addtiions, all that's left is adding cards by theme and other tags 2025-01-16 11:55:12 -08:00
mwisnowski
47c2cee00f Started refactoring up through the add_dual_lands function in deck_builder 2025-01-15 11:56:25 -08:00
mwisnowski
319f7848d3 Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00
mwisnowski
e0dd09adee Began work on refactoring deck_builder
Fixed logging for the other files such that they actually log to the file instead of just creating it
2025-01-14 10:10:30 -08:00
mwisnowski
503068b20c Began work on refactoring deck_builder
Fixed logging for the other files such that they actually log to the file instead of just creating it
2025-01-14 10:08:44 -08:00
mwisnowski
b8d9958564 Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file
Additionally, renamed utility.ty to tag_utils.py to fit the naming pattern used with setup.py and setup.utils.py
2025-01-14 09:06:59 -08:00
mwisnowski
000d804ba7 Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
mwisnowski
c4d773d663 Noticed that changes made in setup have drastically reduced cards after filtering. Redoing setup and it's associated files to fix this 2025-01-13 10:06:19 -08:00
mwisnowski
c1d6b5ce18 Tagger has been entirely restructured to use vector masks instead of iterrows, total tagging time has been drastically reduced 2025-01-08 17:26:02 -08:00