Skip to content

Releases: PDLPorters/pdl

PDL 2.026

15 Feb 23:06
Compare
Choose a tag to compare

This is PDL 2.026.

Changes since PDL 2.025:

  • fix GSL build errors, improve docs - thanks @d-lamb
  • rfits properly treats BLANK in rice-compressed - thanks @d-lamb
  • added Floyd-Warshall example to MATLAB comparison doc - thanks @mohawk2

PDL 2.025

15 Feb 23:05
Compare
Choose a tag to compare

This is PDL 2.025.

Summary of changes since PDL 2.020:

2.025 2020-11-19

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

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

2.020_01 2019-12-12

  • merge the documentation system updates - thanks @d-lamb

PDL 2.020

18 Dec 18:21
Compare
Choose a tag to compare

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