Changelog
Source:NEWS.md
vecshift 1.0.5
Performance
- Optimized
vecshift()core andmerge_consecutive_employment()for ~25% faster processing - Resolved all test failures in
classify_employment_statusand test suite
vecshift 1.0.4
Bug Fixes
- Fixed critical bug in
add_external_events()that caused “storage mode of IDate is somehow no longer integer” errors when mixing Date and IDate objects. Added explicit IDate conversions in.prepare_events_data()and.create_synthetic_unemployment()helper functions to ensure consistent date type handling throughout the pipeline. (#PR)
vecshift 1.0.3
Documentation
- Enhanced documentation with comprehensive examples
- Added complete workflow vignette
- Added pkgdown documentation website with GitHub Pages deployment
Bug Fixes
- Corrected column parameter handling in
assess_data_quality()and related functions
vecshift 1.0.1
Bug Fixes
- Prevented duplicate synthetic unemployment periods in
add_external_events()