Releases: comet-ml/opik
Releases · comet-ml/opik
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
0.1.9
- Update base version to 0.1.9 750e78b @CometActions
- Updates to contribution guide (#222) 60af3e0 @jverre
- OPIK-80 [UX improvement] Add ability to delete feedback score definition (#225) dce95eb @andriidudar
- OPIK-83 [UX improvements] DatasetItems should not be editable from the UI (#226) 08b4b24 @andriidudar
- Use the project version.txt as fallback for SDK version (#224) 5f87b3e @dsblank
What's Changed
- Updates to contribution guide by @jverre in #222
- OPIK-80 [UX improvement] Add ability to delete feedback score definition by @andriidudar in #225
- OPIK-83 [UX improvements] DatasetItems should not be editable from the UI by @andriidudar in #226
- Use the project version.txt as fallback for SDK version by @dsblank in #224
Full Changelog: 0.1.8...0.1.9
0.1.8
- Update base version to 0.1.8 8bf484d @CometActions
- fix clickhouse log level 28504ff @liyaka
- clickhouse backup fix (#197) 8e1ed7b @liyaka
- Update docs styling (#189) 3d952dd @jverre
- Add utms to links (#188) 17d9e3f @sherpan
- Fix Python terminology (#198) 72fcaf5 @dsblank
- [NA] Remove creation time from sort key (#200) d979e15 @thiagohora
- [OPIK-63] [New feature] Add segment to Opik Cloud (#201) 4fd6400 @andriidudar
- NO-JIRA Missing now64 precision of 9 (#202) ef4c23d @andrescrz
- Alexkuzmik/update opik context api (#203) 79cb0aa @alexkuzmik
- [NA] fix type in site link (#206) 0109d62 @Nimrod007
- Jacques/run notebooks daily (#187) 27fd358 @jverre
- DEV-2310 move opik doc to dedicated s3 location (#208) dfee2f0 @obezpalko
- Update cookbook test Github action (#212) 8fa4e83 @jverre
- Update documentation_cookbook_tests.yml (#213) 52375c8 @jverre
- Update cookbooks (#214) f7d8dec @jverre
- OPIK-78 [UX improvements] Add link to quickstart in user menu (#210) fd557a2 @andriidudar
- Update documentation_cookbook_tests.yml (#215) daf1fa0 @jverre
- OPIK-71 Resolve dataset name in experiment endpoints (#211) 3163f2f @andrescrz
- [OPIK-37] [UX Improvement] Move experiments to separate page (#216) fc74496 @andriidudar
- add LB service for clickhouse (#209) b2f20c2 @liyaka
- updates for helm chart (#207) 7361c9d @liyaka
- NO-JIRA: Expose MySQL for local development (#217) 63ebd8b @andrescrz
- [NO JIRA] Fix small issues found during release (#219) 77996fe @andriidudar
- OPIK-71: Add metadata to Experiment (#218) 5c338ed @andrescrz
- fix for clickhouse loadbalancer (#220) ffb1c7d @liyaka
What's Changed
- clickhouse backup fix by @liyaka in #197
- Update docs styling by @jverre in #189
- Add utms to links by @sherpan in #188
- Fix Python terminology by @dsblank in #198
- [NA] Remove creation time from sort key by @thiagohora in #200
- [OPIK-63] [New feature] Add segment to Opik Cloud by @andriidudar in #201
- NO-JIRA Missing now64 precision of 9 by @andrescrz in #202
- Alexkuzmik/update opik context api by @alexkuzmik in #203
- [NA] fix type in site link by @Nimrod007 in #206
- Jacques/run notebooks daily by @jverre in #187
- [DEV-2310] move opik doc to dedicated s3 location by @obezpalko in #208
- Update cookbook test Github action by @jverre in #212
- Update documentation_cookbook_tests.yml by @jverre in #213
- Update cookbooks by @jverre in #214
- OPIK-78 [UX improvements] Add link to QuickStart in user menu by @andriidudar in #210
- Update documentation_cookbook_tests.yml by @jverre in #215
- OPIK-71 Resolve dataset name in experiment endpoints by @andrescrz in #211
- [OPIK-37] [UX Improvement] Move experiments to separate page by @andriidudar in #216
- add LB service for clickhouse by @liyaka in #209
- updates for helm chart by @liyaka in #207
- NO-JIRA: Expose MySQL for local development by @andrescrz in #217
- [NO JIRA] Fix small issues found during release by @andriidudar in #219
- OPIK-71: Add metadata to Experiment by @andrescrz in #218
- fix for clickhouse loadbalancer by @liyaka in #220
New Contributors
- @obezpalko made their first contribution in #208
Full Changelog: 0.1.7...0.1.8
0.1.7
- Update base version to 0.1.7 0ffa4da @CometActions
- Add instrumentation to Clickhouse (#186) 817df3b @thiagohora
- fix styles for hotkey tooltip (#190) 5f2a1b4 @andriidudar
- [NA] Simplify data ingestion for dataset and experiment items (#191) 7ab906b @thiagohora
- [OPIK-48] e2e tests (#192) 81dee5e @alexkuzmik
- set log level for clickhouse (#194) 02e86ea @liyaka
- [OPIK-50] Add cli.py (#182) bded09e @alexkuzmik
- add clickhouse backup (#195) 10a23d0 @liyaka
What's Changed
- Add instrumentation to Clickhouse by @thiagohora in #186
- [NA] Style adjustments for code editor and hotkey tooltip by @andriidudar in #190
- [NA] Simplify data ingestion for dataset and experiment items by @thiagohora in #191
- [OPIK-48] e2e tests by @alexkuzmik in #192
- set log level for clickhouse by @liyaka in #194
- [OPIK-50] Add cli.py by @alexkuzmik in #182
- add clickhouse backup by @liyaka in #195
Full Changelog: 0.1.6...0.1.7
0.1.6
- Add missing cache for sdk auth (#184) f9c054e @thiagohora
- change storage class for clickhouse (#185) 6bf21e3 @liyaka
- Jacques/docs v1.1 (#180) 576bf1c @jverre
- Update version.txt to 0.1.6 b369514 @liyaka
- Delete .github/workflows/deploy_custom_env.yaml 0dff0b2 @liyaka
What's Changed
- NA: Add missing cache for sdk auth by @thiagohora in #184
- change storage class for clickhouse by @liyaka in #185
- Jacques/docs v1.1 by @jverre in #180
Full Changelog: 0.1.5...0.1.6
0.1.5
- Update base version to 0.1.5 82cbec3 @CometActions
- fix forwarded-port identification on macOS (#150) 402b23e @CRThaze
- Jacques/docs v1.0 (#151) a966fd5 @jverre
- OPIK-21 [UX] Improve UX of the trace component (#149) 0e16890 @andriidudar
- OPIK-14 [View only user] - view only user sees his API key, when he switches to Opik (#158) dbb8343 @andriidudar
- [NO-JIRA] Port forward Clickhouse to localhost (#159) c3bb52e @andrescrz
- Create deploy_docs.yaml 5ce7ca2 @liyaka
- add newrelic agent (#160) 6abf38a @liyaka
- [NA] Add log level env vars (#161) 7f5b98a @thiagohora
- OPIK-43 [New feature] Add support for displaying images if they are in the input attribute (#163) 167ee62 @andriidudar
- OPIK-42 Experiment compare for single supplied experiment (#167) 8c0b1a8 @andrescrz
- [OPIK-41] Show the link to UI in pytest integration (#165) 68f096c @alexkuzmik
- OPIK-42 Compare only dataset items with matching experiment items (#168) b103d70 @andrescrz
- Liya/dev 2296 deploy docs (#162) e87b0b7 @liyaka
- Added new issues template (#154) fc8f57a @jverre
- Update docs build workflow (#172) 5fa434c @jverre
- small update to Helm chart readme (#170) faa704b @liyaka
- [NA] - link to CLA from contributing docs (#164) c3ae4c0 @Nimrod007
- Added demo data script (#169) b29394d @jverre
- Bump micromatch in /apps/opik-documentation/documentation (#175) ef98097 @dependabot-bot
- Bump webpack in /apps/opik-documentation/documentation (#174) 6d9fd76 @dependabot-bot
- Reuse test containers (#173) c04d447 @thiagohora
- Added llama-index integration (#155) b549cb1 @jverre
- OPIK-20 [UX] Add simple keyboard shortcuts (#178) de51c1b @andriidudar
- [NA] Split bulk operations in smaller size and making single clickhouse call per subset (#176) 417d40b @thiagohora
- Updated new experiment creation modal (#171) 22440b5 @jverre
- OPIK-55 Find experiment by partial name and case-insensitive (#177) 8515987 @andrescrz
- Add search box for experiments page (#181) 126ef51 @andriidudar
- [NA] Bulk insert improvements (#179) 43c044b @thiagohora
- add replicaCount and hpa for opik (#183) f04f1f3 @liyaka
What's Changed
- Fix forwarded-port identification on macOS by @CRThaze in #150
- Jacques/docs v1.0 by @jverre in #151
- OPIK-21 [UX] Improve UX of the trace component by @andriidudar in #149
- OPIK-14 [View only user] - view only user sees his API key, when he s… by @andriidudar in #158
- [NO-JIRA] Port forward Clickhouse to localhost by @andrescrz in #159
- add newrelic agent by @liyaka in #160
- [NA] Add log level env vars by @thiagohora in #161
- OPIK-43 [New feature] Add support for displaying images if they are in the input attribute by @andriidudar in #163
- OPIK-42 Experiment compare for single supplied experiment by @andrescrz in #167
- [OPIK-41] Show the link to UI in pytest integration by @alexkuzmik in #165
- OPIK-42 Compare only dataset items with matching experiment items by @andrescrz in #168
- Liya/dev 2296 deploy docs by @liyaka in #162
- Added new issues template by @jverre in #154
- Update docs build workflow by @jverre in #172
- small update to Helm chart readme by @liyaka in #170
- [NA] - link to CLA from contributing docs by @Nimrod007 in #164
- Added demo data script by @jverre in #169
- Bump micromatch from 4.0.7 to 4.0.8 in /apps/opik-documentation/documentation by @dependabot in #175
- Bump webpack from 5.93.0 to 5.94.0 in /apps/opik-documentation/documentation by @dependabot in #174
- NA: Reuse test containers by @thiagohora in #173
- Added llama-index integration by @jverre in #155
- OPIK-20 [UX] Add simple keyboard shortcuts for trace sidebar by @andriidudar in #178
- [NA] Split bulk operations in smaller size and making single ClickHouse call per subset by @thiagohora in #176
- Updated new experiment creation modal by @jverre in #171
- OPIK-55 Find experiment by partial name and case-insensitive by @andrescrz in #177
- [NA] Add search box for experiments page by @andriidudar in #181
- [NA] Bulk insert improvements by @thiagohora in #179
- add replicaCount and hpa for opik by @liyaka in #183
New Contributors
- @andriidudar made their first contribution in #149
- @andrescrz made their first contribution in #159
- @thiagohora made their first contribution in #161
- @dependabot made their first contribution in #175
Full Changelog: 0.1.4...0.1.5
0.1.4
- update application version when publishing helm chart (#153) de54ede @liyaka
- Fix updating version on main (#152) 169218d @liyaka
What's Changed
- Installer UX improvements by @CRThaze in #147
- update application version when publishing helm chart by @liyaka in #153
- Fix updating version on main when creating release by @liyaka in #152
New Contributors
Full Changelog: 0.1.3...0.1.4
0.1.3
- update version to 0.1.2 44525fd @liyaka
- fix readme for helm chart 5c1086c @liyaka
- fix helm labels 5f4d99e @liyaka
- added CLA license (#144) 644bdc7 @Nimrod007
- Dataset bugfixes, pytest integration bugfixes, evaluation improvements (#145) 375aaf2 @alexkuzmik
- Bump version 0.1.3 (#146) 348787b @alexkuzmik
What's Changed
- added CLA license by @Nimrod007 in #144
- Dataset bugfixes, pytest integration bugfixes, evaluation improvements by @alexkuzmik in #145
- Bump version 0.1.3 by @alexkuzmik in #146
New Contributors
- @Nimrod007 made their first contribution in #144
Full Changelog: 0.1.1...0.1.3
0.1.1
Full Changelog: 0.1.0...0.1.1
Initial Release
0.1.0