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

module broken by PDL>=2.040's removal of PDL::Core::at_c #3

Closed
iynehz opened this issue Jun 27, 2021 · 1 comment
Closed

module broken by PDL>=2.040's removal of PDL::Core::at_c #3

iynehz opened this issue Jun 27, 2021 · 1 comment

Comments

@iynehz
Copy link
Contributor

iynehz commented Jun 27, 2021

Now PDL::DateTime uses PDL::Core::at_c

my $v = PDL::Core::at_c($self, [@_]);
. But that function's removed from PDL since 2.040

See PDLPorters/pdl@96a69e2 . Looks like the fix can be replacing at_c with at_bad_c.

@mohawk2
Copy link

mohawk2 commented Jan 3, 2022

PDL 2.054 (from Jul 2021) fixes this with a back-compatibility at_c alias.

@iynehz iynehz closed this as completed Jan 3, 2022
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