Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project no longer maintained? #286

Open
mcarans opened this issue Jun 20, 2024 · 1 comment
Open

Is this project no longer maintained? #286

mcarans opened this issue Jun 20, 2024 · 1 comment

Comments

@mcarans
Copy link

mcarans commented Jun 20, 2024

This is an impressive project unmatched by any other Python library currently available. Unfortunately, it seems like there have been no updates for a long time. Is the project no longer maintained?

@raffaem
Copy link

raffaem commented Dec 17, 2024

It doesn't work with Numpy > 2.0.

I'm getting:

Traceback (most recent call last):
  File "[ABRIDGED]/lib/python3.12/site-packages/IPython/core/interactiveshell.py", line 3577, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-22-8a9c7b2de26d>", line 11, in <module>
    import abydos.distance as abd
  File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/__init__.py", line 368, in <module>
    from ._aline import ALINE
  File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/_aline.py", line 24, in <module>
    from numpy import NINF
ImportError: cannot import name 'NINF' from 'numpy' ([ABRIDGED]/lib/python3.12/site-packages/numpy/__init__.py)

When trying to import it

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

No branches or pull requests

2 participants