Recent Releases of https://github.com/superduper-io/superduper
https://github.com/superduper-io/superduper - 0.9.0
What's Changed
- Fix/cdc table by @blythed in https://github.com/superduper-io/superduper/pull/2795
- Fixed issues related to using PostgreSQL by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2796
- Feature/redis databackend by @blythed in https://github.com/superduper-io/superduper/pull/2797
- Add pydantic support for schema by @blythed in https://github.com/superduper-io/superduper/pull/2801
- Remove component versions in a single passs by @blythed in https://github.com/superduper-io/superduper/pull/2803
- Fix multiple bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2798
- Fix the issue related to removing components. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2804
- Remove conflicting property
.componentfromTableby @blythed in https://github.com/superduper-io/superduper/pull/2806 - Move inspect.signature calls out of comprehensions. by @wuhu in https://github.com/superduper-io/superduper/pull/2805
- Remove duplicated job implementations by @blythed in https://github.com/superduper-io/superduper/pull/2809
- Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2810 - Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2813 - Change format of status struct and wait by @blythed in https://github.com/superduper-io/superduper/pull/2814
- Add option to multiple VectorIndex implementations by @blythed in https://github.com/superduper-io/superduper/pull/2815
- Feat/snowflake by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2811
- Replace adhoc Phases and Exceptions with well-defined counterparts by @fnikolai in https://github.com/superduper-io/superduper/pull/2818
- Fix primary_id and add test cases for in-memory metadata store. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2820
- Feat/optimize speed by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2816
- Fix the processedcomponents inapply by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2822
- Fix/many vector index implementatinos by @blythed in https://github.com/superduper-io/superduper/pull/2821
- Fix job execution by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2824
- Batch events by @blythed in https://github.com/superduper-io/superduper/pull/2823
- Fix performance issues in batch table creation for Snowflake and fix the issue related to services by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2825
- Fix for feature/error-prop-services by @blythed in https://github.com/superduper-io/superduper/pull/2827
- Fix the update method in the KeyedDatabackend class by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2828
- Add additional fixes for status by @blythed in https://github.com/superduper-io/superduper/pull/2829
- Fix the database routing issue during update operations. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2830
- Fix json_native on
Component.exportby @blythed in https://github.com/superduper-io/superduper/pull/2831 - Fix the issue related to services. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2833
- Ray supports batch task execution. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2834
- Propagate errors and fix applications by @blythed in https://github.com/superduper-io/superduper/pull/2835
- Fix the snowflake plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2836
- Fix the export method by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2837
- Pin status update dependencies by @blythed in https://github.com/superduper-io/superduper/pull/2840
- Add postprocess in Template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2839
- Fix/remove component by @blythed in https://github.com/superduper-io/superduper/pull/2842
- Remove the dependencies property from Component by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2843
- Add reconnection support for Snowflake vector search. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2844
- Fix the reconnection logging for Snowflake. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2845
- limit scanning to PR by @fnikolai in https://github.com/superduper-io/superduper/pull/2849
- Feature/simple compute scheduler by @blythed in https://github.com/superduper-io/superduper/pull/2850
- update the structure of the secrets by @fnikolai in https://github.com/superduper-io/superduper/pull/2852
- Merge/0.7 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2859
- Task/2855/management of meta fields by @blythed in https://github.com/superduper-io/superduper/pull/2866
- Move
json_nativeconfiguration to databackend by @blythed in https://github.com/superduper-io/superduper/pull/2867 - Add lazy component loading from
dbby @blythed in https://github.com/superduper-io/superduper/pull/2870 - Feat/info template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2869
- Fix/0.8 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2876
- Fix the missing dependency issue caused by component references. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2877
- Feature/2871/usability around logging visualization and utilities by @blythed in https://github.com/superduper-io/superduper/pull/2878
- Fix/variables logleves setupupdate by @blythed in https://github.com/superduper-io/superduper/pull/2883
- Create concept of deployment and teardown
Eventby @blythed in https://github.com/superduper-io/superduper/pull/2884 - Plan then confirm by @blythed in https://github.com/superduper-io/superduper/pull/2885
- Remove template feature by @blythed in https://github.com/superduper-io/superduper/pull/2886
- Add offset parameter to limit query by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2887
- Fix/0.8 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2889
- Fix schema for JSON by @blythed in https://github.com/superduper-io/superduper/pull/2891
- Optimize vector search performance with improved caching by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2897
- Fix the sectets error andd depth parameter to logging.info by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2898
- Add assertion to verify directory copy in FileSystemArtifactStore by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2900
- Fix job failure propagation logic and prevent duplicate inverse depen… by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2901
- Fix the metadata set_failed issue by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2902
New Contributors
- @wuhu made their first contribution in https://github.com/superduper-io/superduper/pull/2805
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.0...0.9.0
- Python
Published by github-actions[bot] 7 months ago
https://github.com/superduper-io/superduper - 0.8.2
Full Changelog: https://github.com/superduper-io/superduper/compare/0.8.1...0.8.2
- Python
Published by github-actions[bot] 8 months ago
https://github.com/superduper-io/superduper - 0.8.1
What's Changed
- Bump Version 0.8.0 by @blythed in https://github.com/superduper-io/superduper/pull/2888
Full Changelog: https://github.com/superduper-io/superduper/compare/0.8.0...0.8.1
- Python
Published by github-actions[bot] 8 months ago
https://github.com/superduper-io/superduper - 0.8.0
What's Changed
- Fix/cdc table by @blythed in https://github.com/superduper-io/superduper/pull/2795
- Fixed issues related to using PostgreSQL by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2796
- Feature/redis databackend by @blythed in https://github.com/superduper-io/superduper/pull/2797
- Add pydantic support for schema by @blythed in https://github.com/superduper-io/superduper/pull/2801
- Remove component versions in a single passs by @blythed in https://github.com/superduper-io/superduper/pull/2803
- Fix multiple bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2798
- Fix the issue related to removing components. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2804
- Remove conflicting property
.componentfromTableby @blythed in https://github.com/superduper-io/superduper/pull/2806 - Move inspect.signature calls out of comprehensions. by @wuhu in https://github.com/superduper-io/superduper/pull/2805
- Remove duplicated job implementations by @blythed in https://github.com/superduper-io/superduper/pull/2809
- Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2810 - Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2813 - Change format of status struct and wait by @blythed in https://github.com/superduper-io/superduper/pull/2814
- Add option to multiple VectorIndex implementations by @blythed in https://github.com/superduper-io/superduper/pull/2815
- Feat/snowflake by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2811
- Replace adhoc Phases and Exceptions with well-defined counterparts by @fnikolai in https://github.com/superduper-io/superduper/pull/2818
- Fix primary_id and add test cases for in-memory metadata store. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2820
- Feat/optimize speed by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2816
- Fix the processedcomponents inapply by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2822
- Fix/many vector index implementatinos by @blythed in https://github.com/superduper-io/superduper/pull/2821
- Fix job execution by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2824
- Batch events by @blythed in https://github.com/superduper-io/superduper/pull/2823
- Fix performance issues in batch table creation for Snowflake and fix the issue related to services by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2825
- Fix for feature/error-prop-services by @blythed in https://github.com/superduper-io/superduper/pull/2827
- Fix the update method in the KeyedDatabackend class by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2828
- Add additional fixes for status by @blythed in https://github.com/superduper-io/superduper/pull/2829
- Fix the database routing issue during update operations. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2830
- Fix json_native on
Component.exportby @blythed in https://github.com/superduper-io/superduper/pull/2831 - Fix the issue related to services. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2833
- Ray supports batch task execution. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2834
- Propagate errors and fix applications by @blythed in https://github.com/superduper-io/superduper/pull/2835
- Fix the snowflake plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2836
- Fix the export method by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2837
- Pin status update dependencies by @blythed in https://github.com/superduper-io/superduper/pull/2840
- Add postprocess in Template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2839
- Fix/remove component by @blythed in https://github.com/superduper-io/superduper/pull/2842
- Remove the dependencies property from Component by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2843
- Add reconnection support for Snowflake vector search. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2844
- Fix the reconnection logging for Snowflake. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2845
- limit scanning to PR by @fnikolai in https://github.com/superduper-io/superduper/pull/2849
- Feature/simple compute scheduler by @blythed in https://github.com/superduper-io/superduper/pull/2850
- update the structure of the secrets by @fnikolai in https://github.com/superduper-io/superduper/pull/2852
- Merge/0.7 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2859
- Task/2855/management of meta fields by @blythed in https://github.com/superduper-io/superduper/pull/2866
- Move
json_nativeconfiguration to databackend by @blythed in https://github.com/superduper-io/superduper/pull/2867 - Add lazy component loading from
dbby @blythed in https://github.com/superduper-io/superduper/pull/2870 - Feat/info template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2869
- Fix/0.8 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2876
- Fix the missing dependency issue caused by component references. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2877
- Feature/2871/usability around logging visualization and utilities by @blythed in https://github.com/superduper-io/superduper/pull/2878
- Fix/variables logleves setupupdate by @blythed in https://github.com/superduper-io/superduper/pull/2883
- Create concept of deployment and teardown
Eventby @blythed in https://github.com/superduper-io/superduper/pull/2884 - Plan then confirm by @blythed in https://github.com/superduper-io/superduper/pull/2885
- Remove template feature by @blythed in https://github.com/superduper-io/superduper/pull/2886
New Contributors
- @wuhu made their first contribution in https://github.com/superduper-io/superduper/pull/2805
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.0...0.8.0
- Python
Published by github-actions[bot] 8 months ago
https://github.com/superduper-io/superduper - 0.7.3
What's Changed
- Fix/remove by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2858
Full Changelog: https://github.com/superduper-io/superduper/compare/0.7.2...0.7.3
- Python
Published by github-actions[bot] 9 months ago
https://github.com/superduper-io/superduper - 0.7.2
Full Changelog: https://github.com/superduper-io/superduper/compare/0.7.1...0.7.2
- Python
Published by github-actions[bot] 9 months ago
https://github.com/superduper-io/superduper - 0.7.1
Full Changelog: https://github.com/superduper-io/superduper/compare/0.7.0...0.7.1
- Python
Published by github-actions[bot] 9 months ago
https://github.com/superduper-io/superduper - 0.7.0
What's Changed
- Fix/cdc table by @blythed in https://github.com/superduper-io/superduper/pull/2795
- Fixed issues related to using PostgreSQL by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2796
- Feature/redis databackend by @blythed in https://github.com/superduper-io/superduper/pull/2797
- Add pydantic support for schema by @blythed in https://github.com/superduper-io/superduper/pull/2801
- Remove component versions in a single passs by @blythed in https://github.com/superduper-io/superduper/pull/2803
- Fix multiple bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2798
- Fix the issue related to removing components. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2804
- Remove conflicting property
.componentfromTableby @blythed in https://github.com/superduper-io/superduper/pull/2806 - Move inspect.signature calls out of comprehensions. by @wuhu in https://github.com/superduper-io/superduper/pull/2805
- Remove duplicated job implementations by @blythed in https://github.com/superduper-io/superduper/pull/2809
- Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2810 - Add
db.loadcomponent cache by @blythed in https://github.com/superduper-io/superduper/pull/2813 - Change format of status struct and wait by @blythed in https://github.com/superduper-io/superduper/pull/2814
- Add option to multiple VectorIndex implementations by @blythed in https://github.com/superduper-io/superduper/pull/2815
- Feat/snowflake by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2811
- Replace adhoc Phases and Exceptions with well-defined counterparts by @fnikolai in https://github.com/superduper-io/superduper/pull/2818
- Fix primary_id and add test cases for in-memory metadata store. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2820
- Feat/optimize speed by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2816
- Fix the processedcomponents inapply by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2822
- Fix/many vector index implementatinos by @blythed in https://github.com/superduper-io/superduper/pull/2821
- Fix job execution by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2824
- Batch events by @blythed in https://github.com/superduper-io/superduper/pull/2823
- Fix performance issues in batch table creation for Snowflake and fix the issue related to services by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2825
- Fix for feature/error-prop-services by @blythed in https://github.com/superduper-io/superduper/pull/2827
- Fix the update method in the KeyedDatabackend class by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2828
- Add additional fixes for status by @blythed in https://github.com/superduper-io/superduper/pull/2829
- Fix the database routing issue during update operations. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2830
- Fix json_native on
Component.exportby @blythed in https://github.com/superduper-io/superduper/pull/2831 - Fix the issue related to services. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2833
- Ray supports batch task execution. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2834
- Propagate errors and fix applications by @blythed in https://github.com/superduper-io/superduper/pull/2835
- Fix the snowflake plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2836
- Fix the export method by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2837
- Pin status update dependencies by @blythed in https://github.com/superduper-io/superduper/pull/2840
- Add postprocess in Template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2839
- Fix/remove component by @blythed in https://github.com/superduper-io/superduper/pull/2842
- Remove the dependencies property from Component by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2843
- Add reconnection support for Snowflake vector search. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2844
- Fix the reconnection logging for Snowflake. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2845
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2846
- Bump Version 0.7.0 by @blythed in https://github.com/superduper-io/superduper/pull/2848
New Contributors
- @wuhu made their first contribution in https://github.com/superduper-io/superduper/pull/2805
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.0...0.7.0
- Python
Published by github-actions[bot] 9 months ago
https://github.com/superduper-io/superduper - 0.5.40
What's Changed
- Fix the bug related to crontab deleting tasks. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2794
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.39...0.5.40
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.5.39
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.38...0.5.39
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.7
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.6...0.6.7
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.6
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.5...0.6.6
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.5
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.4...0.6.5
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.4
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.3...0.6.4
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.5.38
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.37...0.5.38
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.5.37
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.36...0.5.37
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.5.36
What's Changed
- Fix/secrets by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2791
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.35...0.5.36
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.3
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.2...0.6.3
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.2
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.1...0.6.2
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.1
Full Changelog: https://github.com/superduper-io/superduper/compare/0.6.0...0.6.1
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.6.0
What's Changed
- Fix/ibis create table issue by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2728
- Deprecate signature as argument by @blythed in https://github.com/superduper-io/superduper/pull/2657
- Use annotations to declare schema by @blythed in https://github.com/superduper-io/superduper/pull/2656
- Cleanup dead code by @blythed in https://github.com/superduper-io/superduper/pull/2739
- Fix all method doc-strings by @blythed in https://github.com/superduper-io/superduper/pull/2741
- Refactor/reduce post init by @blythed in https://github.com/superduper-io/superduper/pull/2743
- Potential fix for code scanning alert no. 10: Use of a known vulnerable action. by @fnikolai in https://github.com/superduper-io/superduper/pull/2746
- Refactor/2479/simplify databackend contract by @blythed in https://github.com/superduper-io/superduper/pull/2710
- Refactor encoding based on schemas by @blythed in https://github.com/superduper-io/superduper/pull/2757
- Drop dead code and methods by @blythed in https://github.com/superduper-io/superduper/pull/2764
- Build schema from dataclass signature by @blythed in https://github.com/superduper-io/superduper/pull/2765
- Refactor/deprecate metadata via databackend and query by @blythed in https://github.com/superduper-io/superduper/pull/2767
- Refactor/cleanup additional deadcode by @blythed in https://github.com/superduper-io/superduper/pull/2770
- Add changes necessary for services by @blythed in https://github.com/superduper-io/superduper/pull/2773
- Refactor/simplify listener by @blythed in https://github.com/superduper-io/superduper/pull/2774
- Feature/snowflake native backend by @blythed in https://github.com/superduper-io/superduper/pull/2775
- Add Merkle-tree implementation for uuid of component by @blythed in https://github.com/superduper-io/superduper/pull/2776
- Add Redis cache option by @blythed in https://github.com/superduper-io/superduper/pull/2778
- Dev 0.6 by @blythed in https://github.com/superduper-io/superduper/pull/2782
- Fix file loading by @blythed in https://github.com/superduper-io/superduper/pull/2783
- Fix/for docs by @blythed in https://github.com/superduper-io/superduper/pull/2785
- Repair templates for 0.6 release by @blythed in https://github.com/superduper-io/superduper/pull/2786
- Set versions by @blythed in https://github.com/superduper-io/superduper/pull/2787
- Bump Version 0.6.0 by @blythed in https://github.com/superduper-io/superduper/pull/2790
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.0...0.6.0
- Python
Published by github-actions[bot] 11 months ago
https://github.com/superduper-io/superduper - 0.5.35
What's Changed
- Bump Version 0.5.35 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2781
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.34...0.5.35
- Python
Published by github-actions[bot] 12 months ago
https://github.com/superduper-io/superduper - 0.5.34
What's Changed
- Release/0.5.34 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2779
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.33...0.5.34
- Python
Published by github-actions[bot] 12 months ago
https://github.com/superduper-io/superduper - 0.5.33
What's Changed
- Release/0.5.33 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2777
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.32...0.5.33
- Python
Published by github-actions[bot] 12 months ago
https://github.com/superduper-io/superduper - 0.5.32
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.31...0.5.32
- Python
Published by github-actions[bot] 12 months ago
https://github.com/superduper-io/superduper - 0.5.31
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.30...0.5.31
- Python
Published by github-actions[bot] 12 months ago
https://github.com/superduper-io/superduper - 0.5.30
What's Changed
- Fix the issue where the relationship data of children is not deleted during replacement. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2768
- Bump Version 0.5.30 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2771
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.29...0.5.30
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.29
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.28...0.5.29
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.28
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.27...0.5.28
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.27
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.26...0.5.27
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.26
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.25...0.5.26
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.25
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.24...0.5.25
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.24
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.23...0.5.24
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.23
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.22...0.5.23
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.22
What's Changed
- Make listener robust to already present data by @blythed in https://github.com/superduper-io/superduper/pull/2754
- Bump Version 0.5.22 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2755
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.21...0.5.22
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.21
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.20...0.5.21
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.20
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.18...0.5.20
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.19
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.18...0.5.19
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.18
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.13...0.5.18
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.17
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.16...0.5.17
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.16
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.15...0.5.16
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.15
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.14...0.5.15
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.14
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.13...0.5.14
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.13
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.11...0.5.13
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.11
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.10...0.5.11
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.10
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.6...0.5.10
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.9
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.8...0.5.9
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.8
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.7...0.5.8
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.7
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.6...0.5.7
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.6
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.5...0.5.6
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.5
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.4...0.5.5
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.4
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.3...0.5.4
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.3
What's Changed
- Fixed the measure of vector search and update the frontend by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2747
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.2...0.5.3
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.2
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.1...0.5.2
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.1
What's Changed
- Fix/cp ibis create table issue by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2734
Full Changelog: https://github.com/superduper-io/superduper/compare/0.5.0...0.5.1
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.5.0
What's Changed
- Release all temlates by @blythed in https://github.com/superduper-io/superduper/pull/2612
- Fix/simplify release by @blythed in https://github.com/superduper-io/superduper/pull/2614
- Feature/2211 graceful updates by @blythed in https://github.com/superduper-io/superduper/pull/2580
- Fix duplicate jobs by @blythed in https://github.com/superduper-io/superduper/pull/2617
- Reduce template nesting to top level by @blythed in https://github.com/superduper-io/superduper/pull/2618
- Add information to be able to edit a template-built component/ applic… by @blythed in https://github.com/superduper-io/superduper/pull/2620
- Add diff tree on apply by @blythed in https://github.com/superduper-io/superduper/pull/2621
- [PLUGINS] Bump Version [ibis] by @blythed in https://github.com/superduper-io/superduper/pull/2623
- [PLUGINS] Bump Version [mongodb] by @blythed in https://github.com/superduper-io/superduper/pull/2625
- Fix bug when object has not been rebuilt but changed by @blythed in https://github.com/superduper-io/superduper/pull/2626
- Refactor form and add updated frontend by @blythed in https://github.com/superduper-io/superduper/pull/2630
- Add snowflake native vector search engine by @kartik4949 in https://github.com/superduper-io/superduper/pull/2622
- Fix the issue where the trigger fails in custom components. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2624
- Feature/2629/vector type switch by @blythed in https://github.com/superduper-io/superduper/pull/2637
- Fix plugins which use embeddings by @blythed in https://github.com/superduper-io/superduper/pull/2639
- Fix bytesencoding for base64 by @blythed in https://github.com/superduper-io/superduper/pull/2645
- [PLUGINS] Bump Version [ibis] by @kartik4949 in https://github.com/superduper-io/superduper/pull/2646
- Refactor datatype with simpler design by @blythed in https://github.com/superduper-io/superduper/pull/2647
- [PLUGINS] Bump Version [mongodb | ibis | openai] by @blythed in https://github.com/superduper-io/superduper/pull/2652
- Fix simple-rag template by @blythed in https://github.com/superduper-io/superduper/pull/2653
- Add schema to simple_rag by @blythed in https://github.com/superduper-io/superduper/pull/2654
- Add select missing ids in mongodb plugin by @kartik4949 in https://github.com/superduper-io/superduper/pull/2648
- Fix vector-search client by @blythed in https://github.com/superduper-io/superduper/pull/2660
- [PLUGINS] Bump Version [mongodb] by @blythed in https://github.com/superduper-io/superduper/pull/2661
- Add streamlit demo to simple-rag template by @blythed in https://github.com/superduper-io/superduper/pull/2665
- Fix recursive non-breaking changes by @blythed in https://github.com/superduper-io/superduper/pull/2664
- Feat/volvo demo by @blythed in https://github.com/superduper-io/superduper/pull/2668
- Update artifacts.py by @blythed in https://github.com/superduper-io/superduper/pull/2670
- Add more flexible default data by @blythed in https://github.com/superduper-io/superduper/pull/2674
- Add more flexible default data by @blythed in https://github.com/superduper-io/superduper/pull/2675
- Add some features to the superduper agent by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2684
- [PLUGINS] Bump Version [sqlalchemy | ibis] by @blythed in https://github.com/superduper-io/superduper/pull/2681
- Fix the bug in the update diff check that replaces uuids by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2686
- Fix oauth in snowflake ibis plugin by @kartik4949 in https://github.com/superduper-io/superduper/pull/2689
- [PLUGINS] Bump Version [sqlalchemy | ibis] by @kartik4949 in https://github.com/superduper-io/superduper/pull/2690
- Add a standalone flag in Streamlit to mark the page as independent. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2692
- Fix/snowflake issues by @kartik4949 in https://github.com/superduper-io/superduper/pull/2691
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2693
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2694
- [PLUGINS] Bump Version [snowflake] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2695
- Fallback to view for drop table in bis by @kartik4949 in https://github.com/superduper-io/superduper/pull/2696
- Add wait in db apply on create events by @kartik4949 in https://github.com/superduper-io/superduper/pull/2687
- Fix/crontab drop by @kartik4949 in https://github.com/superduper-io/superduper/pull/2697
- Fix job status update by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2699
- Fix the bug in the update mechanism that fails when the parent refere… by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2701
- Add secrets reload withs safe retry by @kartik4949 in https://github.com/superduper-io/superduper/pull/2702
- PLUGINS] Bump Version [openai] by @kartik4949 in https://github.com/superduper-io/superduper/pull/2703
- Ref secrets loading method by @kartik4949 in https://github.com/superduper-io/superduper/pull/2704
- Fix db wait logic by @kartik4949 in https://github.com/superduper-io/superduper/pull/2706
- Fix the frontend rendering issue by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2705
- Remove components recursively by @blythed in https://github.com/superduper-io/superduper/pull/2707
- Fix edit endpoint by @blythed in https://github.com/superduper-io/superduper/pull/2709
- Ref/sqlalchemy session by @kartik4949 in https://github.com/superduper-io/superduper/pull/2714
- Fixed model cleanup on cluster by @kartik4949 in https://github.com/superduper-io/superduper/pull/2683
- Fix the error when using batch apply with dataset. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2715
- Fix the bug of mismatched data types in the diff by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2716
- [PLUGINS] Bump Version [sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2717
- Fix/bug in sqlalchemy reconnect by @kartik4949 in https://github.com/superduper-io/superduper/pull/2719
- Fix/templates by @blythed in https://github.com/superduper-io/superduper/pull/2720
- Release/plugins by @blythed in https://github.com/superduper-io/superduper/pull/2721
- Bump Version 0.5.0 by @blythed in https://github.com/superduper-io/superduper/pull/2724
Full Changelog: https://github.com/superduper-io/superduper/compare/0.4.4...0.5.0
- Python
Published by github-actions[bot] about 1 year ago
https://github.com/superduper-io/superduper - 0.4.5
What's Changed
- Release all temlates by @blythed in https://github.com/superduper-io/superduper/pull/2612
- Fix/simplify release by @blythed in https://github.com/superduper-io/superduper/pull/2614
- Feature/2211 graceful updates by @blythed in https://github.com/superduper-io/superduper/pull/2580
Full Changelog: https://github.com/superduper-io/superduper/compare/0.4.4...0.4.5
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.4
What's Changed
- Add templates as optional parameter to rest by @blythed in https://github.com/superduper-io/superduper/pull/2605
- Release simple-rag template by @blythed in https://github.com/superduper-io/superduper/pull/2608
- Add remote template support and patch api-key by @blythed in https://github.com/superduper-io/superduper/pull/2610
Full Changelog: https://github.com/superduper-io/superduper/compare/0.4.3...0.4.4
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.3
What's Changed
- Feat/model/reloading by @kartik4949 in https://github.com/superduper-io/superduper/pull/2385
- Migrate plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2378
- Release plugins with test version 0.0.2 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2389
- Migrate to plugin design by @blythed in https://github.com/superduper-io/superduper/pull/2388
- Change dataclass_params to dataclassparams by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2394
Superduperrenamingsuperduperby @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2387- Added predict_id by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2392
- Bug/postgres pattern by @blythed in https://github.com/superduper-io/superduper/pull/2397
- Fix/vector index/on load by @kartik4949 in https://github.com/superduper-io/superduper/pull/2396
- Pass dependencies in schedule jobs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2379
- Fix/schedule jobs minor by @kartik4949 in https://github.com/superduper-io/superduper/pull/2398
- Fix small dependency bug by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2399
- Fix vector index remove by @kartik4949 in https://github.com/superduper-io/superduper/pull/2400
- Fix the CDC job condition by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2401
- Fix form_template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2404
- Migrate docs by @blythed in https://github.com/superduper-io/superduper/pull/2411
- Fix the duplicate children in the component. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2409
- Add serve attribute to model component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2419
- Update superduper job_id after submission by @kartik4949 in https://github.com/superduper-io/superduper/pull/2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2427
- Migrate templates and use-cases by @blythed in https://github.com/superduper-io/superduper/pull/2412
- Fix/event UUID by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2429
- Fixed atlas vector search by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2435
- Minor fix in graph with datatype by @kartik4949 in https://github.com/superduper-io/superduper/pull/2433
- feat: Qdrant vector search support by @Anush008 in https://github.com/superduper-io/superduper/pull/2428
- OpenAI(APIBaseModel) add `defaultheaders
inclient_kwargs` by @mirkenstein in https://github.com/superduper-io/superduper/pull/2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2449
- Add a placeholder link for web app by @kartik4949 in https://github.com/superduper-io/superduper/pull/2450
- Update vllm plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2448
- Fix minor bug in variables by @kartik4949 in https://github.com/superduper-io/superduper/pull/2452
- Fix/pymongo new version by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2465
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2466
- fix: clean Qdrant collection name by @Anush008 in https://github.com/superduper-io/superduper/pull/2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2470
- Update Slack Links by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2473
- Updated CONTRIBUTING.md by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2471
- Add README.md files for the plugins. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2487
- Feat/artifact/remote by @kartik4949 in https://github.com/superduper-io/superduper/pull/2440
- Include templates by @blythed in https://github.com/superduper-io/superduper/pull/2497
- Add basic rest fastapi server by @blythed in https://github.com/superduper-io/superduper/pull/2498
- Frontend by @blythed in https://github.com/superduper-io/superduper/pull/2500
- Refactor/queues jobs mixins by @blythed in https://github.com/superduper-io/superduper/pull/2496
- Add simplified messaging to the readme by @blythed in https://github.com/superduper-io/superduper/pull/2481
- Fixes for precreate by @blythed in https://github.com/superduper-io/superduper/pull/2517
- Fix compute init order by @kartik4949 in https://github.com/superduper-io/superduper/pull/2516
- Feature/confirm apply by @blythed in https://github.com/superduper-io/superduper/pull/2521
- Fix sql (postgres) table length by @kartik4949 in https://github.com/superduper-io/superduper/pull/2526
- Fix rag template by @blythed in https://github.com/superduper-io/superduper/pull/2528
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2530
- Fix/template initialization 2 by @blythed in https://github.com/superduper-io/superduper/pull/2532
- Increase permissions on artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2533
- Fix text-search template build by @blythed in https://github.com/superduper-io/superduper/pull/2534
- Found that bytes are not encoded as strings by @blythed in https://github.com/superduper-io/superduper/pull/2536
- Update README.md by @shubhamsharma44 in https://github.com/superduper-io/superduper/pull/2537
- Hello world example by @blythed in https://github.com/superduper-io/superduper/pull/2538
- Fix datatype swap in MongoDB by @blythed in https://github.com/superduper-io/superduper/pull/2540
- Added pdf rag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2522
- Restore some training test cases by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2531
- Fix/superduper shell by @blythed in https://github.com/superduper-io/superduper/pull/2542
- Fix/base 64 artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2545
- Make transfer learning work by @kartik4949 in https://github.com/superduper-io/superduper/pull/2541
- Fix/rest/db injection by @blythed in https://github.com/superduper-io/superduper/pull/2550
- Add prefix in superduperapp base by @kartik4949 in https://github.com/superduper-io/superduper/pull/2552
- Fix/local cluster by @blythed in https://github.com/superduper-io/superduper/pull/2555
- Add timeout to table creation by @blythed in https://github.com/superduper-io/superduper/pull/2557
- Decouple db setter and initialize by @kartik4949 in https://github.com/superduper-io/superduper/pull/2556
- Updated llmfinetuning and pdfrag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2560
- Fix transfer-learning export by @blythed in https://github.com/superduper-io/superduper/pull/2563
- Refactor/vector search as plugins by @kartik4949 in https://github.com/superduper-io/superduper/pull/2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in https://github.com/superduper-io/superduper/pull/2559
- Add remote data object and standardize templates by @blythed in https://github.com/superduper-io/superduper/pull/2564
- Handle no templates changed by @blythed in https://github.com/superduper-io/superduper/pull/2567
- Add gif directory by @blythed in https://github.com/superduper-io/superduper/pull/2568
- Feat/add/deploy flag by @kartik4949 in https://github.com/superduper-io/superduper/pull/2569
- Fixed decode function and table.data by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2570
- Complete transition to plugins by @blythed in https://github.com/superduper-io/superduper/pull/2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2573
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2572
- Fix/async logging by @blythed in https://github.com/superduper-io/superduper/pull/2577
- databases -> tools by @blythed in https://github.com/superduper-io/superduper/pull/2581
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2582
- Release 0.4.0 by @blythed in https://github.com/superduper-io/superduper/pull/2585
- Release 0.4.1 by @blythed in https://github.com/superduper-io/superduper/pull/2589
- Bump Version 0.4.2 by @blythed in https://github.com/superduper-io/superduper/pull/2590
- Add super simple concept by @blythed in https://github.com/superduper-io/superduper/pull/2591
- Support db apply blocking by @kartik4949 in https://github.com/superduper-io/superduper/pull/2594
- Simplify template variables setting by @blythed in https://github.com/superduper-io/superduper/pull/2600
New Contributors
- @Anush008 made their first contribution in https://github.com/superduper-io/superduper/pull/2428
- @mirkenstein made their first contribution in https://github.com/superduper-io/superduper/pull/2447
- @shubhamsharma44 made their first contribution in https://github.com/superduper-io/superduper/pull/2537
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.2...0.4.3
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.2
What's Changed
- Feat/model/reloading by @kartik4949 in https://github.com/superduper-io/superduper/pull/2385
- Migrate plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2378
- Release plugins with test version 0.0.2 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2389
- Migrate to plugin design by @blythed in https://github.com/superduper-io/superduper/pull/2388
- Change dataclass_params to dataclassparams by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2394
Superduperrenamingsuperduperby @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2387- Added predict_id by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2392
- Bug/postgres pattern by @blythed in https://github.com/superduper-io/superduper/pull/2397
- Fix/vector index/on load by @kartik4949 in https://github.com/superduper-io/superduper/pull/2396
- Pass dependencies in schedule jobs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2379
- Fix/schedule jobs minor by @kartik4949 in https://github.com/superduper-io/superduper/pull/2398
- Fix small dependency bug by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2399
- Fix vector index remove by @kartik4949 in https://github.com/superduper-io/superduper/pull/2400
- Fix the CDC job condition by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2401
- Fix form_template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2404
- Migrate docs by @blythed in https://github.com/superduper-io/superduper/pull/2411
- Fix the duplicate children in the component. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2409
- Add serve attribute to model component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2419
- Update superduper job_id after submission by @kartik4949 in https://github.com/superduper-io/superduper/pull/2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2427
- Migrate templates and use-cases by @blythed in https://github.com/superduper-io/superduper/pull/2412
- Fix/event UUID by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2429
- Fixed atlas vector search by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2435
- Minor fix in graph with datatype by @kartik4949 in https://github.com/superduper-io/superduper/pull/2433
- feat: Qdrant vector search support by @Anush008 in https://github.com/superduper-io/superduper/pull/2428
- OpenAI(APIBaseModel) add `defaultheaders
inclient_kwargs` by @mirkenstein in https://github.com/superduper-io/superduper/pull/2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2449
- Add a placeholder link for web app by @kartik4949 in https://github.com/superduper-io/superduper/pull/2450
- Update vllm plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2448
- Fix minor bug in variables by @kartik4949 in https://github.com/superduper-io/superduper/pull/2452
- Fix/pymongo new version by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2465
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2466
- fix: clean Qdrant collection name by @Anush008 in https://github.com/superduper-io/superduper/pull/2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2470
- Update Slack Links by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2473
- Updated CONTRIBUTING.md by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2471
- Add README.md files for the plugins. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2487
- Feat/artifact/remote by @kartik4949 in https://github.com/superduper-io/superduper/pull/2440
- Include templates by @blythed in https://github.com/superduper-io/superduper/pull/2497
- Add basic rest fastapi server by @blythed in https://github.com/superduper-io/superduper/pull/2498
- Frontend by @blythed in https://github.com/superduper-io/superduper/pull/2500
- Refactor/queues jobs mixins by @blythed in https://github.com/superduper-io/superduper/pull/2496
- Add simplified messaging to the readme by @blythed in https://github.com/superduper-io/superduper/pull/2481
- Fixes for precreate by @blythed in https://github.com/superduper-io/superduper/pull/2517
- Fix compute init order by @kartik4949 in https://github.com/superduper-io/superduper/pull/2516
- Feature/confirm apply by @blythed in https://github.com/superduper-io/superduper/pull/2521
- Fix sql (postgres) table length by @kartik4949 in https://github.com/superduper-io/superduper/pull/2526
- Fix rag template by @blythed in https://github.com/superduper-io/superduper/pull/2528
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2530
- Fix/template initialization 2 by @blythed in https://github.com/superduper-io/superduper/pull/2532
- Increase permissions on artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2533
- Fix text-search template build by @blythed in https://github.com/superduper-io/superduper/pull/2534
- Found that bytes are not encoded as strings by @blythed in https://github.com/superduper-io/superduper/pull/2536
- Update README.md by @shubhamsharma44 in https://github.com/superduper-io/superduper/pull/2537
- Hello world example by @blythed in https://github.com/superduper-io/superduper/pull/2538
- Fix datatype swap in MongoDB by @blythed in https://github.com/superduper-io/superduper/pull/2540
- Added pdf rag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2522
- Restore some training test cases by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2531
- Fix/superduper shell by @blythed in https://github.com/superduper-io/superduper/pull/2542
- Fix/base 64 artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2545
- Make transfer learning work by @kartik4949 in https://github.com/superduper-io/superduper/pull/2541
- Fix/rest/db injection by @blythed in https://github.com/superduper-io/superduper/pull/2550
- Add prefix in superduperapp base by @kartik4949 in https://github.com/superduper-io/superduper/pull/2552
- Fix/local cluster by @blythed in https://github.com/superduper-io/superduper/pull/2555
- Add timeout to table creation by @blythed in https://github.com/superduper-io/superduper/pull/2557
- Decouple db setter and initialize by @kartik4949 in https://github.com/superduper-io/superduper/pull/2556
- Updated llmfinetuning and pdfrag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2560
- Fix transfer-learning export by @blythed in https://github.com/superduper-io/superduper/pull/2563
- Refactor/vector search as plugins by @kartik4949 in https://github.com/superduper-io/superduper/pull/2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in https://github.com/superduper-io/superduper/pull/2559
- Add remote data object and standardize templates by @blythed in https://github.com/superduper-io/superduper/pull/2564
- Handle no templates changed by @blythed in https://github.com/superduper-io/superduper/pull/2567
- Add gif directory by @blythed in https://github.com/superduper-io/superduper/pull/2568
- Feat/add/deploy flag by @kartik4949 in https://github.com/superduper-io/superduper/pull/2569
- Fixed decode function and table.data by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2570
- Complete transition to plugins by @blythed in https://github.com/superduper-io/superduper/pull/2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2573
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2572
- Fix/async logging by @blythed in https://github.com/superduper-io/superduper/pull/2577
- databases -> tools by @blythed in https://github.com/superduper-io/superduper/pull/2581
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2582
- Release 0.4.0 by @blythed in https://github.com/superduper-io/superduper/pull/2585
- Release 0.4.1 by @blythed in https://github.com/superduper-io/superduper/pull/2589
New Contributors
- @Anush008 made their first contribution in https://github.com/superduper-io/superduper/pull/2428
- @mirkenstein made their first contribution in https://github.com/superduper-io/superduper/pull/2447
- @shubhamsharma44 made their first contribution in https://github.com/superduper-io/superduper/pull/2537
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.2...0.4.2
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.1
What's Changed
- Feat/model/reloading by @kartik4949 in https://github.com/superduper-io/superduper/pull/2385
- Migrate plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2378
- Release plugins with test version 0.0.2 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2389
- Migrate to plugin design by @blythed in https://github.com/superduper-io/superduper/pull/2388
- Change dataclass_params to dataclassparams by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2394
Superduperrenamingsuperduperby @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2387- Added predict_id by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2392
- Bug/postgres pattern by @blythed in https://github.com/superduper-io/superduper/pull/2397
- Fix/vector index/on load by @kartik4949 in https://github.com/superduper-io/superduper/pull/2396
- Pass dependencies in schedule jobs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2379
- Fix/schedule jobs minor by @kartik4949 in https://github.com/superduper-io/superduper/pull/2398
- Fix small dependency bug by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2399
- Fix vector index remove by @kartik4949 in https://github.com/superduper-io/superduper/pull/2400
- Fix the CDC job condition by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2401
- Fix form_template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2404
- Migrate docs by @blythed in https://github.com/superduper-io/superduper/pull/2411
- Fix the duplicate children in the component. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2409
- Add serve attribute to model component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2419
- Update superduper job_id after submission by @kartik4949 in https://github.com/superduper-io/superduper/pull/2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2427
- Migrate templates and use-cases by @blythed in https://github.com/superduper-io/superduper/pull/2412
- Fix/event UUID by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2429
- Fixed atlas vector search by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2435
- Minor fix in graph with datatype by @kartik4949 in https://github.com/superduper-io/superduper/pull/2433
- feat: Qdrant vector search support by @Anush008 in https://github.com/superduper-io/superduper/pull/2428
- OpenAI(APIBaseModel) add `defaultheaders
inclient_kwargs` by @mirkenstein in https://github.com/superduper-io/superduper/pull/2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2449
- Add a placeholder link for web app by @kartik4949 in https://github.com/superduper-io/superduper/pull/2450
- Update vllm plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2448
- Fix minor bug in variables by @kartik4949 in https://github.com/superduper-io/superduper/pull/2452
- Fix/pymongo new version by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2465
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2466
- fix: clean Qdrant collection name by @Anush008 in https://github.com/superduper-io/superduper/pull/2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2470
- Update Slack Links by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2473
- Updated CONTRIBUTING.md by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2471
- Add README.md files for the plugins. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2487
- Feat/artifact/remote by @kartik4949 in https://github.com/superduper-io/superduper/pull/2440
- Include templates by @blythed in https://github.com/superduper-io/superduper/pull/2497
- Add basic rest fastapi server by @blythed in https://github.com/superduper-io/superduper/pull/2498
- Frontend by @blythed in https://github.com/superduper-io/superduper/pull/2500
- Refactor/queues jobs mixins by @blythed in https://github.com/superduper-io/superduper/pull/2496
- Add simplified messaging to the readme by @blythed in https://github.com/superduper-io/superduper/pull/2481
- Fixes for precreate by @blythed in https://github.com/superduper-io/superduper/pull/2517
- Fix compute init order by @kartik4949 in https://github.com/superduper-io/superduper/pull/2516
- Feature/confirm apply by @blythed in https://github.com/superduper-io/superduper/pull/2521
- Fix sql (postgres) table length by @kartik4949 in https://github.com/superduper-io/superduper/pull/2526
- Fix rag template by @blythed in https://github.com/superduper-io/superduper/pull/2528
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2530
- Fix/template initialization 2 by @blythed in https://github.com/superduper-io/superduper/pull/2532
- Increase permissions on artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2533
- Fix text-search template build by @blythed in https://github.com/superduper-io/superduper/pull/2534
- Found that bytes are not encoded as strings by @blythed in https://github.com/superduper-io/superduper/pull/2536
- Update README.md by @shubhamsharma44 in https://github.com/superduper-io/superduper/pull/2537
- Hello world example by @blythed in https://github.com/superduper-io/superduper/pull/2538
- Fix datatype swap in MongoDB by @blythed in https://github.com/superduper-io/superduper/pull/2540
- Added pdf rag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2522
- Restore some training test cases by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2531
- Fix/superduper shell by @blythed in https://github.com/superduper-io/superduper/pull/2542
- Fix/base 64 artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2545
- Make transfer learning work by @kartik4949 in https://github.com/superduper-io/superduper/pull/2541
- Fix/rest/db injection by @blythed in https://github.com/superduper-io/superduper/pull/2550
- Add prefix in superduperapp base by @kartik4949 in https://github.com/superduper-io/superduper/pull/2552
- Fix/local cluster by @blythed in https://github.com/superduper-io/superduper/pull/2555
- Add timeout to table creation by @blythed in https://github.com/superduper-io/superduper/pull/2557
- Decouple db setter and initialize by @kartik4949 in https://github.com/superduper-io/superduper/pull/2556
- Updated llmfinetuning and pdfrag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2560
- Fix transfer-learning export by @blythed in https://github.com/superduper-io/superduper/pull/2563
- Refactor/vector search as plugins by @kartik4949 in https://github.com/superduper-io/superduper/pull/2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in https://github.com/superduper-io/superduper/pull/2559
- Add remote data object and standardize templates by @blythed in https://github.com/superduper-io/superduper/pull/2564
- Handle no templates changed by @blythed in https://github.com/superduper-io/superduper/pull/2567
- Add gif directory by @blythed in https://github.com/superduper-io/superduper/pull/2568
- Feat/add/deploy flag by @kartik4949 in https://github.com/superduper-io/superduper/pull/2569
- Fixed decode function and table.data by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2570
- Complete transition to plugins by @blythed in https://github.com/superduper-io/superduper/pull/2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2573
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2572
- Fix/async logging by @blythed in https://github.com/superduper-io/superduper/pull/2577
- databases -> tools by @blythed in https://github.com/superduper-io/superduper/pull/2581
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2582
- Release 0.4.0 by @blythed in https://github.com/superduper-io/superduper/pull/2585
New Contributors
- @Anush008 made their first contribution in https://github.com/superduper-io/superduper/pull/2428
- @mirkenstein made their first contribution in https://github.com/superduper-io/superduper/pull/2447
- @shubhamsharma44 made their first contribution in https://github.com/superduper-io/superduper/pull/2537
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.2...0.4.1
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.0
What's Changed
- Feat/model/reloading by @kartik4949 in https://github.com/superduper-io/superduper/pull/2385
- Migrate plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2378
- Release plugins with test version 0.0.2 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2389
- Migrate to plugin design by @blythed in https://github.com/superduper-io/superduper/pull/2388
- Change dataclass_params to dataclassparams by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2394
Superduperrenamingsuperduperby @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2387- Added predict_id by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2392
- Bug/postgres pattern by @blythed in https://github.com/superduper-io/superduper/pull/2397
- Fix/vector index/on load by @kartik4949 in https://github.com/superduper-io/superduper/pull/2396
- Pass dependencies in schedule jobs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2379
- Fix/schedule jobs minor by @kartik4949 in https://github.com/superduper-io/superduper/pull/2398
- Fix small dependency bug by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2399
- Fix vector index remove by @kartik4949 in https://github.com/superduper-io/superduper/pull/2400
- Fix the CDC job condition by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2401
- Fix form_template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2404
- Migrate docs by @blythed in https://github.com/superduper-io/superduper/pull/2411
- Fix the duplicate children in the component. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2409
- Add serve attribute to model component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2419
- Update superduper job_id after submission by @kartik4949 in https://github.com/superduper-io/superduper/pull/2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2427
- Migrate templates and use-cases by @blythed in https://github.com/superduper-io/superduper/pull/2412
- Fix/event UUID by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2429
- Fixed atlas vector search by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2435
- Minor fix in graph with datatype by @kartik4949 in https://github.com/superduper-io/superduper/pull/2433
- feat: Qdrant vector search support by @Anush008 in https://github.com/superduper-io/superduper/pull/2428
- OpenAI(APIBaseModel) add `defaultheaders
inclient_kwargs` by @mirkenstein in https://github.com/superduper-io/superduper/pull/2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2449
- Add a placeholder link for web app by @kartik4949 in https://github.com/superduper-io/superduper/pull/2450
- Update vllm plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2448
- Fix minor bug in variables by @kartik4949 in https://github.com/superduper-io/superduper/pull/2452
- Fix/pymongo new version by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2465
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2466
- fix: clean Qdrant collection name by @Anush008 in https://github.com/superduper-io/superduper/pull/2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2470
- Update Slack Links by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2473
- Updated CONTRIBUTING.md by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2471
- Add README.md files for the plugins. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2487
- Feat/artifact/remote by @kartik4949 in https://github.com/superduper-io/superduper/pull/2440
- Include templates by @blythed in https://github.com/superduper-io/superduper/pull/2497
- Add basic rest fastapi server by @blythed in https://github.com/superduper-io/superduper/pull/2498
- Frontend by @blythed in https://github.com/superduper-io/superduper/pull/2500
- Refactor/queues jobs mixins by @blythed in https://github.com/superduper-io/superduper/pull/2496
- Add simplified messaging to the readme by @blythed in https://github.com/superduper-io/superduper/pull/2481
- Fixes for precreate by @blythed in https://github.com/superduper-io/superduper/pull/2517
- Fix compute init order by @kartik4949 in https://github.com/superduper-io/superduper/pull/2516
- Feature/confirm apply by @blythed in https://github.com/superduper-io/superduper/pull/2521
- Fix sql (postgres) table length by @kartik4949 in https://github.com/superduper-io/superduper/pull/2526
- Fix rag template by @blythed in https://github.com/superduper-io/superduper/pull/2528
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2530
- Fix/template initialization 2 by @blythed in https://github.com/superduper-io/superduper/pull/2532
- Increase permissions on artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2533
- Fix text-search template build by @blythed in https://github.com/superduper-io/superduper/pull/2534
- Found that bytes are not encoded as strings by @blythed in https://github.com/superduper-io/superduper/pull/2536
- Update README.md by @shubhamsharma44 in https://github.com/superduper-io/superduper/pull/2537
- Hello world example by @blythed in https://github.com/superduper-io/superduper/pull/2538
- Fix datatype swap in MongoDB by @blythed in https://github.com/superduper-io/superduper/pull/2540
- Added pdf rag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2522
- Restore some training test cases by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2531
- Fix/superduper shell by @blythed in https://github.com/superduper-io/superduper/pull/2542
- Fix/base 64 artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2545
- Make transfer learning work by @kartik4949 in https://github.com/superduper-io/superduper/pull/2541
- Fix/rest/db injection by @blythed in https://github.com/superduper-io/superduper/pull/2550
- Add prefix in superduperapp base by @kartik4949 in https://github.com/superduper-io/superduper/pull/2552
- Fix/local cluster by @blythed in https://github.com/superduper-io/superduper/pull/2555
- Add timeout to table creation by @blythed in https://github.com/superduper-io/superduper/pull/2557
- Decouple db setter and initialize by @kartik4949 in https://github.com/superduper-io/superduper/pull/2556
- Updated llmfinetuning and pdfrag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2560
- Fix transfer-learning export by @blythed in https://github.com/superduper-io/superduper/pull/2563
- Refactor/vector search as plugins by @kartik4949 in https://github.com/superduper-io/superduper/pull/2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in https://github.com/superduper-io/superduper/pull/2559
- Add remote data object and standardize templates by @blythed in https://github.com/superduper-io/superduper/pull/2564
- Handle no templates changed by @blythed in https://github.com/superduper-io/superduper/pull/2567
- Add gif directory by @blythed in https://github.com/superduper-io/superduper/pull/2568
- Feat/add/deploy flag by @kartik4949 in https://github.com/superduper-io/superduper/pull/2569
- Fixed decode function and table.data by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2570
- Complete transition to plugins by @blythed in https://github.com/superduper-io/superduper/pull/2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2573
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2572
- Fix/async logging by @blythed in https://github.com/superduper-io/superduper/pull/2577
- databases -> tools by @blythed in https://github.com/superduper-io/superduper/pull/2581
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2582
New Contributors
- @Anush008 made their first contribution in https://github.com/superduper-io/superduper/pull/2428
- @mirkenstein made their first contribution in https://github.com/superduper-io/superduper/pull/2447
- @shubhamsharma44 made their first contribution in https://github.com/superduper-io/superduper/pull/2537
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.2...0.4.0
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.4.0
What's Changed
- Feat/model/reloading by @kartik4949 in https://github.com/superduper-io/superduper/pull/2385
- Migrate plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2378
- Release plugins with test version 0.0.2 by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2389
- Migrate to plugin design by @blythed in https://github.com/superduper-io/superduper/pull/2388
- Change dataclass_params to dataclassparams by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2394
Superduperrenamingsuperduperby @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2387- Added predict_id by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2392
- Bug/postgres pattern by @blythed in https://github.com/superduper-io/superduper/pull/2397
- Fix/vector index/on load by @kartik4949 in https://github.com/superduper-io/superduper/pull/2396
- Pass dependencies in schedule jobs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2379
- Fix/schedule jobs minor by @kartik4949 in https://github.com/superduper-io/superduper/pull/2398
- Fix small dependency bug by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2399
- Fix vector index remove by @kartik4949 in https://github.com/superduper-io/superduper/pull/2400
- Fix the CDC job condition by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2401
- Fix form_template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2404
- Migrate docs by @blythed in https://github.com/superduper-io/superduper/pull/2411
- Fix the duplicate children in the component. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2409
- Add serve attribute to model component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2419
- Update superduper job_id after submission by @kartik4949 in https://github.com/superduper-io/superduper/pull/2420
- [PLUGINS] Bump Version [mongodb] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2427
- Migrate templates and use-cases by @blythed in https://github.com/superduper-io/superduper/pull/2412
- Fix/event UUID by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2429
- Fixed atlas vector search by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2435
- Minor fix in graph with datatype by @kartik4949 in https://github.com/superduper-io/superduper/pull/2433
- feat: Qdrant vector search support by @Anush008 in https://github.com/superduper-io/superduper/pull/2428
- OpenAI(APIBaseModel) add `defaultheaders
inclient_kwargs` by @mirkenstein in https://github.com/superduper-io/superduper/pull/2447 - Fix the bug where shared artifacts are deleted by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2446
- [PLUGINS] Bump Version [mongodb | sqlalchemy] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2449
- Add a placeholder link for web app by @kartik4949 in https://github.com/superduper-io/superduper/pull/2450
- Update vllm plugin by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2448
- Fix minor bug in variables by @kartik4949 in https://github.com/superduper-io/superduper/pull/2452
- Fix/pymongo new version by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2462
- Fix the query parser incompatibility with '.' symbol by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2465
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2463
- Fix the conflict of the same identifier during encoding. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2464
- Fix the issue where MongoDB did not create the output table. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2466
- fix: clean Qdrant collection name by @Anush008 in https://github.com/superduper-io/superduper/pull/2458
- Fix the bug in the CI where plugins are skipping tests. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2470
- Update Slack Links by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2473
- Updated CONTRIBUTING.md by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2471
- Add README.md files for the plugins. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2474
- [PLUGINS] Bump Version [all] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2486
- [PLUGINS] Bump Version [transformers] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2487
- Feat/artifact/remote by @kartik4949 in https://github.com/superduper-io/superduper/pull/2440
- Include templates by @blythed in https://github.com/superduper-io/superduper/pull/2497
- Add basic rest fastapi server by @blythed in https://github.com/superduper-io/superduper/pull/2498
- Frontend by @blythed in https://github.com/superduper-io/superduper/pull/2500
- Refactor/queues jobs mixins by @blythed in https://github.com/superduper-io/superduper/pull/2496
- Add simplified messaging to the readme by @blythed in https://github.com/superduper-io/superduper/pull/2481
- Fixes for precreate by @blythed in https://github.com/superduper-io/superduper/pull/2517
- Fix compute init order by @kartik4949 in https://github.com/superduper-io/superduper/pull/2516
- Feature/confirm apply by @blythed in https://github.com/superduper-io/superduper/pull/2521
- Fix sql (postgres) table length by @kartik4949 in https://github.com/superduper-io/superduper/pull/2526
- Fix rag template by @blythed in https://github.com/superduper-io/superduper/pull/2528
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2530
- Fix/template initialization 2 by @blythed in https://github.com/superduper-io/superduper/pull/2532
- Increase permissions on artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2533
- Fix text-search template build by @blythed in https://github.com/superduper-io/superduper/pull/2534
- Found that bytes are not encoded as strings by @blythed in https://github.com/superduper-io/superduper/pull/2536
- Update README.md by @shubhamsharma44 in https://github.com/superduper-io/superduper/pull/2537
- Hello world example by @blythed in https://github.com/superduper-io/superduper/pull/2538
- Fix datatype swap in MongoDB by @blythed in https://github.com/superduper-io/superduper/pull/2540
- Added pdf rag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2522
- Restore some training test cases by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2531
- Fix/superduper shell by @blythed in https://github.com/superduper-io/superduper/pull/2542
- Fix/base 64 artifacts by @blythed in https://github.com/superduper-io/superduper/pull/2545
- Make transfer learning work by @kartik4949 in https://github.com/superduper-io/superduper/pull/2541
- Fix/rest/db injection by @blythed in https://github.com/superduper-io/superduper/pull/2550
- Add prefix in superduperapp base by @kartik4949 in https://github.com/superduper-io/superduper/pull/2552
- Fix/local cluster by @blythed in https://github.com/superduper-io/superduper/pull/2555
- Add timeout to table creation by @blythed in https://github.com/superduper-io/superduper/pull/2557
- Decouple db setter and initialize by @kartik4949 in https://github.com/superduper-io/superduper/pull/2556
- Updated llmfinetuning and pdfrag template by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2560
- Fix transfer-learning export by @blythed in https://github.com/superduper-io/superduper/pull/2563
- Refactor/vector search as plugins by @kartik4949 in https://github.com/superduper-io/superduper/pull/2548
- Fix/ibis/sql tablelength fallback by @kartik4949 in https://github.com/superduper-io/superduper/pull/2559
- Add remote data object and standardize templates by @blythed in https://github.com/superduper-io/superduper/pull/2564
- Handle no templates changed by @blythed in https://github.com/superduper-io/superduper/pull/2567
- Add gif directory by @blythed in https://github.com/superduper-io/superduper/pull/2568
- Feat/add/deploy flag by @kartik4949 in https://github.com/superduper-io/superduper/pull/2569
- Fixed decode function and table.data by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2570
- Complete transition to plugins by @blythed in https://github.com/superduper-io/superduper/pull/2571
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2573
- [PLUGINS] Bump Version [openai] by @blythed in https://github.com/superduper-io/superduper/pull/2574
- [PLUGINS] Bump Version [openai] by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2576
- Modify the apply endpoint in the REST API to an asynchronous interface by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2572
- Fix/async logging by @blythed in https://github.com/superduper-io/superduper/pull/2577
- databases -> tools by @blythed in https://github.com/superduper-io/superduper/pull/2581
- [PLUGINS] Bump Version [all] by @blythed in https://github.com/superduper-io/superduper/pull/2582
New Contributors
- @Anush008 made their first contribution in https://github.com/superduper-io/superduper/pull/2428
- @mirkenstein made their first contribution in https://github.com/superduper-io/superduper/pull/2447
- @shubhamsharma44 made their first contribution in https://github.com/superduper-io/superduper/pull/2537
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.2...0.4.0
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.2.2
What's Changed
- remove unUse import by @EdwardLi-coder in https://github.com/superduper-io/superduper/pull/2295
- Modify the field name output to outputs.predictid by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2317
- Add broker config in cluster by @kartik4949 in https://github.com/superduper-io/superduper/pull/2314
- Fix/vector index and queue caching by @blythed in https://github.com/superduper-io/superduper/pull/2324
- Update images to an absolute path and fix link of the docs on readme by @guerra2fernando in https://github.com/superduper-io/superduper/pull/2325
- Drop no common options by @EdwardLi-coder in https://github.com/superduper-io/superduper/pull/2322
- fix make install_devkit and remove replace.sh by @fnikolai in https://github.com/superduper-io/superduper/pull/2328
- Feat/new output table by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2319
- Add helper method in event by @kartik4949 in https://github.com/superduper-io/superduper/pull/2332
- Ref/queue/declare component by @kartik4949 in https://github.com/superduper-io/superduper/pull/2335
- Make 'create a table' compulsory by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2339
- Fix/remove server mode by @blythed in https://github.com/superduper-io/superduper/pull/2341
- Feat/remove inline datatypes by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2340
- add component.Info() support lists by @EdwardLi-coder in https://github.com/superduper-io/superduper/pull/2338
- Support eager mode by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2331
- Ref/listener/downstream by @kartik4949 in https://github.com/superduper-io/superduper/pull/2337
- use different colors to distinguish logs by @EdwardLi-coder in https://github.com/superduper-io/superduper/pull/2333
- Fix/minor bugs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2348
- Change all the outputs. to _outputs_ by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2354
- Fix/component/verbosity by @kartik4949 in https://github.com/superduper-io/superduper/pull/2355
- Disable cdc on output table by @kartik4949 in https://github.com/superduper-io/superduper/pull/2357
- Make tests configurable against backend by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2351
- Support: Fixd UUID and prefix outputs string by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2358
- Fix default encoding and add cleanup tools for ibis by @blythed in https://github.com/superduper-io/superduper/pull/2359
- Updated docs metadata and removed link by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2360
- Rebranding update readme by @fnikolai in https://github.com/superduper-io/superduper/pull/2365
- Update README.md by @thgnw in https://github.com/superduper-io/superduper/pull/2366
- Docs update links and texts by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2361
- Update README.md by @thgnw in https://github.com/superduper-io/superduper/pull/2367
- Add executeselect and filter in the Query class. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2363
- Optimize the logic of readyids in triggerids. by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2371
- Updated Link & Metadata by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2372
- Fix/links/docs by @kartik4949 in https://github.com/superduper-io/superduper/pull/2375
- Update color pallets by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2376
- Testing utils for plugins by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2374
- Add robots txt and edit url in docusauraus by @fazlulkarimweb in https://github.com/superduper-io/superduper/pull/2381
Full Changelog: https://github.com/superduper-io/superduper/compare/0.3.0...0.2.2
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.3.0
What's Changed
- Add data-init component by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2271
- Add plugin component by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2226
- Feat/ray jobs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2274
- Refactor/rename superduper by @blythed in https://github.com/superduper-io/superduper/pull/2276
- Add fixed links and images by @blythed in https://github.com/superduper-io/superduper/pull/2286
- update dockerhub names by @fnikolai in https://github.com/superduper-io/superduper/pull/2287
- Fix/queue/keylist by @kartik4949 in https://github.com/superduper-io/superduper/pull/2279
- fix image after rebranding by @fnikolai in https://github.com/superduper-io/superduper/pull/2291
- Fixed some bugs by @jieguangzhou in https://github.com/superduper-io/superduper/pull/2293
Full Changelog: https://github.com/superduper-io/superduper/compare/0.2.1...0.3.0
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.2.1
What's Changed
- Fix/cluster by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2207
- Remove variable from use-case by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2221
- Fix/build option by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2223
- Fixed listener dependencies by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2222
- Add query-template by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2224
- fix link to notebook by @johko in https://github.com/SuperDuperDB/superduperdb/pull/2225
- Docs modal change from v0.1 to v0.2 by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/2235
- Feat/pluggable compute by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2230
- Fixing minor typo in documentation by @mrchtr in https://github.com/SuperDuperDB/superduperdb/pull/2247
- Fix templates by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2255
- Cherry-pick some bug fixes by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2233
- Support for packaging application from the database. by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2254
- Fix doc-strings by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2264
New Contributors
- @mrchtr made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/2247
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.2.0...0.2.1
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.2.0
What's Changed
- fix release pipeline by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2204
- Fix rest API with templates by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2206
- Readme update v0.2 by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/2190
- Release 0.2.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2209
- Release 0.2.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2212
- Bump Version 0.2.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2213
- Bump Version 0.2.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2214
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.1.4...0.2.0
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - 0.1.4
What's Changed
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1464
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1466
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1467
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1472
- [DOC]: Added missing word in the blog by @Sohaib90 in https://github.com/SuperDuperDB/superduperdb/pull/1491
- Removed release note in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1501
- simplify the testing of sql databases by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1494
- Add public api annotations by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1506
- Update README.md by @eltociear in https://github.com/SuperDuperDB/superduperdb/pull/1516
- Remove redundant arguments from components using
kw_only=Trueby @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1495 - Minor typo in README.md by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1517
- Update notebooks, docs. Co-authored-by: Saavrm26 by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1523
- Add embbed vector_search in uri by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1520
- Update readme videos by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1534
- Update images of videos on readme by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1535
- Localise import for compute in build by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1539
- Add Monitoring and Logging on the testing environment by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1530
- Append superduperdb folder in cdc tokens by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1538
- Fix clickhouse and optimize compatibility when using SQL link by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1496
- add mysql to db integration by @therohitdas in https://github.com/SuperDuperDB/superduperdb/pull/1540
- Fix bugs in creating stack of functionality by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1541
- feat: add Jina integration extension by @JoanFM in https://github.com/SuperDuperDB/superduperdb/pull/1533
- indent faq by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1542
- Add Japanese README by @eltociear in https://github.com/SuperDuperDB/superduperdb/pull/1537
- Modified ja readme by @chrono-k in https://github.com/SuperDuperDB/superduperdb/pull/1567
- Feature/additional parameters options predict by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1546
- Python package references are updated in sql.md by @muralidharand in https://github.com/SuperDuperDB/superduperdb/pull/1570
- Add ray compute by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1526
- feat: Add Jina AI logos and API integrations by @saahil in https://github.com/SuperDuperDB/superduperdb/pull/1575
- Add ref links in questionthedocs example by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1576
- Fix snowflake bugs and create use-case by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1579
- Fix: Update broken Edit link in the documentation by @Manmit124 in https://github.com/SuperDuperDB/superduperdb/pull/1582
- Chnage What is section in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1583
- Change what is section README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1584
- Minor change in what is section in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1585
- Artifacts from URIs and stack refactorings by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1586
- fix 'Edit this page' URLs by @aarya626 in https://github.com/SuperDuperDB/superduperdb/pull/1581
- update edit link by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1587
- Updated FAQ by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1590
- Update snowflake-example.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1588
- Update intro.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1591
- Updating typo by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1595
- Fix question the docs data link by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1596
- Add local mode in ray by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1612
- Update README_zh.md by @EdwardLi-coder in https://github.com/SuperDuperDB/superduperdb/pull/1617
- Add more docs in vector search by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1608
- Remove pydantic from config by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1621
- Minor typo in docstrings by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1625
- Support LLM Inference (vLLM, OpenAI format interface) by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1607
- Add use cases to docs navbar by @Aditya-76 in https://github.com/SuperDuperDB/superduperdb/pull/1599
- Added Mongodb Atlas vector searcher by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1624
- Ref/changelog update by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1633
- Document features by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1631
- Update intro.md by @aj-emerich in https://github.com/SuperDuperDB/superduperdb/pull/1641
- docs: update architecture image location in architecture.md by @worlpaker in https://github.com/SuperDuperDB/superduperdb/pull/1638
- Improve documentation of using LLMs by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1636
- Add env injection in test suite by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1657
- Add fixes for hybrid storage by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1659
- remove demo from readme by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1660
- Remove vllm dependency when using ray to run vllm by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1637
- Fix vector intialize inmemory by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1661
- Add initial cdc options for sql databases by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1643
- Ref/build by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1663
- Fix vLLM local inference by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1670
- Add cookbook by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1665
- update examples by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1674
- Feature/multi ids by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1645
- Extract dbname from databacked in test confest by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1666
- Refactor ibis table import path by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1677
- Support unstructured encoder by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1672
- Create nightly-build.yaml by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1685
- Add reinit ignore in ray by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1696
- Support llm model based on huggingface and Qlora training by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1662
- Update what is section in README.md for better understanding by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1700
- Move downloads config and add extra options by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1702
- Change readme order README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1704
- Add compute logging and public class annotations by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1705
- Disable rebuild in cdc by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1707
- Remove force_set from tasks by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1712
- Add client kwargs in openai by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1708
- Update pyproject.toml by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1716
- Limit sqlglot version by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1725
- Revert tasks config compute local override by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1722
- Replace identifier with model in openai models by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1720
- [LORA] Use SuperDuperDB, ray and deepspeed to run local/remote multi GPU training by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1719
- DOC: Updating the Contributing.md and the testing.md files by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1728
- doc: changes 'packages' to 'host names' in testing.md by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1730
- Update LLM Finetune documentation by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1734
- Add integration tests for LLM finetune by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1732
- Replace csv file regex with os basepath by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1742
- Fix minor bug in openai by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1741
- Bump Version 0.1.1 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1754
- Makefile update by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1755
- deprecate demo by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1767
- run testing within the sandbox image by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1768
- Merge Serializer, Datatype and Document by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1772
- make CI to fail if changelog is not updated by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1770
- Exclude certain files from triggering the ci by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1781
- ignore jsons from triggering the ci by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1782
- Documentation Improvement by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1777
- [Quick fix] - added the duckdb file to sidebar.js by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1784
- Make conftest configurable with envs by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1787
- Refactor predict with multi key support by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1776
- Fix openai random CI error by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1800
- [Fix] typos by @danibene in https://github.com/SuperDuperDB/superduperdb/pull/1801
- [CHORE] Minor adjustments to the documentation by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1806
- Fixed the bug where select in listener is modified in schedule_jobs by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1802
- Feat/llama cpp by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1753
- Improve _Predictor developer contract by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1786
- Add easy import decorator by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1790
- Add ray serve by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1775
- Add file datatype type to support saving and reading files/folders in artifact_store by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1805
- Model decorators by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1813
- Add DAG model to support graph like execution by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1713
- Try to fixed the CI error caused by the old openai cassettes by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1820
- Lazy model initialization project wide by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1817
- Add schedule jobs in vector index by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1818
- [LORA] Optimization (configuration, datasets, etc) and testing by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1823
- Add requires function for checking module requirement by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1826
- Add output dict indexing in graph by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1829
- Update new brand SuperDuperDB by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1831
- Fixed some bugs of rag application by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1827
- Add requires for all ext modules by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1830
- Fixed bug: Multiple concurrent errors in vllm real-time applications by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1835
- Fix minor bug in variable set by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1837
- Refactor model.fit by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1832
- Support Schema option for MongoDB by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1850
- Blog post by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1856
- Update Article with Jina AI instructions by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1859
- Fix/listener output chain by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1853
- Fix fine-tuning with new .fitindb(db=db) pattern by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1862
- Sort out the llm directory structure by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1869
- Blog Post - Nomic API Integration with SuperDuperDB by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1871
- Added compute_kwargs for job compute by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1870
- Fixed some bugs of open source RAG Pipeline by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1873
- Fix listener with null select in taskworkflow by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1885
- Fix/graph intermediate mappings by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1883
- Templates for documentation by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1888
- Fix a minor typo in models component by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1889
- Changing the repository of the blog by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1893
- Make lance add upsert vectors by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1895
- Add cache while loading vectors in inmemory by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1894
- Modify project structure by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1892
- add nightly (pre-release) image by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1904
- Fixed listener and post-like by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1925
- Refactor simple rest server by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1930
- Added CORS Middleware for integrating with frontend by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1932
- Adjust the docs of the v0.1 release by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1936
- Fix torch fit by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1918
- Adjust V0.1 of docs + JP and CH readme by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1944
- Normalize vectors in advance for cosine by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1947
- Insert release anouncement in README by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1961
- Create local cluster with tmux sessions by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1958
- Create local cluster with tmux sessions by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1970
- docs announcement overlay for new docs version. by @archit00sharma in https://github.com/SuperDuperDB/superduperdb/pull/1974
- Nightly by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1981
- fix conftest for database cleanup by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1988
- Fix/vector index reload by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1991
- Docs/reusable snippets by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2002
- Make build usecases api return bytes by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2007
- Fix minor bug with single tab snippet by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2008
- Update do_insert in MongoDB tab by @Lalith-Sagar-Devagudi in https://github.com/SuperDuperDB/superduperdb/pull/2011
- Fix minor bugs in multimodal usecase by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2012
- Add flat serialization for UI by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2013
- Fixed file datatype and and lazy file by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2017
- Refactor flat serialization by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2018
- Notebook generator by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2020
- Fix paths for notebook generator button by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/2022
- Fix duplicate artifact save by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2023
- Edit colab links by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2025
- Optimized LLM finetuning usage experience by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2024
- Fix pandas support by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2010
- Show the DataLayer configuration by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2040
- Updated LLM related documents and use case by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2036
- Fix
os.unamemethod not found error in windows (#2033) by @ChandanChainani in https://github.com/SuperDuperDB/superduperdb/pull/2034 - Fixed database permission issues when connecting to mongodb by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2045
- Docs/1854 by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2035
- Auto-infer Schema from data by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2046
- Lazy-creation of output tables for ibis to enable auto-inference of o… by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2048
- [DOCS0-2] Document all public classes, methods and functions by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2050
- improve database deployment and testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2055
- improve image builder by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2058
- add testing for oracle by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2059
- Add labeled data and fix broken links by @Lalith-Sagar-Devagudi in https://github.com/SuperDuperDB/superduperdb/pull/2015
- Feature/flatten serialization by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2056
- Fix doc-strings after big merge by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2078
- fix docs builder and redirect by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2092
- Snowflake Integration by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2081
- Auto-create tables and schemas by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2090
- Refactor rest server implementation by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2091
- Fix/remove dead code by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2088
- Add auto document wrapping in insert query by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2097
- Updated the RAG use case by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2079
- Fix tutorials by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2102
- Updated the LLM finetuning use case by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2101
- Fixed the bugs of multimodal vector search use case by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2111
- Fix special character keys serialization support in mongodb by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2113
- Create components to ship easy to adapt applications by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2114
- Updated multimodal vector search use case by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2121
- Updated the use cases by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2133
- Add additional options to local-cluster by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2139
- Add devkit to dependency installation (#2134) by @klepp0 in https://github.com/SuperDuperDB/superduperdb/pull/2137
- Feat/enhanced print by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2140
- Revert "Feat/enhanced print" by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2141
- Feat/enhanced print by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2142
- Update references to components and artifacts. by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2145
- Fix listener cleanup by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2138
- feat: add metaclass to auto wrap a kw_only dataclass by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2144
- Some minor updates. by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2152
- Fix/2154 by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2159
- Refactor/document encode by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2160
- Change 'leaves' to 'builds' by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2163
- Fix empty identifier of Code.from_object by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2167
- Docs/refinements 2 by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2162
- Fixed llm finetuning UT by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2175
- Move slash to dot by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2178
- Fixed Native encodable by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2179
- Fix minor bugs in ibis cdc by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2176
- Fix/snowflake compatibility by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2181
- Releases by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2183
- Add auto reconnect on token expiry by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2180
- Simple cronjobs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2184
- Fixed 'objectmodel' and 'predict_one' in doc by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2185
- Fixed a bug in local cluster by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/2187
- Fix cdc config by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2186
- Fixed dependencies of ray jobs by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/2192
- Release 0.2.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2194
- disable wheel checking by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2195
- Fix copy_vectors dependencies by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/2196
- Release 0.1.3 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2197
- Bump Version 0.1.4 (#2202) by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/2203
New Contributors
- @Sohaib90 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1491
- @eltociear made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1516
- @therohitdas made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1540
- @JoanFM made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1533
- @chrono-k made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1567
- @muralidharand made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1570
- @saahil made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1575
- @Manmit124 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1582
- @aarya626 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1581
- @EdwardLi-coder made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1617
- @Aditya-76 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1599
- @aj-emerich made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1641
- @worlpaker made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1638
- @anitaokoh made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1728
- @danibene made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1801
- @Lalith-Sagar-Devagudi made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/2011
- @ChandanChainani made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/2034
- @klepp0 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/2137
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.4
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/superduper-io/superduper - artifact/superduperdb-0.1.1-py3-none-any.whl
What's Changed
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1464
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1466
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1467
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1472
- [DOC]: Added missing word in the blog by @Sohaib90 in https://github.com/SuperDuperDB/superduperdb/pull/1491
- Removed release note in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1501
- simplify the testing of sql databases by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1494
- Add public api annotations by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1506
- Update README.md by @eltociear in https://github.com/SuperDuperDB/superduperdb/pull/1516
- Remove redundant arguments from components using
kw_only=Trueby @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1495 - Minor typo in README.md by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1517
- Update notebooks, docs. Co-authored-by: Saavrm26 by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1523
- Add embbed vector_search in uri by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1520
- Update readme videos by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1534
- Update images of videos on readme by @guerra2fernando in https://github.com/SuperDuperDB/superduperdb/pull/1535
- Localise import for compute in build by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1539
- Add Monitoring and Logging on the testing environment by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1530
- Append superduperdb folder in cdc tokens by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1538
- Fix clickhouse and optimize compatibility when using SQL link by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1496
- add mysql to db integration by @therohitdas in https://github.com/SuperDuperDB/superduperdb/pull/1540
- Fix bugs in creating stack of functionality by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1541
- feat: add Jina integration extension by @JoanFM in https://github.com/SuperDuperDB/superduperdb/pull/1533
- indent faq by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1542
- Add Japanese README by @eltociear in https://github.com/SuperDuperDB/superduperdb/pull/1537
- Modified ja readme by @chrono-k in https://github.com/SuperDuperDB/superduperdb/pull/1567
- Feature/additional parameters options predict by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1546
- Python package references are updated in sql.md by @muralidharand in https://github.com/SuperDuperDB/superduperdb/pull/1570
- Add ray compute by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1526
- feat: Add Jina AI logos and API integrations by @saahil in https://github.com/SuperDuperDB/superduperdb/pull/1575
- Add ref links in questionthedocs example by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1576
- Fix snowflake bugs and create use-case by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1579
- Fix: Update broken Edit link in the documentation by @Manmit124 in https://github.com/SuperDuperDB/superduperdb/pull/1582
- Chnage What is section in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1583
- Change what is section README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1584
- Minor change in what is section in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1585
- Artifacts from URIs and stack refactorings by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1586
- fix 'Edit this page' URLs by @aarya626 in https://github.com/SuperDuperDB/superduperdb/pull/1581
- update edit link by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1587
- Updated FAQ by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1590
- Update snowflake-example.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1588
- Update intro.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1591
- Updating typo by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1595
- Fix question the docs data link by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1596
- Add local mode in ray by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1612
- Update README_zh.md by @EdwardLi-coder in https://github.com/SuperDuperDB/superduperdb/pull/1617
- Add more docs in vector search by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1608
- Remove pydantic from config by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1621
- Minor typo in docstrings by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1625
- Support LLM Inference (vLLM, OpenAI format interface) by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1607
- Add use cases to docs navbar by @Aditya-76 in https://github.com/SuperDuperDB/superduperdb/pull/1599
- Added Mongodb Atlas vector searcher by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1624
- Ref/changelog update by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1633
- Document features by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1631
- Update intro.md by @aj-emerich in https://github.com/SuperDuperDB/superduperdb/pull/1641
- docs: update architecture image location in architecture.md by @worlpaker in https://github.com/SuperDuperDB/superduperdb/pull/1638
- Improve documentation of using LLMs by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1636
- Add env injection in test suite by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1657
- Add fixes for hybrid storage by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1659
- remove demo from readme by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1660
- Remove vllm dependency when using ray to run vllm by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1637
- Fix vector intialize inmemory by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1661
- Add initial cdc options for sql databases by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1643
- Ref/build by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1663
- Fix vLLM local inference by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1670
- Add cookbook by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1665
- update examples by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1674
- Feature/multi ids by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1645
- Extract dbname from databacked in test confest by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1666
- Refactor ibis table import path by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1677
- Support unstructured encoder by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1672
- Create nightly-build.yaml by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1685
- Add reinit ignore in ray by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1696
- Support llm model based on huggingface and Qlora training by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1662
- Update what is section in README.md for better understanding by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1700
- Move downloads config and add extra options by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1702
- Change readme order README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1704
- Add compute logging and public class annotations by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1705
- Disable rebuild in cdc by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1707
- Remove force_set from tasks by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1712
- Add client kwargs in openai by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1708
- Update pyproject.toml by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1716
- Limit sqlglot version by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1725
- Revert tasks config compute local override by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1722
- Replace identifier with model in openai models by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1720
- [LORA] Use SuperDuperDB, ray and deepspeed to run local/remote multi GPU training by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1719
- DOC: Updating the Contributing.md and the testing.md files by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1728
- doc: changes 'packages' to 'host names' in testing.md by @anitaokoh in https://github.com/SuperDuperDB/superduperdb/pull/1730
- Update LLM Finetune documentation by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1734
- Add integration tests for LLM finetune by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1732
- Replace csv file regex with os basepath by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1742
- Fix minor bug in openai by @kartik4949 in https://github.com/SuperDuperDB/superduperdb/pull/1741
- Bump Version 0.1.1 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1754
New Contributors
- @Sohaib90 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1491
- @kartik4949 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1506
- @eltociear made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1516
- @therohitdas made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1540
- @JoanFM made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1533
- @chrono-k made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1567
- @muralidharand made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1570
- @saahil made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1575
- @Manmit124 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1582
- @aarya626 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1581
- @EdwardLi-coder made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1617
- @Aditya-76 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1599
- @aj-emerich made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1641
- @worlpaker made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1638
- @anitaokoh made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1728
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...artifact/superduperdb-0.1.1-py3-none-any.whl
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.1.0
What's Changed
- Fix docker-compose mount-path and Model.schedule_jobs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1459
- Add Chinese version README by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1461
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1458
- Update Chinese README for launch message, fix README url and remove Experimental tag by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1462
- Blog and chatbot notebook updated with new tutorial link by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1460
- Bump Version 0.1.0 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1463
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.20...0.1.0
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.0.20
What's Changed
- Bump Version 0.0.20 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1457
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.19...0.0.20
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.0.19
What's Changed
- fix typo in dockerfile by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1455
- Bump Version 0.0.19 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1456
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.18...0.0.19
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.0.18
What's Changed
- fix typo in dockerfile by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1453
- Bump Version 0.0.18 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1454
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.17...0.0.18
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.0.17
What's Changed
- Remove announcement in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1267
- fix missing dependencies on the examples by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1268
- Simplified version of voice-memo by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1269
- Refactor tests to run in parallel by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1253
- Support openai>=1.1.2 by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1260
- Add vector search service by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1248
- Change README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1272
- add logger and prepare ci for dask integration by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1274
- Fix the missing recording issue with the VCR in the OpenAI module. by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1276
- Modify notebooks pre-webinar by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1285
- e2e testing for mongo by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1277
- Add sql notebook and a few fixes by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1281
- Thgnw readme by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1297
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1298
- Add dask integration in end-to-end testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1295
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1301
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1303
- add vector-search to end-to-end testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1302
- improve notebook testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1307
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1308
- Fix/integration tests by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1311
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1318
- Add examples as submodule of superduperdb by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1316
- merge sandbox with docker-compose by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1319
- Corrected the documentation at https://docs.superduperdb.com/docs/docs/minimumworkingexample by @frozenmafia in https://github.com/SuperDuperDB/superduperdb/pull/1296
- Remove unused packages by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1290
- improve the building system by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1326
- Repair outputs logic by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1313
- Version outputs in target documents and rows by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1299
- Improve testing workflow by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1347
- Make trivial fixes to respect current docs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1349
- Fix/superduper magic by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1332
- Add exceptions in datalayer by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1343
- Simplify configuration by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1345
- Docusaurus V3 upgrade with restructuring the menu by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1350
- Further refactoring menu and fixing the Doc Site by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1368
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1351
- Fix conf.py and connecting md by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1369
- Updated documentation links and color of codeblock in the doc by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1372
- Feat/add job log test by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1352
- Fix/end2end integration by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1376
- Add compute abstraction by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1371
- Code of conduct by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1374
- Bug/production mode features by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1380
- Adding logos of DB's on readme by @Sevyten in https://github.com/SuperDuperDB/superduperdb/pull/1381
- Adjust apis and framework icons of the readme by @Sevyten in https://github.com/SuperDuperDB/superduperdb/pull/1382
- Updating all the use cases in the docs by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1375
- Remove distributed param by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1377
- Organize examples by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1396
- Updating rest of the notebooks in the docs by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1383
- fix ci path by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1397
- Notebook ci by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1398
- update contrib by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1400
- Usecases restructuring and old notebooks update by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1402
- update notebooks by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1401
- Add local cluster by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1403
- Add many refactorings to docs structure and content by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1409
- update docker and partial fixes on the notebooks by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1412
- Add a few hot fixes to the documentation by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1414
- Hot fix Atlas vector-search by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1415
- Bug/hot fix sql example by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1418
- add information about routes and graceful server termination by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1416
- Fix redundant exception logging by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1419
- Fix openai version in chatbot document by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1421
- Fix minor bug in transformers ext by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1417
- Enhancing Unit Testing by Adding sqldb Fixture by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1270
- Remove a junk test file by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1422
- Revert dask client to remote by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1424
- Add app-template example by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1425
- Change listener postload to postcreate by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1428
- Fix/update notebook openai by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1431
- Fix dask failing logs from test dask by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1435
- Make cdc a thread safe process by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1437
- Revert highlevel exceptions by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1426
- Add more ut for sql db by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1436
- Add sandbox example with fixes for job creation and submission by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1427
- Fix RawQuery by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1429
- Fix links and re-type auto-ibis meta-data by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1443
- Blogs with updates by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1448
- Notebook Testing & Sandbox by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1445
- Add encoders in openai model by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1447
- Documentation site update and notebook by @fazlulkarimweb in https://github.com/SuperDuperDB/superduperdb/pull/1450
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1451
- Bump Version 0.0.17 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1452
New Contributors
- @frozenmafia made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1296
- @fazlulkarimweb made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1350
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.16...0.0.17
- Python
Published by github-actions[bot] about 2 years ago
https://github.com/superduper-io/superduper - 0.0.16
What's Changed
- add missing dependency for opencv by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1226
- Logging by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1223
- Fix svg by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1227
- Ci stuff by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1228
- Rework on the notebooks by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1234
- Add UT for Model by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1229
- Fix
og:titleandog:urlin docs by @archit00sharma in https://github.com/SuperDuperDB/superduperdb/pull/1232 - Add basic stack support by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1198
- Changelog by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1231
- Create flat and sequential docs structure by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1168
- Update test file names by @aminalaee in https://github.com/SuperDuperDB/superduperdb/pull/1247
- fix attr by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1250
- Remove
isortdependency by @aminalaee in https://github.com/SuperDuperDB/superduperdb/pull/1251 - Add UT for superduper.base.datalayer by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1244
- Fix device fallback in serialization by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1240
- New Diagram by @Sevyten in https://github.com/SuperDuperDB/superduperdb/pull/1254
- Bump Version 0.0.16 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1262
New Contributors
- @aminalaee made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1247
- @Sevyten made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1254
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.15...0.0.16
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.15
What's Changed
- Update readme by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1196
- Remove unused import by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1205
- Update README.md with contributors by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1201
- Launch announcement by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1208
- fix dependencies and makefile by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1209
- Fix demo release by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1210
- add conditional builders on Dockerfile by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1213
- Update README.md by @Devparihar5 in https://github.com/SuperDuperDB/superduperdb/pull/1215
- Add raw sql in ibis by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1220
- Add experimental keyword by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1218
- Optimize unit tests by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1204
- Update README.md with announcement emoji by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1222
- Add query table by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1212
- Ashishpatel26 main by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1224
- Bump Version 0.0.15 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1225
New Contributors
- @Devparihar5 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1215
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.14...0.0.15
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.14
What's Changed
- A small atlas fix by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1141
- Make cdc consumer singleton by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1133
- Added Twitter account in Readme if anyone want to follow superduperdb by @Ayush9026 in https://github.com/SuperDuperDB/superduperdb/pull/1144
- remove caching effects from dockerfile by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1140
- Add lazy loading of artifacts and refactor vector-search by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1149
- Fix ibis prelike and postlike by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1157
- Change file structure, delete unused files and no renamings by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1160
- Update parallelizemodelcomputationswithdask.ipynb by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1161
- Fix taskworfklow trigger for relevant listeners by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1162
- Fix adding scores to aggregate pipelines in Atlas vector-search by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1182
- Bump Version 0.0.14 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1184
- Release v0.0.14 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1189
- Bump Version 0.0.14 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1190
New Contributors
- @Ayush9026 made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1144
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.13...0.0.14
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.13
What's Changed
- Simplify docs build and cli tool by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1080
- Refactor/move apps to own repo by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1081
- Refactor db.load and db.add by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1073
- Fix passing chunk-size onwards by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1082
- Notebook testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1083
- sitemap added, meta-tags added by @archit00sharma in https://github.com/SuperDuperDB/superduperdb/pull/1086
- Update ci_notebooks.yml by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1103
- Add custom asdict for dataclasses by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1108
- Feature/1040/auto video download with reference by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1106
- Remove random scripts folder by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1113
- Fix and winnow down use-case notebooks by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1099
- Bundle documentation into one directory by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1116
- Feature/668/clean query for ibis by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1055
- Fix CI for notebook testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1119
- New Architecture Diagram by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1120
- Update Architecture Diagram by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1121
- A few fixes for atlas by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1122
- beautify readme by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1118
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1123
- Update diagram by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1127
- Update diagram figures by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1128
- Increase infrastructure diagram width to 100% by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1126
- Notebook testing by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1131
- Add serializer for custom serialization by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1129
- Update README.md by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1132
- disable checker for broken links by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1135
- A few user experience changes by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1136
- Release v0.0.13 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1138
- Bump Version v0.0.13 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1139
New Contributors
- @archit00sharma made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1086
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.12...0.0.13
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.12
What's Changed
- Update README.md with demo Jupyter link by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1063
- Bound urllib3<2 for consistent CPython3.X behaviour by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/1062
- Fix flatten unit tests by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1067
- Fix bug related to docker release by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1071
- Bump Version 0.0.12 by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1072
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.11...0.0.12
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.11
What's Changed
- Bump Version v0.0.11 by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1066
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.10...0.0.11
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.10
What's Changed
- Centralize release workflow by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1048
- Add preamble in existing notebooks with bug fixes by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1036
- fix docker version to be compatible with pypi by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1053
- Use flatten in video-search usecase by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1054
- Customize jupyter by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1057
- Bump Version v0.0.10 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1061
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.9...0.0.10
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.9
What's Changed
- Add OpenAI image endpoint by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/1006
- Docs/atlas vector search tutorial by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1015
- Usecase: Video search like YouTube using vector database by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/981
- Add a demo image that integrates superduperdb with jupyter by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1018
- Change README introduction by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/1023
- Add modelupdatekwargs for non embedded outputs by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1017
- Fix atlas vector search configurations by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1029
- Add rag walkthrough blog-post by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1034
- Add rag walkthrough blog-post by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1035
- Fix git message in info CLI command by @jieguangzhou in https://github.com/SuperDuperDB/superduperdb/pull/1032
- Docker compose by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1030
- Improve release workflow by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1038
- Update formatting and messaging in Atlas blog-posts by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1043
- Add footer to all posts by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1044
- Ci improve by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1042
- Bump Version v0.0.9 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1046
- Release v0.0.9 by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/1047
New Contributors
- @jieguangzhou made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1032
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.8...0.0.9
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.8
What's Changed
- Add tests to fix bug in OpenAI by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/953
- Add mongomock to make simplest examples easier by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/964
- Fix additional broken links by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/969
- Simplify cdc/handler.py considerably by @rec in https://github.com/SuperDuperDB/superduperdb/pull/952
- Add Cohere Generate and Embed endpoints by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/954
- Add Anthropic Completions endpoint by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/955
- Change cosmetics of vector-search blogpost by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/974
- Add pip freeze to
sddb info(see #989) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/992 - Fix CUDA device tests (fix #989) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/993
- Convert docs to use :param (fix #879) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/995
- Improve link checker to compensate for relative paths by @fnikolai in https://github.com/SuperDuperDB/superduperdb/pull/988
- Add sentence transformer model by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/998
- Use ruff.isort and remove isort package by @zhongjiajie in https://github.com/SuperDuperDB/superduperdb/pull/783
- Fixes for doc intro by @johko in https://github.com/SuperDuperDB/superduperdb/pull/991
- Add OpenAI audio endpoint by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/1003
- Shorten DB.createchildren by @alexmojaki in https://github.com/SuperDuperDB/superduperdb/pull/1004
- Add chat bot to docusaurus.config.js for docs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1007
- Replace lancedb with lance by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/1008
- Add cohere+anthropic blogpost by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1009
- Update to version v0.0.8 by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/1010
New Contributors
- @fnikolai made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/988
- @johko made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/991
- @alexmojaki made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/1004
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.7...0.0.8
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.7
What's Changed
- Correct and complete all public docstrings by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/804
- Fix broken dependency action by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/820
- Allow experimental testing with mongomock by @rec in https://github.com/SuperDuperDB/superduperdb/pull/823
- Remove many calls to sleep by @rec in https://github.com/SuperDuperDB/superduperdb/pull/821
- Update docs diagram by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/848
- Automate docs build by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/852
- Fix docs build by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/853
- Add pandoc to CI by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/854
- Remove #pragma commands by @rec in https://github.com/SuperDuperDB/superduperdb/pull/855
- Update CI to check imports by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/851
- Be more forceful in test_quality.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/856
- Add
t.castdefect to test_quality.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/861 - Fix missing predict kwarg by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/862
- Make mypy a bit stricter (see #807) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/858
- Ibis backend to integrate sql and in memory databases by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/822
- Fix breakages by @rec in https://github.com/SuperDuperDB/superduperdb/pull/864
- Fix dev.txt requirement after updating by @rec in https://github.com/SuperDuperDB/superduperdb/pull/868
- Improve qtd prompt by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/871
- Teach requests to handle file:// URIs by @rec in https://github.com/SuperDuperDB/superduperdb/pull/816
- Force Python 3.8 in update-pinned-deps (fix #874) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/875
- Add hugging face in qtd by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/877
- Docs/843/migrate all current docs to docusaurus by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/872
- Fix doc comments for dataclasses (fix #879) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/881
- Improve performance of tests by @rec in https://github.com/SuperDuperDB/superduperdb/pull/867
- Add commit message release trigger by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/884
- Add documentation api in qtd by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/886
- Add npm build of docusaurus to regular build by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/885
- Support new superduperdb docs in qtd by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/889
- Replace cdc global with collection locks by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/882
- Add content to blog by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/892
- Remove duplicate docs by @rec in https://github.com/SuperDuperDB/superduperdb/pull/895
- Fix logo link in README by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/896
- Fix docusaurus.config.js by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/897
- Bug/891/migrate blog to docusaurus blog by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/898
- Fix docs workflow by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/899
- Add blog folder to diff by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/901
- Move use-cases to own folder by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/902
- Update QTD with new docs by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/904
- Fix documentation in mongodb/query.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/894
- Add superduperdb/misc/runnable (see #883) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/893
- Add ibis data backend tests by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/925
- Tidy Dockerfile for app by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/935
- Add js features to blog by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/934
- Update technical docs for QtD app by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/926
- Fix blog dates by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/927
- Add valid edit URLs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/943
- Update supported data stores by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/942
- Add logging to threads, fix a warning by @rec in https://github.com/SuperDuperDB/superduperdb/pull/914
- Change order of operations in Makefile by @rec in https://github.com/SuperDuperDB/superduperdb/pull/928
- Add Markdown link check to CI by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/932
- Device fallback on model load by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/946
- Update to version v0.0.7 by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/948
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/0.0.6...0.0.7
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.6
What's Changed
- Feature/predict missing ids by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/708
- Refactor QTD app by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/712
- Add default repos for qtd by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/714
- Fix SQLite spelling by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/724
- Add possibility to use atlas-vector-search in aggregate by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/720
- Remove unused import by @duarteocarmo in https://github.com/SuperDuperDB/superduperdb/pull/726
- Refactor/source url qtd by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/721
- Add py 311 and 312-dev for CI by @zhongjiajie in https://github.com/SuperDuperDB/superduperdb/pull/730
- Fix model/key splitting (fix #741) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/742
- Update README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/764
- Add frontend by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/713
- Add docstrings to server by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/767
- Remove misc/dataclasses.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/781
- Add test/unittest/test_quality.py (fix #778) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/785
- Relax requests lower bound by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/789
- Add command
sddb releaseby @rec in https://github.com/SuperDuperDB/superduperdb/pull/798 - Add stress test for QtD app by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/779
- Fix broken URL by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/812
- Update release action by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/803
- Automate PyPI action by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/813
- Remove most "type: ignore"s (fix #738) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/761
- Update to version v0.0.6 by @rec in https://github.com/SuperDuperDB/superduperdb/pull/814
New Contributors
- @zhongjiajie made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/730
Full Changelog: https://github.com/SuperDuperDB/superduperdb/compare/v0.0.5...0.0.6
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.5
What's Changed
- Fix CI caching by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/447
- Replace t.Optional[t.Any] with t.Any by @rec in https://github.com/SuperDuperDB/superduperdb/pull/453
- Refactor artifact.py, fix an issue, identify two others by @rec in https://github.com/SuperDuperDB/superduperdb/pull/452
- Add sentiment analysis nb by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/454
- Refactor integration test fixtures by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/456
- Notebook/fix vector search by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/448
- Add code coverage integration by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/460
- Speed up and despam CLI startup by @rec in https://github.com/SuperDuperDB/superduperdb/pull/462
- Add action to release package by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/467
- Install build dependency by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/469
- Make ROOT consistent everwhere by @rec in https://github.com/SuperDuperDB/superduperdb/pull/463
- Automate docs build by @rec in https://github.com/SuperDuperDB/superduperdb/pull/468
- Add unit tests for lancedb by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/459
- Fix doc build (fix #474) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/475
- Add contributor guide by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/470
- Add more unit tests by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/464
- Document and clean core/artifact.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/478
- Update README.md by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/477
- Create a test directory in a tdir by @rec in https://github.com/SuperDuperDB/superduperdb/pull/484
- Rename core/documents.py to core/document.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/487
- Tweak how testlastcommit_messages() runs on CI by @rec in https://github.com/SuperDuperDB/superduperdb/pull/512
- Clean up core/document.py (see #408) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/494
- Add bug_report.yml, config.yml to .github by @rec in https://github.com/SuperDuperDB/superduperdb/pull/517
- Test/135/test jupyter notebook by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/508
- Add unit test for dask dependencies by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/504
- Feature/471/simplify model signature by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/510
- Replace t.List with t.Sequence in many places by @rec in https://github.com/SuperDuperDB/superduperdb/pull/523
- Fix a minor bug in superduper typer by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/521
- Cleanup of cdc.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/501
- Add google colab example by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/522
- Re-enable some disabled type checking by @rec in https://github.com/SuperDuperDB/superduperdb/pull/526
- Add simpler path to contextual question answering by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/535
- Add interrogate to lint toolchain (fix #516) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/530
- More cleaning by @rec in https://github.com/SuperDuperDB/superduperdb/pull/528
- A few refactorizations and transfer-learning notebook by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/536
- Bug/542/dask cluster error by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/543
- A lot more docstrings by @rec in https://github.com/SuperDuperDB/superduperdb/pull/537
- Feature/563/voice memos by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/565
- Run isort in toolchain by @rec in https://github.com/SuperDuperDB/superduperdb/pull/560
- Add resnet features examples and doc changes by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/573
- Update pyproject.toml by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/575
- Docstrings by @rec in https://github.com/SuperDuperDB/superduperdb/pull/559
- Remove remnants of langchain and update to pydantic 2 by @rec in https://github.com/SuperDuperDB/superduperdb/pull/569
- Fix some pydantic 2.x issues, pin pydantic to >=1,<2 by @rec in https://github.com/SuperDuperDB/superduperdb/pull/577
- Remove duplicate ID field by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/580
- Fix and test
superduperdb infoby @rec in https://github.com/SuperDuperDB/superduperdb/pull/584 - Get rid of import spam on startup by @rec in https://github.com/SuperDuperDB/superduperdb/pull/586
- Final sweep of README by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/587
- Add additional explanations by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/589
- Change default mongodb port by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/585
- Update doc dependencies by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/590
- Rename Datalayer, Listener and others (fix #583) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/588
- Update pinned dependencies by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/591
- Rename watch to listen everywhere (finish #583) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/592
- Use autodiscovery for build by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/593
- Docs/clean notebooks by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/594
- Bug/key watcher by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/595
- Fix missed refactors in notebook by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/596
- Switch logo by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/601
- Docs/binder v2 by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/608
- Add binder badge in readme by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/633
- Improve Actions UX by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/625
- Fix errors from pydantic 2.x by @rec in https://github.com/SuperDuperDB/superduperdb/pull/614
- Roll back license, add "datastore" wording by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/645
- Add outputs method in documents by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/628
- Add hybrid data uris + records by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/641
- Add test for vector sync by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/629
- Get rid of some dead code by @rec in https://github.com/SuperDuperDB/superduperdb/pull/649
- Change notebook to run smoothly on binder by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/652
- Add tenacity as core dep by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/655
- Add defaults to PredictMixin by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/658
- Bug/vector loading by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/657
- Add contextualize method by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/683
- Add example illustrating canonical question-the-docs by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/684
- Add QTD app by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/686
- Change messaging and add integrations in README.md by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/691
- Update docs to change messaging by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/696
- Extract JSONization tests and experiments by @rec in https://github.com/SuperDuperDB/superduperdb/pull/663
- Refactor/qa bot by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/690
- Add asyncio to
OpenAI.apredictby @blythed in https://github.com/SuperDuperDB/superduperdb/pull/698 - Torch optional by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/697
- Add optional subgroups to
pyproject.tomlby @nenb in https://github.com/SuperDuperDB/superduperdb/pull/699 - Remove bug in .predict, ext/vector and serialize methods directly by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/700
- Change structure of the ai directory in QTD by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/704
- Fix order of TOC and badges in README.md by @thgnw in https://github.com/SuperDuperDB/superduperdb/pull/705
- Repair include files in
pyproject.tomlby @blythed in https://github.com/SuperDuperDB/superduperdb/pull/706
Full Changelog: https://github.com/SuperDuperDB/superduperdb/commits/v0.0.5
- Python
Published by github-actions[bot] over 2 years ago
https://github.com/superduper-io/superduper - 0.0.4
First public release of SuperDuperDB!
What's Changed
- Fix CI caching by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/447
- Replace t.Optional[t.Any] with t.Any by @rec in https://github.com/SuperDuperDB/superduperdb/pull/453
- Refactor artifact.py, fix an issue, identify two others by @rec in https://github.com/SuperDuperDB/superduperdb/pull/452
- Add sentiment analysis nb by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/454
- Refactor integration test fixtures by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/456
- Notebook/fix vector search by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/448
- Add code coverage integration by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/460
- Speed up and despam CLI startup by @rec in https://github.com/SuperDuperDB/superduperdb/pull/462
- Add action to release package by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/467
- Install build dependency by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/469
- Make ROOT consistent everwhere by @rec in https://github.com/SuperDuperDB/superduperdb/pull/463
- Automate docs build by @rec in https://github.com/SuperDuperDB/superduperdb/pull/468
- Add unit tests for lancedb by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/459
- Fix doc build (fix #474) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/475
- Add contributor guide by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/470
- Add more unit tests by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/464
- Document and clean core/artifact.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/478
- Update README.md by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/477
- Create a test directory in a tdir by @rec in https://github.com/SuperDuperDB/superduperdb/pull/484
- Rename core/documents.py to core/document.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/487
- Tweak how testlastcommit_messages() runs on CI by @rec in https://github.com/SuperDuperDB/superduperdb/pull/512
- Clean up core/document.py (see #408) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/494
- Add bug_report.yml, config.yml to .github by @rec in https://github.com/SuperDuperDB/superduperdb/pull/517
- Test/135/test jupyter notebook by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/508
- Add unit test for dask dependencies by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/504
- Feature/471/simplify model signature by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/510
- Replace t.List with t.Sequence in many places by @rec in https://github.com/SuperDuperDB/superduperdb/pull/523
- Fix a minor bug in superduper typer by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/521
- Cleanup of cdc.py by @rec in https://github.com/SuperDuperDB/superduperdb/pull/501
- Add google colab example by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/522
- Re-enable some disabled type checking by @rec in https://github.com/SuperDuperDB/superduperdb/pull/526
- Add simpler path to contextual question answering by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/535
- Add interrogate to lint toolchain (fix #516) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/530
- More cleaning by @rec in https://github.com/SuperDuperDB/superduperdb/pull/528
- A few refactorizations and transfer-learning notebook by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/536
- Bug/542/dask cluster error by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/543
- A lot more docstrings by @rec in https://github.com/SuperDuperDB/superduperdb/pull/537
- Feature/563/voice memos by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/565
- Run isort in toolchain by @rec in https://github.com/SuperDuperDB/superduperdb/pull/560
- Add resnet features examples and doc changes by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/573
- Update pyproject.toml by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/575
- Docstrings by @rec in https://github.com/SuperDuperDB/superduperdb/pull/559
- Remove remnants of langchain and update to pydantic 2 by @rec in https://github.com/SuperDuperDB/superduperdb/pull/569
- Fix some pydantic 2.x issues, pin pydantic to >=1,<2 by @rec in https://github.com/SuperDuperDB/superduperdb/pull/577
- Remove duplicate ID field by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/580
- Fix and test
superduperdb infoby @rec in https://github.com/SuperDuperDB/superduperdb/pull/584 - Get rid of import spam on startup by @rec in https://github.com/SuperDuperDB/superduperdb/pull/586
- Final sweep of README by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/587
- Add additional explanations by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/589
- Change default mongodb port by @thejumpman2323 in https://github.com/SuperDuperDB/superduperdb/pull/585
- Update doc dependencies by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/590
- Rename Datalayer, Listener and others (fix #583) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/588
- Update pinned dependencies by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/591
- Rename watch to listen everywhere (finish #583) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/592
- Use autodiscovery for build by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/593
- Docs/clean notebooks by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/594
- Bug/key watcher by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/595
- Fix missed refactors in notebook by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/596
- Switch logo by @blythed in https://github.com/SuperDuperDB/superduperdb/pull/601
- Rewrite issue, pull request templates (fix #581) by @rec in https://github.com/SuperDuperDB/superduperdb/pull/603
- ci: add pipeline to fetch and aggregate the repo usages data by @kislerdm in https://github.com/SuperDuperDB/superduperdb/pull/604
- Update actions for release by @nenb in https://github.com/SuperDuperDB/superduperdb/pull/606
- Use AGPL3 in pyproject.toml by @rec in https://github.com/SuperDuperDB/superduperdb/pull/613
- Further improve issues by @rec in https://github.com/SuperDuperDB/superduperdb/pull/609
New Contributors
- @kislerdm made their first contribution in https://github.com/SuperDuperDB/superduperdb/pull/604
Full Changelog: https://github.com/SuperDuperDB/superduperdb/commits/v0.0.4
- Python
Published by github-actions[bot] over 2 years ago