I'm interested in calculating time down to the femtosecond.
Robert Kern
robert.kern at gmail.com
Mon Jan 24 12:12:33 EST 2011
More information about the Python-list mailing list
Mon Jan 24 12:12:33 EST 2011
- Previous message (by thread): I'm interested in calculating time down to the femtosecond.
- Next message (by thread): documentation / reference help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/23/11 12:43 AM, Slie wrote: > > > I found that there was a code submission at NumPy 1.4 but I can not find in the documentation search for Date nor have found anything other then that discussion of the ability. > > Anyone have any ideas suggestions? I just want my program to be able to calculate it nothing special. You will want to ask questions about numpy on the numpy-discussion mailing list. http://www.scipy.org/Mailing_Lists It's difficult to understand your question, but I suspect that you are asking about the datetime and timedelta dtypes that were going to be added in 1.4. They were removed since the necessary modifications caused an unintended ABI break. They will return in a future release. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
- Previous message (by thread): I'm interested in calculating time down to the femtosecond.
- Next message (by thread): documentation / reference help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list