Changes from the previous release: ([diff](https://github.com/alphatwirl/alphatwirl/compare/v0.19.0...v0.20.0))
- added `collect()` to `AllwCount`, `AnywCount`, `NotwCount`
[\33](https://github.com/alphatwirl/alphatwirl/issues/33)
- `mkdir_p()` checks if `path` is empty
- added unittest for `mkdir_p()`
- avoided mutable default of `ReaderComposite`, `AllwCount`,
`AnywCount`.
- removed the implementation of
`build_progressMonitor_communicationChannel()`, `atdeprecated()`,
`atdeprecated_func_option()`, `atdeprecated_class_method_option()`,
`atrenamed_func_option()`, `atrenamed_class_method_option()`
- were deprecated
- now, raise `RuntimeError` if called
- added a decorator `_removed()`
- reimplemented `TableFileNameComposer`
- fixed `ProgressPrint`, avoiding changing dict during iteration