Skip to content

Tags: Prixhaa/NVTabular

Tags

v23.08.00

Toggle v23.08.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Pytest Markers Configuration (NVIDIA-Merlin#1849)

* Add pytest.ini with markers specified

* Update conftest with automatic markers based on test path

---------

Co-authored-by: Karl Higley <kmhigley@gmail.com>

v23.06.00

Toggle v23.06.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update merlin dependency versions to match 23.06 release (NVIDIA-Merl…

…in#1847)

v23.07.dev0

Toggle v23.07.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
working subgraphs in workflow (NVIDIA-Merlin#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

v23.05.00

Toggle v23.05.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix API docs (NVIDIA-Merlin#1821)

v23.04.00

Toggle v23.04.00's commit message
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

v23.05.dev0

Toggle v23.05.dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add concurrency setting to stop tests when new commits get pushed to …

…PRs (NVIDIA-Merlin#1801)

v23.02.00

Toggle v23.02.00's commit message
Replace `nvtabular` inference back-end with `python` (NVIDIA-Merlin#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.

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
oliverholworthy Oliver Holworthy
Remove check_dist.sh

v1.8.0

Toggle v1.8.0's commit message
Update package requires_dist to remove extras that are not required (N…

…VIDIA-Merlin#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

v1.7.0

Toggle v1.7.0's commit message
fix tox to use correct branch in release tags (NVIDIA-Merlin#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