- `walkdir`
- add `glob` kwarg that takes a `ry.Glob` or `ry.GlobSet` or `ry.Globster` obj
to filter the walk on
- `globset`
- Internal refactoring
- added `globster()` method to `ry.Glob` and `ry.GlobSet` to return a
`ry.Globster` obj
- added `globset()` method to `ry.Glob` to return a `ry.GlobSet` obj from a
`ry.Glob` obj
- `url`
- python `Url` changed name `URL`; aligns with jawascript and other python
libs
- `bzip2`
- update to v5
- `jiff`
- conversions for jiff-round-mode/unit/weekday
- not-implemented placeholders and new impls
- [x] `RyDateTime`
- [x] `RyDate`
- [x] `RyOffset`
- [x] `RySignedDuration`
- [x] `RySpan`
- [x] `RyTimeZone`
- [x] `RyTime`
- [x] `RyZoned`
- span builder functions use form `s._hours(1)` for panic-inducing building,
and `s.try_hours(1)` for non-panic-inducing building
- type-annotations
- fixes and updates and a hacky script I wrote to check for discrepancies
---