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

Tick and tick calendar include left and right #376

Merged
merged 7 commits into from
Apr 2, 2024
Merged

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b16e5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5502267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    747bc5c View commit details
    Browse the repository at this point in the history
  4. Parameterized tick and tick calendar tests

    Had to change the end in tick because nextafter was not working for small values (in the -0.1-0 range)
    javiber committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    842964c View commit details
    Browse the repository at this point in the history
  5. Renamed tight/left include params to before_first and after_last

    - added examples using these params to docs
    - updated old examples
    - changed the behavior of tick when a single event is passed, the current behavior is more similar to the one before the new parameters
    - fixed a bug on tick_calendar with a single element
    - added tests for both operators testing the behavior for single-event inputs under different parameters
    - added test for empty eventset on tick_calendar
    - added changelog
    javiber committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1931530 View commit details
    Browse the repository at this point in the history
  6. Fixed typos

    javiber committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c6d70bc View commit details
    Browse the repository at this point in the history
  7. Fixed incorrect changelog

    javiber committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a3c60f6 View commit details
    Browse the repository at this point in the history