Conversation
….warn for warning message
…ting related tests
…like "XD" and ":D"
…; Add tests for 'num_named_entity'
Get Tests to 100%, Closes #220
…n the Question function
…little bit of help from claude)
Update politeness v2
…ver the FB-generated cols (not all cols/metadata); (2) edit the log headers to specify what file the log is for
The test_drop_redundant_columns.py tests (committed in 93b074e) read this CSV, but it was silently skipped by the *.csv .gitignore rule, leaving the test without its fixture on the remote. Force-add it so the test is runnable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The blanket *.csv ignore rule silently dropped new test fixtures (e.g. test_redundant_columns.csv), requiring git add -f. Negate the rule for the fixture directory so fixtures stage normally; CSVs elsewhere stay ignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The test workflow invokes pytest file-by-file, so test_drop_redundant_columns.py was never collected. Add it to the Run tests step. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add structured logging and feature output diagnostics to FeatureBuilder
The pre_install step installed spacy==3.7.2 in isolation, before the numpy<2.0.0 constraint in requirements.txt applied. pip then resolved numpy 2.x, which is ABI-incompatible with spacy 3.7.2's numpy-1.x-built wheels, causing `python -m spacy download en_core_web_sm` to crash on import and failing the Read the Docs build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
`python -m spacy download en_core_web_sm` resolves the model version via a runtime compatibility lookup that came back empty, producing a malformed URL (.../download/-en_core_web_sm/-en_core_web_sm.tar.gz) and a 404 that failed the RTD build. Pin and pip-install the matching model wheel (en_core_web_sm-3.7.1, compatible with spacy 3.7.2) directly, which is more reproducible and avoids the lookup entirely. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Fix inverted information diversity score (cosine distance vs. similarity)
sundy1994
approved these changes
Jul 17, 2026
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.
Merge dev into main, releasing a new version of the package.
Key Changes