candle-annotator/openspec/changes
Marko Djordjevic d1557a3846 fix: resolve numpy type conversion issues in ML service data access
- Convert numpy.int64 to Python int before passing to SQLAlchemy queries
- Prevents psycopg2.ProgrammingError: can't adapt type 'numpy.int64'
- Applied to get_candles(), get_span_annotations(), and get_point_annotations()
- All ML service database access tests now passing successfully
2026-02-17 14:10:21 +01:00
..
archive archive: candle-backend change complete 2026-02-16 11:44:53 +01:00
line-rectangle-annotations docs: mark all line-rectangle-annotations tasks as complete 2026-02-16 12:14:22 +01:00
ml-db-consolidation fix: resolve numpy type conversion issues in ML service data access 2026-02-17 14:10:21 +01:00