Uriel Sandoval
Uriel Sandoval
I've added some lines to receive a dict also as input.
This PR is to include to_polars function to export data in polars DataFrame format. Basic unittest included also.
HI, As reported in https://github.com/conda-forge/ta-lib-feedstock/pull/45 ta-lib builds are failing against future Numpy 2.0. Any plans to support this? If so we can use this issue to track the implementation.
Add with_scheduler to WorkerPool.start() (default: True) to manage a single pool-level RQScheduler. Spawn workers with with_scheduler=False when enabled. CLI: add --with-scheduler/--without-scheduler to rq worker-pool. Tests added: test_worker_pool_starts_single_scheduler_non_burst; test_worker_pool_scheduler_burst_no_process; test_worker_pool_without_scheduler.