Releases: superduper-io/superduper
Releases · superduper-io/superduper
0.5.1
What's Changed
- Fix/cp ibis create table issue by @jieguangzhou in #2734
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Release all temlates by @blythed in #2612
- Fix/simplify release by @blythed in #2614
- Feature/2211 graceful updates by @blythed in #2580
- Fix duplicate jobs by @blythed in #2617
- Reduce template nesting to top level by @blythed in #2618
- Add information to be able to edit a template-built component/ applic… by @blythed in #2620
- Add diff tree on apply by @blythed in #2621
- [PLUGINS] Bump Version [ibis] by @blythed in #2623
- [PLUGINS] Bump Version [mongodb] by @blythed in #2625
- Fix bug when object has not been rebuilt but changed by @blythed in #2626
- Refactor form and add updated frontend by @blythed in #2630
- Add snowflake native vector search engine by @kartik4949 in #2622
- Fix the issue where the trigger fails in custom components. by @jieguangzhou in #2624
- Feature/2629/vector type switch by @blythed in #2637
- Fix plugins which use embeddings by @blythed in #2639
- Fix bytesencoding for base64 by @blythed in #2645
- [PLUGINS] Bump Version [ibis] by @kartik4949 in #2646
- Refactor datatype with simpler design by @blythed in #2647
- [PLUGINS] Bump Version [mongodb | ibis | openai] by @blythed in #2652
- Fix simple-rag template by @blythed in #2653
- Add schema to simple_rag by @blythed in #2654
- Add select missing ids in mongodb plugin by @kartik4949 in #2648
- Fix vector-search client by @blythed in #2660
- [PLUGINS] Bump Version [mongodb] by @blythed in #2661
- Add streamlit demo to simple-rag template by @blythed in #2665
- Fix recursive non-breaking changes by @blythed in #2664
- Feat/volvo demo by @blythed in #2668
- Update artifacts.py by @blythed in #2670
- Add more flexible default data by @blythed in #2674
- Add more flexible default data by @blythed in #2675
- Add some features to the superduper agent by @jieguangzhou in #2684
- [PLUGINS] Bump Version [sqlalchemy | ibis] by @blythed in #2681
- Fix the bug in the update diff check that replaces uuids by @jieguangzhou in #2686
- Fix oauth in snowflake ibis plugin by @kartik4949 in #2689
- [PLUGINS] Bump Version [sqlalchemy | ibis] by @kartik4949 in #2690
- Add a standalone flag in Streamlit to mark the page as independent. by @jieguangzhou in #2692
- Fix/snowflake issues by @kartik4949 in #2691
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in #2693
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in #2694
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in #2695
- Fallback to view for drop table in bis by @kartik4949 in #2696
- Add wait in db apply on create events by @kartik4949 in #2687
- Fix/crontab drop by @kartik4949 in #2697
- Fix job status update by @jieguangzhou in #2699
- Fix the bug in the update mechanism that fails when the parent refere… by @jieguangzhou in #2701
- Add secrets reload withs safe retry by @kartik4949 in #2702
- PLUGINS] Bump Version [openai] by @kartik4949 in #2703
- Ref secrets loading method by @kartik4949 in #2704
- Fix db wait logic by @kartik4949 in #2706
- Fix the frontend rendering issue by @jieguangzhou in #2705
- Remove components recursively by @blythed in #2707
- Fix edit endpoint by @blythed in #2709
- Ref/sqlalchemy session by @kartik4949 in #2714
- Fixed model cleanup on cluster by @kartik4949 in #2683
- Fix the error when using batch apply with dataset. by @jieguangzhou in #2715
- Fix the bug of mismatched data types in the diff by @jieguangzhou in #2716
- [PLUGINS] Bump Version [sqlalchemy] by @jieguangzhou in #2717
- Fix/bug in sqlalchemy reconnect by @kartik4949 in #2719
- Fix/templates by @blythed in #2720
- Release/plugins by @blythed in #2721
- Bump Version 0.5.0 by @blythed in #2724
Full Changelog: 0.4.4...0.5.0
0.4.5
0.4.4
0.4.3
What's Changed
- Feat/model/reloading by @kartik4949 in #2385
- Migrate plugins by @jieguangzhou in #2378
- Release plugins with test version 0.0.2 by @jieguangzhou in #2389
- Migrate to plugin design by @blythed in #2388
- Change dataclass_params to _dataclass_params by @jieguangzhou in #2394
Superduper
renamingsuperduper
by @fazlulkarimweb in #2387- Added predict_id by @jieguangzhou in #2392
- Bug/postgres pattern by @blythed in #2397
- Fix/vector index/on load by @kartik4949 in #2396
- Pass dependencies in schedule jobs by @kartik4949 in #2379
- Fix/schedule jobs minor by @kartik4949 in #2398
- Fix small dependency bug by @jieguangzhou in #2399
- Fix vector index remove by @kartik4949 in #2400
- Fix the CDC job condition by @jieguangzhou in #2401
- Fix form_template by @jieguangzhou in #2404
- Migrate docs by @blythed in #2411
- Fix the duplicate children in the component. by @jieguangzhou in #2409
- Add serve attribute to model component by @kartik4949 in #2419
- Update superduper job_id after submission by @kartik4949 in #2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in #2427
- Migrate templates and use-cases by @blythed in #2412
- Fix/event UUID by @jieguangzhou in #2429
- Fixed atlas vector search by @jieguangzhou in #2435
- Minor fix in graph with datatype by @kartik4949 in #2433
- feat: Qdrant vector search support by @Anush008 in #2428
- _OpenAI(APIBaseModel) add
default_headers
inclient_kwargs
by @mirkenstein in #2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in #2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in #2449
- Add a placeholder link for web app by @kartik4949 in #2450
- Update vllm plugin by @jieguangzhou in #2448
- Fix minor bug in variables by @kartik4949 in #2452
- Fix/pymongo new version by @jieguangzhou in #2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in #2465
- Fixed some bugs by @jieguangzhou in #2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in #2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in #2466
- fix: clean Qdrant collection name by @Anush008 in #2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in #2470
- Update Slack Links by @fazlulkarimweb in #2473
- Updated CONTRIBUTING.md by @jieguangzhou in #2471
- Add README.md files for the plugins. by @jieguangzhou in #2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in #2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in #2487
- Feat/artifact/remote by @kartik4949 in #2440
- Include templates by @blythed in #2497
- Add basic rest fastapi server by @blythed in #2498
- Frontend by @blythed in #2500
- Refactor/queues jobs mixins by @blythed in #2496
- Add simplified messaging to the readme by @blythed in #2481
- Fixes for _pre_create by @blythed in #2517
- Fix compute init order by @kartik4949 in #2516
- Feature/confirm apply by @blythed in #2521
- Fix sql (postgres) table length by @kartik4949 in #2526
- Fix rag template by @blythed in #2528
- [PLUGINS] Bump Version [openai] by @blythed in #2530
- Fix/template initialization 2 by @blythed in #2532
- Increase permissions on artifacts by @blythed in #2533
- Fix text-search template build by @blythed in #2534
- Found that bytes are not encoded as strings by @blythed in #2536
- Update README.md by @shubhamsharma44 in #2537
- Hello world example by @blythed in #2538
- Fix datatype swap in MongoDB by @blythed in #2540
- Added pdf rag template by @jieguangzhou in #2522
- Restore some training test cases by @jieguangzhou in #2531
- Fix/superduper shell by @blythed in #2542
- Fix/base 64 artifacts by @blythed in #2545
- Make transfer learning work by @kartik4949 in #2541
- Fix/rest/db injection by @blythed in #2550
- Add prefix in superduperapp base by @kartik4949 in #2552
- Fix/local cluster by @blythed in #2555
- Add timeout to table creation by @blythed in #2557
- Decouple db setter and initialize by @kartik4949 in #2556
- Updated llm_finetuning and pdf_rag template by @jieguangzhou in #2560
- Fix transfer-learning export by @blythed in #2563
- Refactor/vector search as plugins by @kartik4949 in #2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in #2559
- Add remote data object and standardize templates by @blythed in #2564
- Handle no templates changed by @blythed in #2567
- Add gif directory by @blythed in #2568
- Feat/add/deploy flag by @kartik4949 in #2569
- Fixed decode function and table.data by @jieguangzhou in #2570
- Complete transition to plugins by @blythed in #2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2573
- [PLUGINS] Bump Version [openai] by @blythed in #2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in #2572
- Fix/async logging by @blythed in #2577
- databases -> tools by @blythed in #2581
- [PLUGINS] Bump Version [all] by @blythed in #2582
- Release 0.4.0 by @blythed in #2585
- Release 0.4.1 by @blythed in #2589
- Bump Version 0.4.2 by @blythed in #2590
- Add super simple concept by @blythed in #2591
- Support db apply blocking by @kartik4949 in #2594
- Simplify template variables setting by @blythed in #2600
New Contributors
- @Anush008 made their first contribution in #2428
- @mirkenstein...
0.4.2
What's Changed
- Feat/model/reloading by @kartik4949 in #2385
- Migrate plugins by @jieguangzhou in #2378
- Release plugins with test version 0.0.2 by @jieguangzhou in #2389
- Migrate to plugin design by @blythed in #2388
- Change dataclass_params to _dataclass_params by @jieguangzhou in #2394
Superduper
renamingsuperduper
by @fazlulkarimweb in #2387- Added predict_id by @jieguangzhou in #2392
- Bug/postgres pattern by @blythed in #2397
- Fix/vector index/on load by @kartik4949 in #2396
- Pass dependencies in schedule jobs by @kartik4949 in #2379
- Fix/schedule jobs minor by @kartik4949 in #2398
- Fix small dependency bug by @jieguangzhou in #2399
- Fix vector index remove by @kartik4949 in #2400
- Fix the CDC job condition by @jieguangzhou in #2401
- Fix form_template by @jieguangzhou in #2404
- Migrate docs by @blythed in #2411
- Fix the duplicate children in the component. by @jieguangzhou in #2409
- Add serve attribute to model component by @kartik4949 in #2419
- Update superduper job_id after submission by @kartik4949 in #2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in #2427
- Migrate templates and use-cases by @blythed in #2412
- Fix/event UUID by @jieguangzhou in #2429
- Fixed atlas vector search by @jieguangzhou in #2435
- Minor fix in graph with datatype by @kartik4949 in #2433
- feat: Qdrant vector search support by @Anush008 in #2428
- _OpenAI(APIBaseModel) add
default_headers
inclient_kwargs
by @mirkenstein in #2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in #2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in #2449
- Add a placeholder link for web app by @kartik4949 in #2450
- Update vllm plugin by @jieguangzhou in #2448
- Fix minor bug in variables by @kartik4949 in #2452
- Fix/pymongo new version by @jieguangzhou in #2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in #2465
- Fixed some bugs by @jieguangzhou in #2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in #2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in #2466
- fix: clean Qdrant collection name by @Anush008 in #2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in #2470
- Update Slack Links by @fazlulkarimweb in #2473
- Updated CONTRIBUTING.md by @jieguangzhou in #2471
- Add README.md files for the plugins. by @jieguangzhou in #2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in #2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in #2487
- Feat/artifact/remote by @kartik4949 in #2440
- Include templates by @blythed in #2497
- Add basic rest fastapi server by @blythed in #2498
- Frontend by @blythed in #2500
- Refactor/queues jobs mixins by @blythed in #2496
- Add simplified messaging to the readme by @blythed in #2481
- Fixes for _pre_create by @blythed in #2517
- Fix compute init order by @kartik4949 in #2516
- Feature/confirm apply by @blythed in #2521
- Fix sql (postgres) table length by @kartik4949 in #2526
- Fix rag template by @blythed in #2528
- [PLUGINS] Bump Version [openai] by @blythed in #2530
- Fix/template initialization 2 by @blythed in #2532
- Increase permissions on artifacts by @blythed in #2533
- Fix text-search template build by @blythed in #2534
- Found that bytes are not encoded as strings by @blythed in #2536
- Update README.md by @shubhamsharma44 in #2537
- Hello world example by @blythed in #2538
- Fix datatype swap in MongoDB by @blythed in #2540
- Added pdf rag template by @jieguangzhou in #2522
- Restore some training test cases by @jieguangzhou in #2531
- Fix/superduper shell by @blythed in #2542
- Fix/base 64 artifacts by @blythed in #2545
- Make transfer learning work by @kartik4949 in #2541
- Fix/rest/db injection by @blythed in #2550
- Add prefix in superduperapp base by @kartik4949 in #2552
- Fix/local cluster by @blythed in #2555
- Add timeout to table creation by @blythed in #2557
- Decouple db setter and initialize by @kartik4949 in #2556
- Updated llm_finetuning and pdf_rag template by @jieguangzhou in #2560
- Fix transfer-learning export by @blythed in #2563
- Refactor/vector search as plugins by @kartik4949 in #2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in #2559
- Add remote data object and standardize templates by @blythed in #2564
- Handle no templates changed by @blythed in #2567
- Add gif directory by @blythed in #2568
- Feat/add/deploy flag by @kartik4949 in #2569
- Fixed decode function and table.data by @jieguangzhou in #2570
- Complete transition to plugins by @blythed in #2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2573
- [PLUGINS] Bump Version [openai] by @blythed in #2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in #2572
- Fix/async logging by @blythed in #2577
- databases -> tools by @blythed in #2581
- [PLUGINS] Bump Version [all] by @blythed in #2582
- Release 0.4.0 by @blythed in #2585
- Release 0.4.1 by @blythed in #2589
New Contributors
- @Anush008 made their first contribution in #2428
- @mirkenstein made their first contribution in #2447
- @shubhamsharma44 made their first contribution in #2537
Full Changelog: 0.2.2...0.4.2
0.4.1
What's Changed
- Feat/model/reloading by @kartik4949 in #2385
- Migrate plugins by @jieguangzhou in #2378
- Release plugins with test version 0.0.2 by @jieguangzhou in #2389
- Migrate to plugin design by @blythed in #2388
- Change dataclass_params to _dataclass_params by @jieguangzhou in #2394
Superduper
renamingsuperduper
by @fazlulkarimweb in #2387- Added predict_id by @jieguangzhou in #2392
- Bug/postgres pattern by @blythed in #2397
- Fix/vector index/on load by @kartik4949 in #2396
- Pass dependencies in schedule jobs by @kartik4949 in #2379
- Fix/schedule jobs minor by @kartik4949 in #2398
- Fix small dependency bug by @jieguangzhou in #2399
- Fix vector index remove by @kartik4949 in #2400
- Fix the CDC job condition by @jieguangzhou in #2401
- Fix form_template by @jieguangzhou in #2404
- Migrate docs by @blythed in #2411
- Fix the duplicate children in the component. by @jieguangzhou in #2409
- Add serve attribute to model component by @kartik4949 in #2419
- Update superduper job_id after submission by @kartik4949 in #2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in #2427
- Migrate templates and use-cases by @blythed in #2412
- Fix/event UUID by @jieguangzhou in #2429
- Fixed atlas vector search by @jieguangzhou in #2435
- Minor fix in graph with datatype by @kartik4949 in #2433
- feat: Qdrant vector search support by @Anush008 in #2428
- _OpenAI(APIBaseModel) add
default_headers
inclient_kwargs
by @mirkenstein in #2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in #2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in #2449
- Add a placeholder link for web app by @kartik4949 in #2450
- Update vllm plugin by @jieguangzhou in #2448
- Fix minor bug in variables by @kartik4949 in #2452
- Fix/pymongo new version by @jieguangzhou in #2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in #2465
- Fixed some bugs by @jieguangzhou in #2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in #2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in #2466
- fix: clean Qdrant collection name by @Anush008 in #2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in #2470
- Update Slack Links by @fazlulkarimweb in #2473
- Updated CONTRIBUTING.md by @jieguangzhou in #2471
- Add README.md files for the plugins. by @jieguangzhou in #2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in #2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in #2487
- Feat/artifact/remote by @kartik4949 in #2440
- Include templates by @blythed in #2497
- Add basic rest fastapi server by @blythed in #2498
- Frontend by @blythed in #2500
- Refactor/queues jobs mixins by @blythed in #2496
- Add simplified messaging to the readme by @blythed in #2481
- Fixes for _pre_create by @blythed in #2517
- Fix compute init order by @kartik4949 in #2516
- Feature/confirm apply by @blythed in #2521
- Fix sql (postgres) table length by @kartik4949 in #2526
- Fix rag template by @blythed in #2528
- [PLUGINS] Bump Version [openai] by @blythed in #2530
- Fix/template initialization 2 by @blythed in #2532
- Increase permissions on artifacts by @blythed in #2533
- Fix text-search template build by @blythed in #2534
- Found that bytes are not encoded as strings by @blythed in #2536
- Update README.md by @shubhamsharma44 in #2537
- Hello world example by @blythed in #2538
- Fix datatype swap in MongoDB by @blythed in #2540
- Added pdf rag template by @jieguangzhou in #2522
- Restore some training test cases by @jieguangzhou in #2531
- Fix/superduper shell by @blythed in #2542
- Fix/base 64 artifacts by @blythed in #2545
- Make transfer learning work by @kartik4949 in #2541
- Fix/rest/db injection by @blythed in #2550
- Add prefix in superduperapp base by @kartik4949 in #2552
- Fix/local cluster by @blythed in #2555
- Add timeout to table creation by @blythed in #2557
- Decouple db setter and initialize by @kartik4949 in #2556
- Updated llm_finetuning and pdf_rag template by @jieguangzhou in #2560
- Fix transfer-learning export by @blythed in #2563
- Refactor/vector search as plugins by @kartik4949 in #2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in #2559
- Add remote data object and standardize templates by @blythed in #2564
- Handle no templates changed by @blythed in #2567
- Add gif directory by @blythed in #2568
- Feat/add/deploy flag by @kartik4949 in #2569
- Fixed decode function and table.data by @jieguangzhou in #2570
- Complete transition to plugins by @blythed in #2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2573
- [PLUGINS] Bump Version [openai] by @blythed in #2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in #2572
- Fix/async logging by @blythed in #2577
- databases -> tools by @blythed in #2581
- [PLUGINS] Bump Version [all] by @blythed in #2582
- Release 0.4.0 by @blythed in #2585
New Contributors
- @Anush008 made their first contribution in #2428
- @mirkenstein made their first contribution in #2447
- @shubhamsharma44 made their first contribution in #2537
Full Changelog: 0.2.2...0.4.1
0.4.0
What's Changed
- Feat/model/reloading by @kartik4949 in #2385
- Migrate plugins by @jieguangzhou in #2378
- Release plugins with test version 0.0.2 by @jieguangzhou in #2389
- Migrate to plugin design by @blythed in #2388
- Change dataclass_params to _dataclass_params by @jieguangzhou in #2394
Superduper
renamingsuperduper
by @fazlulkarimweb in #2387- Added predict_id by @jieguangzhou in #2392
- Bug/postgres pattern by @blythed in #2397
- Fix/vector index/on load by @kartik4949 in #2396
- Pass dependencies in schedule jobs by @kartik4949 in #2379
- Fix/schedule jobs minor by @kartik4949 in #2398
- Fix small dependency bug by @jieguangzhou in #2399
- Fix vector index remove by @kartik4949 in #2400
- Fix the CDC job condition by @jieguangzhou in #2401
- Fix form_template by @jieguangzhou in #2404
- Migrate docs by @blythed in #2411
- Fix the duplicate children in the component. by @jieguangzhou in #2409
- Add serve attribute to model component by @kartik4949 in #2419
- Update superduper job_id after submission by @kartik4949 in #2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in #2427
- Migrate templates and use-cases by @blythed in #2412
- Fix/event UUID by @jieguangzhou in #2429
- Fixed atlas vector search by @jieguangzhou in #2435
- Minor fix in graph with datatype by @kartik4949 in #2433
- feat: Qdrant vector search support by @Anush008 in #2428
- _OpenAI(APIBaseModel) add
default_headers
inclient_kwargs
by @mirkenstein in #2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in #2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in #2449
- Add a placeholder link for web app by @kartik4949 in #2450
- Update vllm plugin by @jieguangzhou in #2448
- Fix minor bug in variables by @kartik4949 in #2452
- Fix/pymongo new version by @jieguangzhou in #2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in #2465
- Fixed some bugs by @jieguangzhou in #2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in #2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in #2466
- fix: clean Qdrant collection name by @Anush008 in #2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in #2470
- Update Slack Links by @fazlulkarimweb in #2473
- Updated CONTRIBUTING.md by @jieguangzhou in #2471
- Add README.md files for the plugins. by @jieguangzhou in #2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in #2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in #2487
- Feat/artifact/remote by @kartik4949 in #2440
- Include templates by @blythed in #2497
- Add basic rest fastapi server by @blythed in #2498
- Frontend by @blythed in #2500
- Refactor/queues jobs mixins by @blythed in #2496
- Add simplified messaging to the readme by @blythed in #2481
- Fixes for _pre_create by @blythed in #2517
- Fix compute init order by @kartik4949 in #2516
- Feature/confirm apply by @blythed in #2521
- Fix sql (postgres) table length by @kartik4949 in #2526
- Fix rag template by @blythed in #2528
- [PLUGINS] Bump Version [openai] by @blythed in #2530
- Fix/template initialization 2 by @blythed in #2532
- Increase permissions on artifacts by @blythed in #2533
- Fix text-search template build by @blythed in #2534
- Found that bytes are not encoded as strings by @blythed in #2536
- Update README.md by @shubhamsharma44 in #2537
- Hello world example by @blythed in #2538
- Fix datatype swap in MongoDB by @blythed in #2540
- Added pdf rag template by @jieguangzhou in #2522
- Restore some training test cases by @jieguangzhou in #2531
- Fix/superduper shell by @blythed in #2542
- Fix/base 64 artifacts by @blythed in #2545
- Make transfer learning work by @kartik4949 in #2541
- Fix/rest/db injection by @blythed in #2550
- Add prefix in superduperapp base by @kartik4949 in #2552
- Fix/local cluster by @blythed in #2555
- Add timeout to table creation by @blythed in #2557
- Decouple db setter and initialize by @kartik4949 in #2556
- Updated llm_finetuning and pdf_rag template by @jieguangzhou in #2560
- Fix transfer-learning export by @blythed in #2563
- Refactor/vector search as plugins by @kartik4949 in #2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in #2559
- Add remote data object and standardize templates by @blythed in #2564
- Handle no templates changed by @blythed in #2567
- Add gif directory by @blythed in #2568
- Feat/add/deploy flag by @kartik4949 in #2569
- Fixed decode function and table.data by @jieguangzhou in #2570
- Complete transition to plugins by @blythed in #2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2573
- [PLUGINS] Bump Version [openai] by @blythed in #2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in #2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in #2572
- Fix/async logging by @blythed in #2577
- databases -> tools by @blythed in #2581
- [PLUGINS] Bump Version [all] by @blythed in #2582
New Contributors
- @Anush008 made their first contribution in #2428
- @mirkenstein made their first contribution in #2447
- @shubhamsharma44 made their first contribution in #2537
Full Changelog: 0.2.2...0.4.0
0.2.2
What's Changed
- remove unUse import by @EdwardLi-coder in #2295
- Modify the field name output to _outputs.predict_id by @jieguangzhou in #2317
- Add broker config in cluster by @kartik4949 in #2314
- Fix/vector index and queue caching by @blythed in #2324
- Update images to an absolute path and fix link of the docs on readme by @guerra2fernando in #2325
- Drop no common options by @EdwardLi-coder in #2322
- fix make install_devkit and remove replace.sh by @fnikolai in #2328
- Feat/new output table by @jieguangzhou in #2319
- Add helper method in event by @kartik4949 in #2332
- Ref/queue/declare component by @kartik4949 in #2335
- Make 'create a table' compulsory by @jieguangzhou in #2339
- Fix/remove server mode by @blythed in #2341
- Feat/remove inline datatypes by @jieguangzhou in #2340
- add component.Info() support lists by @EdwardLi-coder in #2338
- Support eager mode by @jieguangzhou in #2331
- Ref/listener/downstream by @kartik4949 in #2337
- use different colors to distinguish logs by @EdwardLi-coder in #2333
- Fix/minor bugs by @kartik4949 in #2348
- Change all the outputs. to outputs by @jieguangzhou in #2354
- Fix/component/verbosity by @kartik4949 in #2355
- Disable cdc on output table by @kartik4949 in #2357
- Make tests configurable against backend by @jieguangzhou in #2351
- Support: Fixd UUID and prefix outputs string by @jieguangzhou in #2358
- Fix default encoding and add cleanup tools for ibis by @blythed in #2359
- Updated docs metadata and removed link by @fazlulkarimweb in #2360
- Rebranding update readme by @fnikolai in #2365
- Update README.md by @thgnw in #2366
- Docs update links and texts by @fazlulkarimweb in #2361
- Update README.md by @thgnw in #2367
- Add _execute_select and filter in the Query class. by @jieguangzhou in #2363
- Optimize the logic of ready_ids in trigger_ids. by @jieguangzhou in #2371
- Updated Link & Metadata by @fazlulkarimweb in #2372
- Fix/links/docs by @kartik4949 in #2375
- Update color pallets by @fazlulkarimweb in #2376
- Testing utils for plugins by @jieguangzhou in #2374
- Add robots txt and edit url in docusauraus by @fazlulkarimweb in #2381
Full Changelog: 0.3.0...0.2.2
0.3.0
What's Changed
- Add data-init component by @jieguangzhou in #2271
- Add plugin component by @jieguangzhou in #2226
- Feat/ray jobs by @jieguangzhou in #2274
- Refactor/rename superduper by @blythed in #2276
- Add fixed links and images by @blythed in #2286
- update dockerhub names by @fnikolai in #2287
- Fix/queue/keylist by @kartik4949 in #2279
- fix image after rebranding by @fnikolai in #2291
- Fixed some bugs by @jieguangzhou in #2293
Full Changelog: 0.2.1...0.3.0