Code Monkey home page Code Monkey logo

Comments (8)

FrancescAlted avatar FrancescAlted commented on May 30, 2024

From [email protected] on September 06, 2011 03:26:06

Labels: -Type-Defect Type-Enhancement

from numexpr.

FrancescAlted avatar FrancescAlted commented on May 30, 2024

From [email protected] on August 23, 2012 14:38:15

I am blocked on this as well. Please add support for isnan and isinfinite.

from numexpr.

hadim avatar hadim commented on May 30, 2024

Hi guys. Any news about this feature ?

from numexpr.

chdoig avatar chdoig commented on May 30, 2024

Hi, any updates on this feature? I'm using blz/bcolz for data analysis and was trying to do the equivalent to a pandas selection with numpy.isnan: df[np.isnan(df['foo'])] and came across this numexpr issue. Would definitely be a nice feature to have.

Thanks!

from numexpr.

FrancescAlted avatar FrancescAlted commented on May 30, 2024

No updates here, but I indeed agree that this should be very useful. Pull requests are very welcome.

from numexpr.

cpcloud avatar cpcloud commented on May 30, 2024

One solution for isnan is to do

ne.evaluate('x != x')

from numexpr.

FrancescAlted avatar FrancescAlted commented on May 30, 2024

Nice thought Phillip.

2014-10-12 7:21 GMT+02:00 Phillip Cloud [email protected]:

One solution for isnan is to do

ne.evaluate('x != x')


Reply to this email directly or view it on GitHub
#23 (comment).

Francesc Alted

from numexpr.

robbmcleod avatar robbmcleod commented on May 30, 2024

isnan, isnnormal, isfinite, isinfinite and fpclassify are all present in NE3.

from numexpr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.