Age | Commit message (Expand) | Author |
---|---|---|
2024-09-08 | Split flow.py to simulate.py and model.py | xengineering |
2024-09-08 | Use list[tuple[datetime, Decimal]] consistently | xengineering |
2024-09-08 | Move display() to finance.visualize.py | xengineering |
2024-09-08 | Fix type annotation for finance.flow.simulate() | xengineering |
2024-09-08 | Implement finance.flow.display() | xengineering |
2024-09-08 | Implement finance.flow.simulate() | xengineering |
2024-09-08 | Implement Flow.since and Flow.until | xengineering |
2024-09-08 | Refactor Flow.integrate() | xengineering |
2024-09-08 | Rename income to flow | xengineering |