-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTODO
More file actions
447 lines (339 loc) · 13.1 KB
/
TODO
File metadata and controls
447 lines (339 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
What follows is that task list and description of
the work planned for the future PDL-2.4.x releases.
The main goal we are working towards is to have a
baseline PDL working on *all* PDL OS platforms:
win32/cygwin, macosx, and linux/unix/bsd systems with
support for 2-D graphics (via PLplot) and 3-D graphics
(via OpenGL/TriD).
+-------------------------------------------------------+
| Candidate Tasks for PDL-2.4.x Development |
+-------------------------------------------------------+
This section documents the top level tasks from
the more detailed list below. The first column
of the line indicates the priority of that item
(and those below it) for the PDL-2.4.x release:
T -- TBD
R -- required for release to occur
N -- nice to have but not mandatory
no mark means same as super bullet or FYI
D -- done
Each item has some task description based on the
current status.
Update task list after PDL-2.4.x release.
+-------------------------------------------------------+
| |
| PDL-2.4.x BULLET TASK LISTING |
| ( BY CATEGORY ) |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| TESTING |
+-------------------------------------------------------+
Convert these PDL tests to use Test::More:
* basic.t
* bess.t
* callext.t
* conv.t
* diskcache.t
* erf.t
* erfi.t
* fft.t
* foo.t
* func.t
* hist.t
* image2d.t
* iotypes.t
* lut.t
* lvalue.t
* matrix.t
* matrixops.t
* misc.t
* niceslice.t
* nsdatahandle.t
* pptest.t
* primitive.t
* requiredmods.t
* round.t
* scope.t
* simplex.t
* transform.t
* trig.t
* xvals.t
Need to test PDL build from scratch
* Unix/Linux/BSD
* Windows
- cygwin
- activestate perl
- strawberry perl
* Mac OS X
Verify dependency detection across all major PDL platforms
* Unix/Linux/BSD, Windows/Cygwin, Mac OS X
* Check completely clean build each platform
* Confirm that dependencies for each platform
are correctly detected and reported.
* Add any issues to Known_problems
These modules aren't tested by CPAN Testers because of dependencies:
* PDL::FFTW
- FFTW2 is out-of-date and not typically installed
- need to migrate to FFTW3
- Alien::FFTW
* PDL::Slatec
* PDL::Minuit
- need Fortran compilter and ExtUtils::F77
- f2c conversion of code
* PDL::IO::GD
- needs libgd
- Alien::GD
* PDL::IO::HDF
- based on HDF4
- need to migrate to allow HDF5
- Alien::HDF5
- add binding to libhdf5
* PDL::GSL::XXX
- need more complete libgsl bindings
- Alien::GSL
* PDL::GIS::Proj
* PDL::Transform::Proj4
- Alien::Proj4
* PDL::Graphics::TriD
- Alien::OpenGL, GLU, GLEW, GLUT, GLUI...
- test with pixel buffer context(?)
* PDL::Graphics::PGPLOT
- needs portable driver (OpenGL)
- Alien::PGPLOT
- apply/update RGB color patches to current
* PDL::Graphics::PLplot
- need portable driver (OpenGL)
- Alien::PLplot
- need low-level PLplot interface
Add support for Known_problems to tests
* Implemented via the Test::More TODO {} block feature
* Ignores FAIL for tests flagged as TODO
* All bug reports should have a test in PDL/t
* Convert t/dumper.t to use TODO block
Clean up and triage for tickets prior to release.
* Bugs
* Feature requests
* Patches
+-------------------------------------------------------+
| DEPENDENCIES |
+-------------------------------------------------------+
Alien modules for the external PDL dependencies
* Alien::PLplot
* Alien::PROJ4
This is the first step to get PDL::Graphics::PLplot
working cross-platform: be able to have the PLplot
lib checked for or even installed as a dependency.
Work based on the approach in Alien::SDL might be a
good starting point.
Define standard paths for external dependency libraries for PDL
* Local to PDL (not system-wide)
* Can skip install if system-wide is available
* Relocatable with package-config or Alien info
* Document any PDL-specific install locations
List and obtain module owners and developers for existing PDL modules
* Revisit each module's status by platform
* Regarding portability
* Review external dependency handling
* Update plan for development
Fix/document FORTRAN code requirements
* Add a USE_FORTRAN option to perldl.conf
* Add check for ExtUtils:F77
* Convert PDL::Slatec to use C with f2c of source
* Convert PDL::Minuit to use C with f2c of source
Fix IO/Browser build to properly check for the curses
library and build if available.
+-------------------------------------------------------+
| DOCUMENTATION |
+-------------------------------------------------------+
Update PDL web site pages
Review current documentation (underway)
* Verify correctness and consistency with PDL-2.4.9+
* Update documentation where needed.
* Add web searchable versions of the docs.
* Maybe a wiki format could be used to improve docs
Add/update platform install notes to PDL wiki
* Complete build-from-scratch installs
* Soup to nuts via the cpan shell
* Build issues and their fixes
* How to get needed dependencies
* Other platform details
* Mac OS X
* Linux (by distribution and version)
* BSD
* Solaris
* Windows
* Cygwin
* Other
Add CPAN shell start-up info to PDL wiki or web page
* Basic cpan
* CPANminus
* Others
Recent list queries and new user discussions
suggest that we need to revisit the beginner
documentation for how to get started with PDL.
We definitely need clear instructions for how
to start from scratch with cpan to install
PDL (verify on all PDL platforms).
Add CPAN Testers start up info to PDL wiki
* Test::Reporter
* CPAN Testers version 2
* Easy/basic install and usage
The new CPAN Testers version 2.0 has been
released. It uses a web-based interface to
send reports rather than email. As a result
is is much easier to configure than the old
interface. As such, we would get better PDL
feedback if we have a quick-start for that.
Add info for PERL_CPAN_REPORTER_DIR variable.
Document how to set up a local sandbox for PDL build
* PREFIX and LIB for ExtUtils::MakeMaker
* Build with CPAN shell
* Check out brewperl
A number of PDL users are configuring their
own local library, perl, and PDL installations.
It would be nice if clear directions were
written down so everyone doesn't have to
reinvent the same wheel.
Add docs/support for users of other software
* IDL, Matlab, NumPy
* Add help for equivalent PDL constructs
Update PDL Book (in progress)
* Needs updating to match PDL-2.4.9 from PDL-2.4.3
* make a web version available on-line if possible
Matt Kenworthy has been working on web-izing
the previous manuscript based on Tex/LaTeX.
Better document the PDL help system
* Requirements and usage
* Quick start
* Add custom/user key word search support
* Is there a way to fetch all the functions/keywords
the PDL help system supports?
+-------------------------------------------------------+
| USABILITY |
+-------------------------------------------------------+
Improve PDL usability for first time users
* Work out of the box via cpan shell
* Fully automatic
* Semi-manual
* Easy install via 1-click or package managers
* PAR for distribution
A simple cpan or platform package install should
work out of the box. Maybe not all dependencies
will build but PDL should build with 2D and 3D
graphics support for most/all platforms.
Implement "1-click" installs by platform and document in wiki
* Mac OS X: SciKarl, verify support by OS versions
* Windows: Strawberry Perl Professional, ActivePerl
* Unix OSes: Various package managers
T Clean up build output from make process to reduce cruft
* Collect build output into build log file by default
* Add an output filter to the text collected from the
CPAN build process. (e.g. Text::Filter et al)
+-------------------------------------------------------+
| INSTALLATION |
+-------------------------------------------------------+
Switch from ExtUtils::MakeMaker to Module::Build
* Removes portability problems from shell and make
* Easier to extend
Fix the test problems with preexisting PDL installs
* Develop test methodology
* Add PDL::Core::Dev utility to perform check
* Automate detection/test skip if not built logic
Check/set perldl.conf options before the build
* Interactive option view prompt() in Makefile.PL
* GUI version
+-------------------------------------------------------+
| NEW FEATURES |
+-------------------------------------------------------+
Finish PDL::IO::ENVI module
* Implement basic writeenvi() routine
* Add tests and reimplement as a module
* Add to PDL distribution
Need PLplot and PDL::Graphics::PLplot to build all platforms
* MS Windows
* Cygwin/XP
* Linux/unix
* Mac OS X
Complete Perldl2 shell:
* Implement remaining perldl features for pdl2
* Fix Ctrl-C handling for win32 systems
* Update documentation
* See Perldl2/TODO for the pdl2-specific list.
Add support for 64bit data:
* Add safe pdl allocation option to prevent OOM death
* Update allocation and types to support 64bit data
Add support for improved 2-D image display using OpenGL
* Add threaded 2-D image tile display to imag2d
* Enable REPL and GUI simultaneous operations and event loops
* perldl via ReadLine and FreeGLUT
* REPL via ReadLine and FreeGLUT
* Maybe for wxWidgets for Padre support
* Implement some tests
New pdl() constructor with matlab [] syntax for string arguments
* Needs more testing and verification
* Does it work for MATLAB and PDL users' purposes?
* Handle complex numbers (with i,j for sqrt(-1))
* Handle cut and paste of printed piddles
* Better error checking for invalid values
Ideally we should be able to cut-n-paste the print
output of a piddle into the constructor as a
string and get the piddle back (within float eps).
Finish spheres3d implementation
* Add color (RGB+A) support
* Add per-sphere radius (support threading)
* Add surface normals for smooth shading
* Extend to arbitrary objects with constructors
+-------------------------------------------------------+
| LATER |
+-------------------------------------------------------+
PDL::Constants
* Implementation based on 'use constant' pragma
* Transition into 'use PDL;'
* Add other constants of interest
* Units
* Complex i,j
* To import or not to import
PDL::Matlab helper module
* Implement key set of basic Matlab functions
* Document PDL equivalents
Fix external dependency processing
* Use Devel::CheckLib to directly detect headers and libraries
* Remove dependencies on external commands (e.g. clear in Demos)
* Make missing functionality detectable at run time (a la PGPLOT)
* Could use warning/error stubs if functionality not available
* Alien modules for the external PDL dependencies
* Alien::FFTW2
* Alien::FFTW3
* Alien::GSL
* Alien::GD
* Alien::GLUI
* Alien::HDF
* Alien::JPEG
* Alien::NetPBM
* Alien::OpenGL, Alien::GLUT, Alien::GLX
* Alien::PGPLOT
* Alien::PNG
* Alien::TIFF
Full GSL bindings for PDL
* Alien::GSL to install and something else to check
* Prioritize GSL functionality to add
* Convert GSL documentation to PDL usable form
* Automate code conversion
* Can we use Math::GSL as a starting point?
* What about an PDL::PP version using GSL configure info for thread support?
* Slatec compatibility wrappers
Clean and unify the FFT and FFTW in PDL
* FFT is the default implementation
* Add FFTW acceleration for the default FFT
* Add cleaner use of complex values to FFT routines
* Make non-inplace versions of FFT
* Make default FFT library match FFTW calling conventions
* But, use symmetric scaling (no factors of N)
* Document FFT/FFTW
* The computational algorithms
* The input/output locations
Update HDF docs
* HDF5 and HDF4 are entirely different beasts (and totally incompatible)
* The PDL::IO::HDF library uses HDF4.
* Portability issues especially re. Installs