A brief summary of the changes made.
- Initial structure for project and some initial code structure.
- Clean up imports and extend order types.
- Expand Order API
- Many adjustments to Units
- Unit framework
- Some example of modeling.
- Numerous bug fixes
- Fixes and convertion to poetry for project management
- Small bug-fixes and updates to dependencies.
- Change Calendar to have a simple is_business_day property and create the DetailedCalendar which knows about holidays and weekends.
- Add business_days service
- Small bug-fix in business_day service
- Add CalendarImpl, DelegateCalendar, UnionCalendar
- Add price_mid subscription service and dataframe service impl
- Clean up calendar
- Numerous bug fixes
- Small bug fixes and added unit tests
Update to hgraph 0.4.0 and fix switch_ statement use