YFPY Release v12.0.0
Release updates:
- Update documentation
- Update dependencies
- Improve and update type hints
- Improve type casting for values based on the data (numeric objects that could be
0
are set toNone
when they don't exist, numeric objects that are cumulative/counters are set to0
when they don't exist,int
s andfloat
s are properly cast, etc.)