Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 736 Bytes

File metadata and controls

16 lines (13 loc) · 736 Bytes

Changelog

v0.2.1

  • Published pykore 0.2.1 for Python users.
  • pip install pykore now provides the validated Schrödinger-Poisson solver bindings directly.
  • Added a stable package landing page and release path for wheel-based distribution.

v0.2.0-dev

  • Added optional HDF5 checkpoint support for saving and resuming simulation runs.
  • Introduced a shared checkpoint format for reproducible grid/state persistence.
  • Made kore usable in longer-running research workflows that need checkpoint/restart behavior.

v0.1.0-dev

  • Added the initial Rust CPU kernel for Schrödinger-Poisson workloads.
  • Added a stable C ABI for integration outside Rust.
  • Added pykore Python bindings for NumPy-based simulation workflows.