Open benjaminpkane opened 12 hours ago
The changes involve modifications to the DatasetSingleton
class's __call__
method in fiftyone/core/singletons.py
, specifically updating the _update_last_loaded_at
method to accept a new force
argument. In fiftyone/server/query.py
, the serialize_dataset
function has been significantly revised to change the dataset loading mechanism and improve error handling. The new implementation ensures datasets are forcibly loaded without creating new instances and enhances the serialization process, including document conversion.
File Path | Change Summary |
---|---|
fiftyone/core/singletons.py | Updated _update_last_loaded_at method to accept an additional force argument. |
fiftyone/server/query.py | Modified serialize_dataset function to replace dataset loading mechanism and improve error handling. |
In the meadow where datasets play,
A rabbit hops in a joyful way.
With a forceful load, they leap and bound,
New methods found, oh what a sound!
Error handling now shines bright,
In the world of code, all feels right! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Refactor