Tagged Questions
1
vote
1answer
147 views
Version differences in Parallelize
I am having a problem which I guess is due to version difference. I have to generate a list of unitary matrices, which I can do easily. However I came to know about ...
11
votes
2answers
285 views
backward compatibility
When producing or enhancing code, it is tempting to use recent new primitives of Mathematica introduced in version 7 and 8, but for library code or in preparation or future version change in ...
6
votes
1answer
77 views
$InputFileName backwards compatibility
What would be a good replacement for $InputFileName (which has been added recently to Mathematica 8) to achieve backwards compatibility with let's say M6 and M7?
I ...