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

Update conda package? #8

Open
postpop opened this issue Dec 14, 2024 · 1 comment
Open

Update conda package? #8

postpop opened this issue Dec 14, 2024 · 1 comment

Comments

@postpop
Copy link

postpop commented Dec 14, 2024

Hi, we are using flammkuchen for io in our own package (DAS). We love flammkuchen, because it makes it so much easier to save heterogeneous dicts!

Unfortunately, the package on conda-forge has not been updated in a while (currently on 0.9.2, https://anaconda.org/conda-forge/flammkuchen) and does not work with newer versions of numpy, because of the deprecated dtype aliases (np.object, np.float) etc. Would it be possible to update the package on conda-forge to the latest version?

Thanks a lot for your help!

@FliegendeWurst
Copy link

The relevant test failures are:

FAILED flammkuchen/tests/test_io.py::TestIO::test_array_scalar - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_compression_true - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_dictionary - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_force_pickle - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_list - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_load_group - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_load_multiple_groups - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_load_slice - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_numpy_array - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_numpy_array_zero_size - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_numpy_string_array - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_simplenamespace - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_softlinks_recursion - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_softlinks_recursion_sns - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_sparse_matrices - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...
FAILED flammkuchen/tests/test_io.py::TestIO::test_tuple - AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np...

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