Changed 'master' to main in the entire codebase. API still accepts master_clock, but gives a FutureWarning (2 instances in xr_accessor.py). Also changed tests where they were broken (when they used internal master values).
[ ] Closes #xxxx
[x] Tests added
[x] Passes black . && flake8
[x] Fully documented, including whats-new.rst for all changes and api.rst for new API
Changed 'master' to main in the entire codebase. API still accepts
master_clock
, but gives a FutureWarning (2 instances inxr_accessor.py
). Also changed tests where they were broken (when they used internal master values).black . && flake8
whats-new.rst
for all changes andapi.rst
for new API