Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More element-wise comparison support #2

Closed
tshort opened this issue Jul 15, 2012 · 1 comment
Closed

More element-wise comparison support #2

tshort opened this issue Jul 15, 2012 · 1 comment

Comments

@tshort
Copy link
Contributor

tshort commented Jul 15, 2012

It would be nice to add support for the following forms.

dvfloat = DataVec[1., NA, 2, 3]
dvfloat2 = DataVec[1., 3, 5, NA]
dvint = DataVec[NA, 4, 5, 6]
dvint2 = DataVec[1, 4, 5, 6]
vfloat = [4., 2, 1, 2]
vint = [4, 2, 1, 2]

1.0 .< dvfloat
0.0 .< dvfloat .< 1.0
dvfloat .< 1
dvint .< 1.0
dvfloat .< dvfloat2
dvfloat .< dvint
dvfloat .< vfloat
dvfloat .< vint
dvint .< vfloat
dvint .< vint
dvfloat .< NA
@johnmyleswhite
Copy link
Contributor

These were closed so long ago that I'm not even sure when it happened now.

nalimilan pushed a commit that referenced this issue May 26, 2022
* Don't export read_rda, qualify all calls to read_rda in tests

* Fix deprecation warnings

* Slightly different approach in readbytecodeconsts

* More deprecation warnings, maybe correct type parameter?

* Remove Base imports
nalimilan pushed a commit that referenced this issue May 26, 2022
* Don't export read_rda, qualify all calls to read_rda in tests

* Fix deprecation warnings

* Slightly different approach in readbytecodeconsts

* More deprecation warnings, maybe correct type parameter?

* Remove Base imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants