Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@totonga
Copy link
Collaborator

@totonga totonga commented Oct 23, 2025

ConI.data_read_jaquel API broken has been broken with 1.0.13..

def data_read_jaquel(self, query: str | dict) -> ods.DataMatrices:

changed to

def data_read_jaquel(self, jaquel_query: str | dict) -> ods.DataMatrices:

this breaks code like:

df = con_.data_read_jaquel(query={"AoUnit":{}})

This merge request is reverting this and closing issue #184

@totonga totonga merged commit dbf4d9d into dev Oct 23, 2025
11 checks passed
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.

2 participants