Skip to content

removing pandas from isofit#759

Merged
pgbrodrick merged 5 commits into
isofit:devfrom
brentwilder:pandas
Oct 14, 2025
Merged

removing pandas from isofit#759
pgbrodrick merged 5 commits into
isofit:devfrom
brentwilder:pandas

Conversation

@brentwilder

@brentwilder brentwilder commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

This would resolve #745 . The only use of pandas is for reading a refractive index file in inverse_simple. In this, I just made a simple dictionary that replicates this read without needing pandas installed.

Screenshot 2025-09-11 at 13 09 37

.. There is still pandas in .imgspec/ but I am not sure if this is active / a part of isofit?

@brentwilder brentwilder marked this pull request as ready for review September 11, 2025 17:39
Comment thread isofit/inversion/inverse_simple.py Outdated
@brentwilder

Copy link
Copy Markdown
Contributor Author

Note the updated column names are here: isofit/isofit-data#9

@brentwilder

brentwilder commented Sep 25, 2025

Copy link
Copy Markdown
Contributor Author

Todo: we can also remove ‘utm’ which appears to be unused.

@pgbrodrick

Copy link
Copy Markdown
Collaborator

This looks great, thanks Brent!

@pgbrodrick pgbrodrick merged commit dba8a44 into isofit:dev Oct 14, 2025
17 checks passed
@brentwilder brentwilder deleted the pandas branch March 9, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Pandas as a dependency

2 participants