* Change sys.path to ../../
* Intro converted to reStructuredText
* Make GroupByOps an abstract base class
* Add pymoo for benchmarks
* Doc: Exclude benchmarks folder from Sphinx autoapi build
* Doc: rt.full
* Docstrings: Add note to Date.min(), DateSpan.min() about NaNs
* Docstrings: dtn.min, dtn.max
* Doc: Change Sphinx default role to x-ref Python objs
* Docstring: rt.empty, rt.empty_like
* Docstrings: rt.repeat, rt.tile
* Doc: Turn off typehints in html
* Docstrings: Struct.is_valid_colname, Struct.get_restricted_names, Struct.col_rename
* Docstring: rt.arange
* Update GitHub actions to Node16