Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 15, 2024
1 parent 48cf416 commit 9a04186
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

<!-- do not remove -->


## 1.7.1

### New Features

- Add `UNSET` singleton
- nullable dataclass overhaul ([#607](https://github.com/fastai/fastcore/issues/607))
- Update `nullable_dc` to use `UNSET` instead of `None`
- Rename `mk_dataclass` to `flexiclass`
- `flexiclass` uses `UNSET` instead of `None`
- Add `asdict`, like the `dataclasses` version but works on more types
- Add `is_typeddict` and `is_namedtuple`
- Flatten nested tuples in `ft`


Expand Down

0 comments on commit 9a04186

Please sign in to comment.