~jfpacker/pyeigen/bugfixes-0.1

« back to all changes in this revision

Viewing changes to TODO.txt

  • Committer: Jussi Lepistö
  • Date: 2010-03-22 23:20:03 UTC
  • Revision ID: jussi.lepisto@iki.fi-20100322232003-tzqb9tng6sbq2kdf
- transpose setter for vectors
- Code review & cleanup for all classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Release 0.1
2
 
- Examples
 
2
- Bugs
 
3
  * Python sometimes doesn't exit?
 
4
  * What's wrong with set_transpose()?
3
5
- Release:
4
6
  * Source
5
7
  * Source with Eigen for Windows?
6
8
  * 32/64-bit Windows binaries
7
 
- Review code: Vector3f, Vector4f, RowVector2f, RowVector3f, RowVector4f,
8
 
  Matrix2f, Matrix3f, Matrix4f
9
9
- Testing:
10
10
  * 64-bit Python
11
 
  * doctest
12
 
  * Debug build
13
 
  * Linux / OS X
 
11
  * Linux
 
12
  * Matrix set_transpose()
14
13
  * Older Python versions
15
 
  * Stress tests
16
 
  * Test with Application Verifier / Valgrind if possible
17
14
 
18
15
Later
19
16
- Approximate comparisons  
27
24
  * API reference
28
25
  * Sphinx?
29
26
  * Tutorial
 
27
- Eigen 3.0
30
28
- Exception handling?
31
29
- Integration
32
30
  * ctypes?
46
44
- Quaternions
47
45
- Testing
48
46
  * Coverage
 
47
  * Debug build
 
48
  * doctest
49
49
  * Don't test inverse with random()
50
 
  * More unit tests
 
50
  * More unit tests, especially error situations
 
51
  * OS X
51
52
  * Test matrix * vector and matrix * matrix multiplication
52
53
- Transformations
53
54
- Variable-size vectors/matrices