Releases: comet-ml/opik
Releases · comet-ml/opik
0.1.19
- Update base version to 0.1.19 4e07794 @CometActions
- [OPIK-193] Fixtures to setup traces, spans, datasets, experiments via SDK for end to end automated tests (#334) 6cff165 @AndreiCautisanu
- [OPIK-155] [FE] Add E2E test coverage for traces filters (#338) ddff94c @andriidudar
- Add rate limits (#341) ea6cf3e @jverre
- [OPIK-159] Experiment delete endpoint (#336) 471cc47 @thiagohora
- [OPIK-155] [FE] Add E2E test coverage for traces/spans table visibility (#344) 07cf889 @andriidudar
- [OPIK-158] Allow users to delete experiments (#345) f3b0c74 @andriidudar
- [OPIK-38] Deduplicate items before inserting them in a dataset (#340) e702307 @jverre
- [OPIK-121] Allow multiline in dataset description (#339) dc1556c @thiagohora
- [OPIK-159] Address missing comments (#343) 61436c2 @thiagohora
- [OPIK-207] [UX Improvements] Add docs link to Traces empty state (#346) 3714e62 @andriidudar
- gidim/ add 'get_or_create_dataset()' method (#324) 5dfe3d0 @gidim
- [OPIK-208] [UX Improvements] Make score reasons easier to compare (#347) bcb8d06 @andriidudar
- OPIK-95 remove main access_log (#337) 622ba8d @obezpalko
- [OPIK-207] [UX Improvements] Fix docs link in cloud (#350) 058faf9 @andriidudar
What's Changed
- [OPIK-193] Fixtures to setup traces, spans, datasets, experiments via SDK for end to end automated tests by @AndreiCautisanu in #334
- [OPIK-155] [FE] Add E2E test coverage for traces filters by @andriidudar in #338
- Add rate limits documentation by @jverre in #341
- [OPIK-159] Experiment delete endpoint by @thiagohora in #336
- [OPIK-155] [FE] Add E2E test coverage for traces/spans table visibility by @andriidudar in #344
- [OPIK-158] Allow users to delete experiments by @andriidudar in #345
- [OPIK-38] Deduplicate items before inserting them in a dataset by @jverre in #340
- [OPIK-121] Allow multiline in dataset description by @thiagohora in #339
- [OPIK-159] Address missing comments by @thiagohora in #343
- [OPIK-207] [UX Improvements] Add docs link to Traces empty state by @andriidudar in #346
- gidim/ add 'get_or_create_dataset()' method by @gidim in #324
- [OPIK-208] [UX Improvements] Make score reasons easier to compare by @andriidudar in #347
- [OPIK-95] remove log duplication by @obezpalko in #337
- [OPIK-207] [UX Improvements] Fix docs link in cloud by @andriidudar in #350
Full Changelog: 0.1.18...0.1.19
0.1.18
- OPIK-134-evaluate-experiment_name (#318) 74357d2 @japdubengsub
- Update base version to 0.1.18 4b84564 @CometActions
- [OPIK-183] [FE] Adding/deleting tags from trace panel on compare experiment page doesn't work (#329) 099cc6f @andriidudar
- [OPIK-168] [UX improvement] Remove name requirement in delete box (#330) 76ae162 @andriidudar
- OPIK-58 Add trace usage (#332) faabc51 @andrescrz
- Remove un-necessary dependency from the Python SDK (#331) ff64b84 @Lothiraldan
- [OPIK-155] [FE] Add E2E test coverage for traces side panel (#333) 0312b7e @andriidudar
- [OPIK-144] Fix condition when limit expires and application tries to retrieve to check available permits (#335) cf0a072 @thiagohora
What's Changed
- OPIK-134-evaluate-experiment_name by @japdubengsub in #318
- [OPIK-183] [FE] Adding/deleting tags from trace panel on compare experiment page doesn't work by @andriidudar in #329
- [OPIK-168] [UX improvement] Remove name requirement in delete box by @andriidudar in #330
- OPIK-58 Add trace usage by @andrescrz in #332
- Remove un-necessary dependency from the Python SDK by @Lothiraldan in #331
- [OPIK-155] [FE] Add E2E test coverage for traces side panel by @andriidudar in #333
- [OPIK-144] Fix condition when limit expires and application tries to retrieve to check available permits by @thiagohora in #335
Full Changelog: 0.1.17...0.1.18
0.1.17
- Update base version to 0.1.17 9743f53 @CometActions
- Update feature_request.yaml (#315) 4fab35c @alexkuzmik
- [OPIK-82] Dot character not allowed on feedback definition values (#314) 70e4541 @andriidudar
- [OPIK-84] Add missing details to contributing md (#317) df6c0c2 @thiagohora
- Add utm_campaign fields to urls (#281) 55d4cb7 @sherpan
- [OPIK-155] [FE] Add E2E test coverage for common success flows (#321) a916a92 @andriidudar
- Jacques/documentation updates (#322) fa92c44 @jverre
- Fix broken integrations table in README (#325) 4459aab @Lothiraldan
- [OPIK-130] Add anonymous usage information (#316) 0cc1242 @thiagohora
- build opik server while runing it for tests (#310) 5f99fae @liyaka
- [OPIK-99] Implement batching for spans creation (#298) 939accf @alexkuzmik
-
- docs: update langchain.md (#320) 938ed44 @eltociear
- [OPIK-111] - opik configure fixes (api key checking, interactive environment handling etc) (#313) 8cf319f @japdubengsub
- [OPIK-155] [FE] Add E2E test coverage for projects page (#326) 7ca9fbb @andriidudar
- [OPIK-130] Disable usage bi event in ci (#327) 2b942b7 @thiagohora
What's Changed
- [NA] Update feature_request.yaml by @alexkuzmik in #315
- [OPIK-82] Dot character not allowed on feedback definition values by @andriidudar in #314
- [OPIK-84] Add missing details to contributing md by @thiagohora in #317
- Add utm_campaign fields to urls by @sherpan in #281
- [OPIK-155] [FE] Add E2E test coverage for common success flows by @andriidudar in #321
- Jacques/documentation updates by @jverre in #322
- Fix broken integrations table in README by @Lothiraldan in #325
- [OPIK-130] Add anonymous usage information by @thiagohora in #316
- build opik server while runing it for tests by @liyaka in #310
- [OPIK-99] Implement batching for spans creation by @alexkuzmik in #298
- docs: update langchain.md by @eltociear in #320
- [OPIK-111] - opik configure fixes (api key checking, interactive environment handling etc) by @japdubengsub in #313
- [OPIK-155] [FE] Add E2E test coverage for projects page by @andriidudar in #326
- [OPIK-130] Disable usage bi event in ci by @thiagohora in #327
New Contributors
- @eltociear made their first contribution in #320
Full Changelog: 0.1.16...0.1.17
0.1.16
- Update base version to 0.1.16 4fb6d3c @CometActions
- Bump serve-static and express in /apps/opik-documentation/documentation (#304) 4cddcbd @dependabot-bot
- [OPIK-135] Add support to RDS auth for MySQL (#306) 04a50de @thiagohora
- add opik.config unit tests (#270) 28399a4 @japdubengsub
- [OPIK-101] sdk improve errors logs in evaluate method (#307) 347fd21 @alexkuzmik
- OPIK-128 [UX Improvements] Style input, select and textarea states (#308) d0fd6e8 @andriidudar
- [OPIK-140] [UX Improvements] Sidebar not opening when clicking on row with code block (#311) f8721cc @andriidudar
What's Changed
- Bump serve-static and express in /apps/opik-documentation/documentation by @dependabot in #304
- [OPIK-135] Add support to RDS auth for MySQL by @thiagohora in #306
- add opik.config unit tests by @japdubengsub in #270
- [OPIK-101] sdk improve errors logs in evaluate method by @alexkuzmik in #307
- OPIK-128 [UX Improvements] Style input, select and textarea states by @andriidudar in #308
- [OPIK-140] [UX Improvements] Sidebar not opening when clicking on row with code block by @andriidudar in #311
Full Changelog: 0.1.15...0.1.16
0.1.15
- Update base version to 0.1.15 848b982 @CometActions
- CM-11314 Endpoint for traces count usage (#223) 4553b5c @BorisTkachenko
- Predibase documentation (#266) 929a199 @jverre
- Add missing utms (#268) b4c89f1 @sherpan
- OPIK-72 Make experiment name optional (#267) 62c00c0 @andrescrz
- [OPIK-24] [UX improvements] Delete button in Actions menu when selecting multiple traces (#274) b99f7d1 @andriidudar
- Add Ragas integration docs (#275) 6f449a4 @jverre
- [OPIK-92] [UX Improvements] Add filters to Experiment page (#276) 70c1e67 @andriidudar
- NO-JIRA Expose backend port for local development (#277) d283899 @andrescrz
- Fix broken openai doc link in README.md (#278) d8cbb22 @Lothiraldan
- Fix integration code samples (#279) 04222a6 @Lothiraldan
- [OPIK-94] add frontend auto reloader (#271) ed0aa79 @obezpalko
- add sdk e2e tests workflow (#249) 01d0852 @liyaka
- Ollama integration docs (#282) 9183f94 @jverre
- [OPIK-117] [Open-source] Use new Opik logo for open-source platform (#284) e4ec1a8 @andriidudar
- Ollama integration docs (#285) 817419d @jverre
- [OPIK-67] add installer test (#273) 1cb7756 @AndreiCautisanu
- [OPIK-126] [UX Improvements] Add label for experiments that use a deleted dataset (#286) fb0e32e @andriidudar
- Documentation updates (#283) 9343eb4 @Lothiraldan
- [OPIK-127] [UX Improvements] Show two category input rows by default on categorical feedback score definition form (#287) 24b706a @andriidudar
- [OPIK-129] [UX Improvements] Show filter item by default when clicking on Filters (#288) cb3a5b2 @andriidudar
- [OPIK-124] [UX Improvements] Changes to Add to compare modal (#290) ebfe57f @andriidudar
- Removed mentions of (#293) 4c973a4 @jverre
- add availability check (#291) 23c3307 @liyaka
- removing exporting internal services ports by default (#269) cacd942 @thalesac
- [OPIK-125] [UX Improvements] Inform user when trying to compare experiments that use different datasets (#295) b4b3354 @andriidudar
- [OPIK-68] Add rate limit (#261) 081f0bf @thiagohora
- [OPIK-113] [UX improvement] Add code diffing to experiment configuration page (#296) 6ffe7dc @andriidudar
- OPIK-76 Add stream experiment items endpoint (#294) 90f5f49 @andrescrz
- Fix config file (#297) 539b11d @thiagohora
- Gidim/ load dataset from file (#289) 9cffebb @gidim
- Fix import order (#300) cd3803a @jverre
- replaced all CometTracer instances with OpikTracer (#301) 8c1034d @sherpan
- Fix bug. Add test for the case when config not set (#299) e739dcf @alexkuzmik
- OPIK-123 [UX Improvements] Align number columns to the right (#305) ae1ef95 @andriidudar
What's Changed
- [CM-11314] Opik endpoint for traces count by @BorisTkachenko in #223
- Predibase documentation by @jverre in #266
- Add missing utms by @sherpan in #268
- OPIK-72 Make experiment name optional by @andrescrz in #267
- [OPIK-24] [UX improvements] Delete button in Actions menu when selecting multiple traces by @andriidudar in #274
- Add Ragas integration docs by @jverre in #275
- [OPIK-92] [UX Improvements] Add filters to Experiment page by @andriidudar in #276
- NO-JIRA Expose backend port for local development by @andrescrz in #277
- Fix broken openai doc link in README.md by @Lothiraldan in #278
- Fix integration code samples by @Lothiraldan in #279
- [OPIK-94] add frontend auto reloader by @obezpalko in #271
- add sdk e2e tests workflow by @liyaka in #249
- Ollama integration docs by @jverre in #282
- [OPIK-117] [Open-source] Use new Opik logo for open-source platform by @andriidudar in #284
- Ollama integration docs by @jverre in #285
- [OPIK-67] add installer test by @AndreiCautisanu in #273
- [OPIK-126] [UX Improvements] Add label for experiments that use a deleted dataset by @andriidudar in #286
- Documentation updates by @Lothiraldan in #283
- [OPIK-127] [UX Improvements] Show two category input rows by default on categorical feedback score definition form by @andriidudar in #287
- [OPIK-129] [UX Improvements] Show filter item by default when clicking on Filters by @andriidudar in #288
- [OPIK-124] [UX Improvements] Changes to Add to compare modal by @andriidudar in #290
- Update contribution guide by @jverre in #293
- Liya/add availability check for tests by @liyaka in #291
- removing exporting internal services ports by default by @thalesac in #269
- [OPIK-125] [UX Improvements] Inform user when trying to compare experiments that use different datasets by @andriidudar in #295
- [OPIK-68] Add rate limit by @thiagohora in #261
- [OPIK-113] [UX improvement] Add code diffing to experiment configuration page by @andriidudar in #296
- OPIK-76 Add stream experiment items endpoint by @andrescrz in #294
- Fix config file by @thiagohora in #297
- Gidim/ load dataset from file by @gidim in #289
- Fix import order by @jverre in #300
- Langchain Docs Typos by @sherpan in #301
- Fix evaluate bug. Add test for the case when config not set by @alexkuzmik in #299
- OPIK-123 [UX Improvements] Align number columns to the right by @andriidudar in #305
New Contributors
- @BorisTkachenko made their first contribution in #223
- @AndreiCautisanu made their first contribution in #273
- @thalesac made their first contribution in #269
Full Changelog: 0.1.14...0.1.15
0.1.14
- Update base version to 0.1.14 6abef69 @CometActions
- Add opik.configure to log_traces guide (#262) 42a9d85 @jverre
- Update README.md (#263) 596767a @gidim
- Update README.md (#265) ac84e17 @gidim
- Fix config creation in Opik (#264) 21e075d @alexkuzmik
What's Changed
- Add opik.configure to log_traces guide by @jverre in #262
- Update README.md by @gidim in #263
- Update README.md by @gidim in #265
- Fix config creation in Opik by @alexkuzmik in #264
New Contributors
Full Changelog: 0.1.13...0.1.14
0.1.13
- Update base version to 0.1.13 4d995b3 @CometActions
- Improvements in openai usage processing (#239) b6b69db @alexkuzmik
- Add pre-line text wrap to compare experiments config (#255) 6863637 @andriidudar
- Jacques/docker compose docs (#246) 46012fa @jverre
- Fix experiment_config error message (#257) 6557b8a @alexkuzmik
- Jacques/experiment config docs (#258) ad2fe2e @jverre
- OPIK-72 Add batch remove traces endpoint (#256) e715f5c @andrescrz
- [OPIK-89] opik configure (#247) 7ed4c30 @japdubengsub
What's Changed
- Improvements in openai usage processing by @alexkuzmik in #239
- Add pre-line text wrap to compare experiments config by @andriidudar in #255
- Jacques/docker compose docs by @jverre in #246
- Fix experiment_config error message by @alexkuzmik in #257
- Jacques/experiment config docs by @jverre in #258
- OPIK-72 Add batch remove traces endpoint by @andrescrz in #256
- [OPIK-89] opik configure by @japdubengsub in #247
Full Changelog: 0.1.12...0.1.13
0.1.12
- Update base version to 0.1.12 102439a @CometActions
- OPIK-75: Add batch spans creation endpoint (#205) 7b6527c @thiagohora
- OPIK-75 Batch traces creation endpoint (#229) 205fc9b @thiagohora
- OPIK-96 add fixes to local build and run script (#238) 501aacd @obezpalko
- [OPIK-86] Change layout for get started page (#241) b32d4f5 @ferc
- Abby/update logo (#243) 4d387b9 @anmorgan24
- Add dark mode svg (#244) 0634b27 @anmorgan24
- [NA] Add experiment config to evaluate (#240) 9a421da @alexkuzmik
- update version for azure/setup-helm (#248) 6111a1d @liyaka
- Create sdk-e2e-tests.yaml b0afeca @liyaka
- add docker compose and simple nginx config for it (#245) 7bff92c @liyaka
- [OPIK-91] [UX improvements] Implement the Experiment configuration section in the compare page (#250) 7f86dee @andriidudar
- [NA] Add info logs (#242) ac91bf0 @thiagohora
- [OPIK-91] [UX improvements] Implement the Experiment configuration section in the compare page (#252) d3f9415 @andriidudar
- [OPIK-102] [UX] Support metadata when adding datasetItem from UI (#253) 9a136ac @andriidudar
- [NA] Fix style issues (#251) f34ae5f @thiagohora
What's Changed
- OPIK-75: Add batch spans creation endpoint by @thiagohora in #205
- OPIK-75 Batch traces creation endpoint by @thiagohora in #229
- [OPIK-96] add fixed for build and run by @obezpalko in #238
- [OPIK-86] Change layout for get started page by @ferc in #241
- Abby/update logo by @anmorgan24 in #243
- Add dark mode svg by @anmorgan24 in #244
- [NA] Add experiment config to evaluate by @alexkuzmik in #240
- update version for azure/setup-helm by @liyaka in #248
- add docker compose and simple nginx config for it by @liyaka in #245
- [OPIK-91] [UX improvements] Implement the Experiment configuration section in the compare page by @andriidudar in #250
- [NA] Add info logs by @thiagohora in #242
- [OPIK-91] [UX improvements] Implement the Experiment configuration section in the compare page by @andriidudar in #252
- [OPIK-102] [UX] Support metadata when adding datasetItem from UI by @andriidudar in #253
- [NA] Fix style issues by @thiagohora in #251
New Contributors
Full Changelog: 0.1.11...0.1.12
0.1.11
- Update base version to 0.1.11 2042d0b @CometActions
- add product imgs (#231) 31c057b @anmorgan24
- Update to docs (#232) e5b1af0 @jverre
- Fix linter issues (#233) 9f19c0f @jverre
- Add files via upload (#234) 39cecf9 @sherpan
- [NA] Adjust usage logging (#237) 9ab577f @alexkuzmik
What's Changed
- add product imgs by @anmorgan24 in #231
- Update to docs by @jverre in #232
- Fix linter issues by @jverre in #233
- Replace Github Thumbnail by @sherpan in #234
- [NA] Adjust usage logging by @alexkuzmik in #237
Full Changelog: 0.1.10...0.1.11
0.1.10
- [DEV-2297] add throttling features and tune nginx for opik (#204) 11cdd13 @obezpalko
- Add feedback scores to data view (#228) b93b8b8 @andriidudar
- Update to docs (#230) 2b90c0c @jverre
- [NO-JIRA] Span/trace creations in the end of functions execution (#221) c1b8ec9 @alexkuzmik
- Update base version to 0.1.10 b10781e @CometActions
- OPIK-75: Add client side and server side compression (#227) 260865f @thiagohora
What's Changed
- [DEV-2297] add throttling features and tune nginx for opik by @obezpalko in #204
- [NO JIRA] Add feedback scores to data view by @andriidudar in #228
- Update to docs by @jverre in #230
- [NO-JIRA] Span/trace creations in the end of functions execution by @alexkuzmik in #221
- OPIK-75: Add client side and server side compression by @thiagohora in #227
Full Changelog: 0.1.9...0.1.10