Remove all taxcalc functionality and dependencies - #254
Merged
Conversation
- Remove taxcalc from pyproject.toml optional dependencies - Delete microdf/taxcalc.py module - Delete microdf/tests/test_taxcalc.py - Remove taxcalc imports and exports from microdf/__init__.py - Remove taxcalc from _optional.py VERSIONS dict This removes all taxcalc-specific functionality from the microdf package. Documentation notebooks that demonstrate taxcalc integration may need updates in a follow-up commit. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add changelog_entry.yaml for taxcalc removal - Create CLAUDE.md with development guidelines for future work - Ensure files end with newlines to pass lint checks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove demo.ipynb, custom_taxes.ipynb, agg.ipynb, weighting.ipynb, and income_measures.ipynb - Update _toc.yml to remove references to deleted notebooks - Update changelog entry to document notebook removal These notebooks demonstrated taxcalc integration and are no longer relevant after removing taxcalc functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
taxcalcfrompyproject.tomloptional dependenciesmicrodf/taxcalc.pymodule containing taxcalc-specific functionsmicrodf/tests/test_taxcalc.pytest filemicrodf/__init__.py_optional.pyVERSIONS dictNotes
Documentation notebooks in the
docs/folder still contain taxcalc imports and usage examples. These may need to be updated or removed in a follow-up PR depending on whether you want to maintain them as historical examples or remove them entirely.Closes #253
🤖 Generated with Claude Code