Skip to content

Releases: noteable-io/origami

0.0.6

05 Oct 19:04
e25041d
Compare
Choose a tag to compare

[0.0.6] - 2022-10-05

Added

  • Add __enter__ and __exit__ methods to NoteableClient to allow it to be used as a synchronous context manager
  • Read bulk_cell_state_update_event messages for cell state instead of cell_state_update_event
  • Add rename to AccessLevelActions enum

Release 0.0.5

13 Sep 20:12
5c1d602
Compare
Choose a tag to compare

[0.0.5] - 2022-09-13

Added

  • Added kernel output types for papermill-origami

0.0.4

09 Sep 18:54
2b7cc34
Compare
Choose a tag to compare

What's Changed

  • Load token and domain from env by @tizz98 in #34
  • Change env var by @tizz98 in #36
  • [ENG-4536] Add create_parameterized_notebook method to NoteableClient and other misc changes/fixes by @rohitsanj in #35
  • Add API for creating customer job instance by @tizz98 in #38

Full Changelog: 0.0.3...0.0.4

0.0.3

07 Sep 18:36
9c8a74b
Compare
Choose a tag to compare

Fixed

  • Fix SessionRequestDetails.generate_file_request handling of file paths with folders

Added

  • Add ability to delete/add cells with NoteableClient

Initial release (again)

02 Aug 18:02
7ef80be
Compare
Choose a tag to compare

Fix pyproject.toml to actually do the release to PyPI

Initial release

02 Aug 17:45
462c256
Compare
Choose a tag to compare

Project setup