Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Push changes to pypi

Open
#142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
release

Research direction

Start by comparing the repository's current package with PyPI v0.5.1 and locating the project's release or packaging entry point; no release files are named in the issue. Use the reported .fit(...) reproduction to verify the warning, and consider the work done when a new PyPI version contains the current ensure_all_finite behavior without that deprecation warning.

Written by the indexing model from the issue text.

Description

Did you read the notes?
yes

Describe the bug
force_all_finite is deprecated. your repo has ensure_all_finite, but the package on pypi, v0.5.1 still has the deprecated function.

To Reproduce
.fit(...)

Expected behavior
no deprecation warmings
FutureWarning: 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8.

Versions (please complete the following information):

  • OS: Linux
  • Python: 3.12.0
  • Versions for factor_analyzer / numpy / scipy / pandas
    • fa: 0.5.1
    • numpy: 1.26.4
    • scipy: 1.13.1
    • pandas: 2.2.3

Additional context
If you need/want additional testing before you release your next version, please let me know.

Dominant language
Python
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EducationalTestingService/factor_analyzer

All issues in EducationalTestingService/factor_analyzer

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.