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

FEAT: OmniSciDB Log Log2 Log10 implementations #2095

Merged
merged 3 commits into from
Mar 27, 2020

Conversation

semelianova
Copy link
Contributor

No description provided.

@jreback
Copy link
Contributor

jreback commented Feb 25, 2020

these PRa are good
can i add a release note (you can add onto the same one if applicable)

@@ -89,7 +89,7 @@ services:
KUDU_MASTER: "false"

omniscidb:
image: omnisci/core-os-cpu:v5.1.0
image: omnisci/core-os-cpu-dev:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xmnlab is this right? why are we not pinning exactly (to 5.2?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My several pull requests aren't working with the latest omnisci release due to a lack of some changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was discussed on #2084

ci/requirements-3.6-dev.yml Outdated Show resolved Hide resolved
ibis/omniscidb/operations.py Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@jreback jreback added this to the Next Feature Release milestone Feb 26, 2020
@jreback
Copy link
Contributor

jreback commented Feb 26, 2020

pls merge master

@jreback
Copy link
Contributor

jreback commented Mar 12, 2020

can you merge master, update the release.rst, and remove the change in the image.

@semelianova
Copy link
Contributor Author

Need to wait for #2084 is merged

@@ -1037,6 +1075,7 @@ def formatter(translator, expr):
ops.Greatest,
ops.Log2,
ops.Log,
ops.Round,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this just missing before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@jreback jreback merged commit bab8cc1 into ibis-project:master Mar 27, 2020
@jreback
Copy link
Contributor

jreback commented Mar 27, 2020

thanks @semelianova

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

Successfully merging this pull request may close these issues.

3 participants