Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 15, 2024
1 parent 0951105 commit 48cf416
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- do not remove -->

## 1.7.1

### New Features

- nullable dataclass overhaul ([#607](https://github.com/fastai/fastcore/issues/607))
- Flatten nested tuples in `ft`


## 1.7.0

### Breaking Changes
Expand Down
21 changes: 21 additions & 0 deletions nbs/11_xml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,27 @@
"a"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "500f358a",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"body((div(('hi',),{'a': 1, 'b': True, 'class': None}), p(('hi',),{'class': 'a 1', 'style': 'a:1; b:2'}), p(('a',),{}), p(('b',),{})),{})"
]
},
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"a + (P('a'),P('b'))"
]
},
{
"cell_type": "markdown",
"id": "732e44ab",
Expand Down

0 comments on commit 48cf416

Please sign in to comment.