v1.1

+
+

v1.1.9

+

[v1.1.9] Release (#348)

+
+

Release Date

+

2024/12/26

+
+

+fix +feat/monitoring +feat/plot +feat/vision +docs +style +release +feat/quant +

+

Features

+
    +
  • plot

    +
      +
    • plot

      +
        +
      • 여러 x축에 대한 기능 추가 (list & dict)

      • +
      • Singleton pattern으로 구현된 LINESTYLE, MARKER 추가

      • +
      +
    • +
    • scatter

      +
        +
      • plot과 동일한 data type을 입력받도록 수정

      • +
      • Singleton pattern으로 구현된 MARKER 추가

      • +
      +
    • +
    • figure 함수가 matplotlib.figure.Figure를 return 하도록 수정

    • +
    • matplotlibsubplot 함수 추가

    • +
    • candle, table을 제외한 모든 plot 계열 함수에 대해 auto save 기능 추가 (save 입력 삭제)

    • +
    +
  • +
  • monitoring, quant, vision

    +
      +
    • 각종 함수에서 사용하는 plotscatter 함수의 변경에 따른 refactoring

    • +
    +
  • +
+

Chore

+
    +
  • PyTest 실행 시 api 함수들에서 HTTP 429 Too Many Requests 오류를 방지하기 위해 TIME_SLEEP 범위 확대

  • +
+

v1.1.8

[v1.1.8] Chore update (#346)

@@ -750,6 +799,7 @@

Docs