Skip to content

Releases: kafonek/kernel-sidecar-rs

v0.1.0

14 Jan 01:03
a8c5bda
Compare
Choose a tag to compare

First release, not sure if this generated change log is particularly useful. Expect the API to be highly volatile as we integrate code to prototype custom GPT and nteract-next applications along with refactoring to find cleaner syntax.

What's Changed

  • switch EMPTY_DICT_BYTES to lazy_static, closes #2 by @kafonek in #6
  • Optional parent header in Response (closes #1) by @kafonek in #7
  • Create heartbeat function by @kafonek in #8
  • IPython utility and use in tests by @kafonek in #9
  • Slight tweaks to ipykernel util and tests by @kafonek in #10
  • Add badge to README by @kafonek in #11
  • Refactor connection file, abstract JupyterKernel to start evcxr or ipython by @kafonek in #12
  • consolidate tests and parameterize via feature flags by @kafonek in #13
  • Refactor kernel utils a bit, add R support by @kafonek in #14
  • Add Deno by @kafonek in #17
  • Trying to make CI better by @kafonek in #19
  • Re-arrange message modeling, add Stream by @kafonek in #20
  • display data modeling by @kafonek in #21
  • add execute_result message by @kafonek in #22
  • Add error model by @kafonek in #23
  • Add execute input model by @kafonek in #24
  • add first-pass Notebook model by @kafonek in #25
  • refactor handlers to directory structure by @kafonek in #27
  • initial hacking towards an OutputHandler by @kafonek in #28
  • Model clear_output message by @kafonek in #29
  • Add clear output to OutputHandler by @kafonek in #30
  • First pass NotebookBuilder by @kafonek in #31
  • quality of life tweaks after trying to use kernel sidecar in a plugin by @kafonek in #33
  • Refactor Handlers by @kafonek in #34
  • rename package from kernel-sidecar-rs to kernel-sidecar by @kafonek in #35
  • rename ci to tests, add publishing to CI by @kafonek in #36
  • add required Cargo.toml files to publish to crates.io by @kafonek in #37

New Contributors

Full Changelog: https://github.com/kafonek/kernel-sidecar-rs/commits/v0.1.0