Skip to content

Commit

Permalink
Update change log for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jul 27, 2023
1 parent 0dfddfc commit 068bfa6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,20 @@ Collect fragments into this file with: scriv collect --version X.Y.Z

<!-- scriv-insert-here -->

<a id='changelog-0.9.0'></a>

## 0.9.0 (2023-07-27)

### Backwards-incompatible changes

- New treatment for templating in notebooks. Times Square no longer treats all cells as Jinja templates. Instead, the first cell is considered to be under the control of Times Square for setting variables. When a parameters are rendered into a notebook, the first code cell is replaced with new source that sets the parameter variables to their values. This means that notebook authors can now use that first cell to set and experiment with parameter values for interactive debugging, knowing that Times Square will replace that cell with new values when the notebook is rendered.

### Bug fixes

- Parameter names are now validated against Python keyword names using `keyword.iskeyword()`. This prevents parameter names from shadowing Python keywords.

<a id='changelog-0.8.0'></a>

## 0.8.0 (2023-07-27)

### New features
Expand Down
17 changes: 0 additions & 17 deletions changelog.d/20230727_162527_jsick_DM_40188.md

This file was deleted.

0 comments on commit 068bfa6

Please sign in to comment.