Releases: rudderlabs/rudderstack-profiles-classifier
Releases · rudderlabs/rudderstack-profiles-classifier
0.6.2
What's Changed
- chore: bump version to v0.6.0 by @devops-github-rudderstack in #513
- Feature/prml 1011 pynative model feedback by @joker2411 in #510
- fix: assumption that py process runs in project dir by @shubhammehra4 in #514
- feat: support all warehouses for tutorial by @shubhammehra4 in #515
- chore: refactor tutorial model logic by @shubhammehra4 in #516
- fix: upload data and migrate on load by @shubhammehra4 in #518
- Minor bug fixes identified during local run by @dpatchigolla in #519
- moving tracking constants to github vars by @joker2411 in #517
- fix: audit ids client not found exception by @shubhammehra4 in #521
- adding dynamic cluster visualization scheme by @joker2411 in #520
- fix: get table names for rs & bq by @shubhammehra4 in #522
- changes after 0.19 release by @joker2411 in #523
- chore: pb tutorial feedback(refactor) by @shubhammehra4 in #524
- chore: revert registering tutorial model by @shubhammehra4 in #527
- script-2 missing connector feature_table_name by @joker2411 in #529
- fix: vars in release yaml by @shubhammehra4 in #532
- revert: tracking changes in release GHA by @shubhammehra4 in #533
- Revert "moving tracking constants to github vars" by @joker2411 in #535
- chore: log the subprocess output by @shubhammehra4 in #537
- Limited snowpark max version to below 1.26.0 by @dpatchigolla in #539
Full Changelog: v0.6.0...0.6.2
v0.6.1
What's Changed
- chore: bump version to v0.6.0 by @devops-github-rudderstack in #513
- Feature/prml 1011 pynative model feedback by @joker2411 in #510
- fix: assumption that py process runs in project dir by @shubhammehra4 in #514
- feat: support all warehouses for tutorial by @shubhammehra4 in #515
- chore: refactor tutorial model logic by @shubhammehra4 in #516
- fix: upload data and migrate on load by @shubhammehra4 in #518
- Minor bug fixes identified during local run by @dpatchigolla in #519
- moving tracking constants to github vars by @joker2411 in #517
- fix: audit ids client not found exception by @shubhammehra4 in #521
- adding dynamic cluster visualization scheme by @joker2411 in #520
- fix: get table names for rs & bq by @shubhammehra4 in #522
- changes after 0.19 release by @joker2411 in #523
- chore: pb tutorial feedback(refactor) by @shubhammehra4 in #524
- chore: revert registering tutorial model by @shubhammehra4 in #527
- script-2 missing connector feature_table_name by @joker2411 in #529
- fix: vars in release yaml by @shubhammehra4 in #532
- revert: tracking changes in release GHA by @shubhammehra4 in #533
- Revert "moving tracking constants to github vars" by @joker2411 in #535
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- chore: bump version to v0.5.9 by @devops-github-rudderstack in #500
- fix: fetching past predictions table not working in propensity model by @shekhar-rudder in #499
- extending id-stitcher analyzer to other WH by @joker2411 in #498
- Fixed an error where if we check for a cluster analysis on an id that… by @dpatchigolla in #502
- Bug/get materialisations validation error by @dpatchigolla in #503
- Added consent management for llm usage by @dpatchigolla in #504
- Using pycaret datetime features by @joker2411 in #459
- feat: add pb tutorial model by @shubhammehra4 in #501
- changing test path by @joker2411 in #506
- supporting static report for id stitcher by @joker2411 in #505
- fix: default id stitchers not showing up in audit model by @shekhar-rudder in #509
- Added tracking with start and end events by @dpatchigolla in #507
- Prep for 0.6.0 release by @dpatchigolla in #511
New Contributors
- @shubhammehra4 made their first contribution in #501
Full Changelog: v0.5.9...v0.6.0
v0.5.9
What's Changed
- chore: bump version to v0.5.8 by @devops-github-rudderstack in #491
- adding query for highest count of other ids by @joker2411 in #488
- fix: unable to install mlcorelib for python < 3.10 by @shekhar-rudder in #492
- adding visualizer by @joker2411 in #496
- chore: remove python model integration tests by @shekhar-rudder in #494
- feat: prompt user for access token if not present by @shekhar-rudder in #489
- test: snowflake propensity integration test in python 3.9 by @shekhar-rudder in #495
- fix: attribution model error when entity main id columns are present as model ids by @shekhar-rudder in #497
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- chore: bump version to v0.5.7 by @devops-github-rudderstack in #487
- added cleanup code by @chetana1410 in #478
- chore: add cohort label column in sample project by @shekhar-rudder in #463
- feat: allow installing mlcorelib for python 3.12 by @shekhar-rudder in #490
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- chore: bump version to v0.5.6 by @devops-github-rudderstack in #482
- fix: error in installing required packages in Snowpark with python version 3.11 by @shekhar-rudder in #485
- Disabled logging for pycaret setup and added n_jobs = 1 so it is hono… by @dpatchigolla in #484
- fix: additional fields in prediction output columns is not throwing error by @shekhar-rudder in #483
- using dataclass for inputs by @joker2411 in #472
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- chore: bump version to v0.5.5 by @devops-github-rudderstack in #476
- Feature/prml 972 optimise get material names function by @dpatchigolla in #475
- Moving profiles specific code from trainer by @joker2411 in #464
- fix: propensity models in package project not working by @shekhar-rudder in #477
- feat: add llm report in audit id stitcher model by @shekhar-rudder in #473
- fix: audit model sql query failing because of incorrect table name by @joker2411 in #479
- fix: "no output found" error at end of id stitcher audit model run by @shekhar-rudder in #480
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- chore: bump version to v0.5.4 by @devops-github-rudderstack in #467
- feat: add id stitcher debugger model type by @shekhar-rudder in #468
- chore: update file filters for propensity model tests by @shekhar-rudder in #470
- feat: add table report in id stitcher debugger by @shekhar-rudder in #469
- feat: add cluster report in id stitcher debugger by @shekhar-rudder in #471
- Added support for encrypted key-pair authentication on snowflake by @dpatchigolla in #474
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- chore: bump version to v0.5.3 by @devops-github-rudderstack in #451
- test: add unit tests for attribution model by @shekhar-rudder in #454
- validating conversion timestamp col type by @joker2411 in #453
- fetching end_ts from wht_ctx by @joker2411 in #452
- chore: skip running python model tests if propensity model hasn't changed by @shekhar-rudder in #455
- chore: run propensity pynative tests only when model is updated by @shekhar-rudder in #456
- test: add integration test for attribution project by @shekhar-rudder in #458
- chore: fix path filter for attribution project by @shekhar-rudder in #462
- attribution project on wyze_demo by @joker2411 in #460
- fix: training model fails if label column is not part of inputs by @shekhar-rudder in #461
- remove dependency on user_var_table for sql_models by @joker2411 in #449
- fix: prediction model is causing error in feature view by @shekhar-rudder in #466
- fixed an issue where registry filter on model hash is not working fin… by @dpatchigolla in #465
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- chore: bump version to v0.5.2 by @devops-github-rudderstack in #448
- Revert "selecting non-null, non-empty converted_date" by @dpatchigolla in #450
Full Changelog: v0.5.2...v0.5.3