Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
superduper_framework-0.8.0-py3-none-any.whl | 2025-06-18 | 159.6 kB | |
superduper_framework-0.8.0.tar.gz | 2025-06-18 | 134.5 kB | |
0.8.0 source code.tar.gz | 2025-06-18 | 6.0 MB | |
0.8.0 source code.zip | 2025-06-18 | 6.2 MB | |
README.md | 2025-06-18 | 6.2 kB | |
Totals: 5 Items | 12.5 MB | 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
.component
fromTable
by @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.load
component cache by @blythed in https://github.com/superduper-io/superduper/pull/2810 - Add
db.load
component 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 processed_components in_apply 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.export
by @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_native
configuration to databackend by @blythed in https://github.com/superduper-io/superduper/pull/2867 - Add lazy component loading from
db
by @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
Event
by @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