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

Add dates to AC #332

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Add dates to AC #332

wants to merge 6 commits into from

Conversation

egshnov
Copy link
Contributor

@egshnov egshnov commented Dec 21, 2023

Added dates support to AC.
Added test for AC on the dataset with dates.
Added dates to python example.

Due to the fact that depending on the types of data on which operations
are performed different pointers to types are required (i.e. when
working with dates, in addition to a pointer to date, a pointer to
Int is required to work with the results of binary operations),
the pointer to numeric was replaced by the wrapper-class maintaining
pointers in the required state.
Old example uses dataset that doesn't contain dates in proper format
but the main functionality is similar, so I decided to change the
dataset
@egshnov egshnov marked this pull request as draft December 22, 2023 07:14
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.

1 participant