Skip to content

v1.1.0

Choose a tag to compare

@vpnagraj vpnagraj released this 29 May 22:26
· 93 commits to main since this release
7f63495

fiphde 1.1.0

New features

Improved API for GLM modeling

This release future-proofs the GLM modeling and forecasting functionality. In particular, the API now conforms to updates to the trending and trendeval packages, both of which are used internally inside glm_wrap() and its helpers. Both trending and trendeval introduced significant changes to their respective APIs in recent releases. The fiphde package now requires trending >= 0.1.0 and trendeval >= 0.1.0 to ensure all package functionality works as expected.

Explorer app enhancements

As of this release the data explorer app (see ?fiphde_launcher()) is now organized into modules for easier backend maintenance. The app also has several new features for usability, including a new CSS theme and a "busy" icon to indicate that the app is loading when data processing delays outputs from rendering.