Age | Commit message (Expand) | Author |
---|---|---|
2024-09-08 | Split flow.py to simulate.py and model.py | xengineering |
2024-09-08 | Refactor finance.visualize.py | xengineering |
2024-09-08 | Do not rotate dates in visualization | xengineering |
2024-09-08 | Use list[tuple[datetime, Decimal]] consistently | xengineering |
2024-09-08 | Add measured values | 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 | Fix old usage of name "income" | 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 |
2024-09-08 | Switch to decimal.Decimal for money | xengineering |
2024-09-08 | finance: Use datetime for Income.integrate() | xengineering |
2024-09-08 | finance: Add income.py | xengineering |
2024-09-08 | finance: Add empty Python package | xengineering |