Releases: PDLPorters/pdl
Releases · PDLPorters/pdl
PDL 2.026
PDL 2.025
This is PDL 2.025.
Summary of changes since PDL 2.020:
2.025 2020-11-19
- fix spellings - thanks @sebastic
2.024 2020-09-17
- use CCCDLFLAGS for compile of pdl.c to include -fPIC where needed - thanks @newville
2.023 2020-09-14
- Remove extrapolation code from PDL::GSL::INTERP. - thanks @d-lamb
2.022 2020-09-06
- Fix wfits so that explicitly setting BITPIX works. - thanks @d-lamb
- add PDL::IO::Pic::imageformat - thanks @wmlb
2.021 2020-03-01
- fix pdlpp_postamble - thanks @sebastic
2.020_05 2019-12-29
- fix t/pgplot.t
2.020_04 2019-12-28
- more diagnostic info for PGPLOT / F77
2.020_03 2019-12-26
- PGPLOT test to check $DISPLAY first
- CallExt test to use abs path because of recent MacOS change
2.020_02 2019-12-17
- spelling fixes - thanks @sebastic
2.020_01 2019-12-12
- merge the documentation system updates - thanks @d-lamb
PDL 2.020
This is PDL 2.020.
Summary of changes:
- PDL::PP and associated modules now put lots of #line directives into generated .xs files, so it’s possible to understand where in PDL::PP (etc) you’d need to look if something goes wrong
- malloc-ed things get zeroed to reduce random crashes on certain architectures
- various build and test fixes and improvements
- eliminate use of, and reference to, $a and $b in docs as this is very bad practice ($a and $b are magic variables used for sorting)
- Clean up PDL::Fit::Gaussian docs and tests - thanks @d-lamb
- badval fixes on systems with only unsigned chars - thanks @d-lamb
- fix segfault in some uses of PDL::Transform::map - thanks @d-lamb
- Improve compatibility with Perl's experimental 'bitwise' feature - thanks sprout@...
- RedoDims fix - thanks @drzowie
- range speedup - thanks @drzowie
- PDL::Lite fixes to bug that broke Test::PDL
- propagation of badflag with .= - thanks @hainest
- Only build PDL::Graphics::PGPLOT if PGPLOT installed
- better vsearch_* docs - thanks @zmughal
- PDL::Complex doc and code fixes, tests, and improvements - thanks @d-lamb