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

Made interval types meaningful. #35

Merged
merged 4 commits into from
Aug 2, 2024
Merged

Made interval types meaningful. #35

merged 4 commits into from
Aug 2, 2024

Conversation

5cript
Copy link
Owner

@5cript 5cript commented Aug 2, 2024

Reworked default intervals to support the following types of intervals:

  • closed
  • open
  • left_open
  • right_open
  • closed_adjacent (like closed, but counts adjacent as overlapping)
  • dynamic (can be any of the above and do overlap and join like the others)

@5cript 5cript force-pushed the feat/interval-kinds branch from 120f3d5 to 9f9bad2 Compare August 2, 2024 17:49
@5cript 5cript merged commit ba04ef5 into master Aug 2, 2024
42 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.

1 participant