Skip to content

Commit

Permalink
feat(core): Add antijoin (#48)
Browse files Browse the repository at this point in the history
* feat(core): Add antijoin

* Update CHANGELOG

* enh(docs): Improve introduction notebook

* fix(tests): Semijoin level order changes from 3.12
  • Loading branch information
coroa authored Mar 20, 2024
1 parent 14f9c3d commit 1110c1a
Show file tree
Hide file tree
Showing 8 changed files with 1,365 additions and 710 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

v0.4.1 (2023-03-20)
------------------------------------------------------------
* Add :func:`~core.antijoin` for performing anti-joins :pull:`48`
* Update usage guide for ``antijoin``, but also with more focus on ``extractlevel``

v0.4.0 (2023-12-12)
------------------------------------------------------------
* **BREAKING** :mod:`accessors` is imported implicitly. User code does not need to
Expand Down
Loading

0 comments on commit 1110c1a

Please sign in to comment.