cellpy depends on cellpycore @ git+https://github.com/cellpy/cellpy-core.git@main, and CellpyCell.make_step_table/make_summary already delegate to self.core.make_core_*. The cellpy-core engine has since been migrated to polars (cellpy-core #13, phases 1–4), but the version installed in this repo's env is stale (it predates make_core_step_table, so make_step_table currently raises AttributeError against a fresh core).
Tasks
Refs
cellpy depends on
cellpycore @ git+https://github.com/cellpy/cellpy-core.git@main, andCellpyCell.make_step_table/make_summaryalready delegate toself.core.make_core_*. The cellpy-core engine has since been migrated to polars (cellpy-core #13, phases 1–4), but the version installed in this repo's env is stale (it predatesmake_core_step_table, somake_step_tablecurrently raisesAttributeErroragainst a fresh core).Tasks
uv sync/ force-reinstall cellpy-core frommain(after cellpy-core PR Pin pyodbc to latest version 4.0.16 #20 merges) so the pinned engine includes the polars rewrite.cellpy_dev_313) and fix any integration fallout.data_point1457, and thatmake_summary(find_ir=True, find_end_voltage=True)produces the expected frame.make_step_table(usteps=...),bad_steps,from_data_point, andnom_cappaths still flow through the bridge.Refs