Skip to content

Commit

Permalink
Merge pull request #277 from markfairbanks/reexport-null
Browse files Browse the repository at this point in the history
Reexport `pl.Null`
  • Loading branch information
markfairbanks authored Oct 26, 2024
2 parents a1aabdf + 86b742e commit 60d0af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.3.2 (in development)

#### Functionality improvements

* `pl.Null` is rexported as `tp.Null`

## v0.3.1

#### Functionality improvements
Expand Down
3 changes: 2 additions & 1 deletion tidypolars/reexports.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
List = pl.List
Date = pl.Date
Datetime = pl.Datetime
Object = pl.Object
Object = pl.Object
Null = pl.Null

0 comments on commit 60d0af0

Please sign in to comment.