- [x] Removed deprecated Timestamp.freq, Timestamp.freqstr and argument freq from the [Timestamp](https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.html#pandas.Timestamp) constructor and [Timestamp.fromordinal()](https://pandas.pydata.org/docs/reference/api/pandas.Timestamp.fromordinal.html#pandas.Timestamp.fromordinal) - [ ] The other argument in [DataFrame.mask()](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.mask.html#pandas.DataFrame.mask) and [Series.mask()](https://pandas.pydata.org/docs/reference/api/pandas.Series.mask.html#pandas.Series.mask) now defaults to no_default instead of np.nan consistent with [DataFrame.where()](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.where.html#pandas.DataFrame.where) and [Series.where()](https://pandas.pydata.org/docs/reference/api/pandas.Series.where.html#pandas.Series.where).