On Aug 31, 2012, at 18:27 , [email protected] wrote: > We do? Which warnings do you mean? I am not aware of any warnings in the > tests or examples.
Sorry, I exaggerated because I was looking at the latest release instead. The test suite is clean, but the codebase still has some leftover warnings. `git grep -C 4 DeprecationWarning` returns some instances that are candidate for removal. Many don't have the deprecation version specified (e.g. out_dim renamed to n_components), so we have to remember or use git to see when the change was made. ------------------ Vlad N. http://vene.ro ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
