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
Add Pytest Markers Configuration (#1849)
* Add pytest.ini with markers specified
* Update conftest with automatic markers based on test path
---------
Co-authored-by: Karl Higley <kmhigley@gmail.com>
working subgraphs in workflow (#1842)
* working subgraphs in workflow
* add in subgraph transform to compare
* change to subworkflows in workflow instead of subgraph4
* remove reset_index calls in asserts of test
Update requirements for Merlin packages to minimum version of 23.04
Update requirements for Merlin Core package to minimum version of 23.04. This contains features required for the upcoming release.
Depends on merlin-core 23.4.0 package publish
Replace `nvtabular` inference back-end with `python` (#1771)
The NVTabular custom back-end is no longer maintained and shouldn't be used. The Triton Python back-end is now sufficient for what we need, so we can switch over to that.
Update package requires_dist to remove extras that are not required (#……1727)
* Remove test/dev/docs from extras requires
* Update requirements/gpu.txt to use pip package names
* Add extra index url for rapids packages to tox.ini
fix tox to use correct branch in release tags (#1710)
* fix tox to use correct branch in release tags
* use git branch show-current to get current branch
* adding quotes to check string format
* change method of collecting branch name
* separating expressions
* adding newline expressions