Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 21:17
· 80 commits to master since this release

Intervals v1.5.0

Diff since v1.4.2

Closed issues:

  • Add to docstrings HourEnding and HourBegining have default inclusivity (#77)
  • Create min/max functions that take bounds into account (#137)
  • Implement rounding for intervals (#146)

Merged pull requests:

  • Add tests using Infinity.jl (#107) (@fchorney)
  • add inclusivity default info to the docstrings for HourEnding and HourBeginning (#138) (@mzgubic)
  • Eliminate legacy serialization structs (#139) (@omus)
  • Create min/max functions that take bounds into account (#141) (@Arvind-Maan)
  • Refactor generic isfinite support (#142) (@omus)
  • Implement interval rounding (#147) (@nicoleepp)