You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved the enums that were defined in index to a more relevant place. Ex OperatorEnum is now in monggregate.operators.py
Breaking Changes
Operators now return python objects rather than expressions/statements.
NOTE: The wording might change for clarification purposes.
statement might be renamed expression and resolve might renamed express
To do so, some arguments might need to be renamed in the operators
Expressions subpackage has been exploded and some parts have been deleted
Documentation
Updated readme to reflect changes in the packge. Readme now focuses on the recommended way to use the package and clarifies how to use MongoDB operators.