Miroslav Stoyanov
Miroslav Stoyanov
* when the file format is updated, all sizes and indexes would be updated to size_t or long long * the internal integers can also be updated * the cuda...
Decision: switch internal indexing to `long long` Unsigned nature of `size_t` limits some algorithms, such as searching and special traversals of tensor points. The signed integers also don't suffer from...
Which version of Fortran are you using? Scale correction should work fine in the 2003 OOP interface. The older 90/95 interface required a lot of manual work and it was...
Swig is the way to go, the interface is much closer to C++/Python and thus easier to maintain and document, and the interface does not require SWIG being installed or...
Finally found the problem: 1. The issue was always specific to Python, C++ and the other interfaces were never affected. 2. Unlike Windows, Linux and Intel OSX systems, Python on...
Read initialization is more flexible now and not tied inside each individual class. There are few historic quirks, but those are small and don't justify the API break.