8000 Tags · Photoroom/datago · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Photoroom/datago

Tags

2025.6.5

Toggle 2025.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feat] MiniPR, enable webp support (#131)

* testing this, but should be enough

* adding a unit test

2025.6.4

Toggle 2025.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix] Filesystem path: hash function not robust enough (#129)

* lucky catch, unit test which was randomly failing -and was right-

* switching to murmurhash

* back to default hash + seed

2025.6.2

Toggle 2025.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[perf] faster image processing (#125)

* needs some good benchmarking

* Should be good to go, a bit scary to change a working formula but this is much faster (x2 when image processing is involved)

2025.6.1

Toggle 2025.6.1's commit message

Verified

10000
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[feat] Webdataset support (#111)

* Better error messages on http path

- async tarball pull, but behavior is clunky
- general arch could be simpler and using tokio more
- handling jpg/png/jpeg/cls/txt/json types
- some shuffling handling

missing unit tests, and better behavior, doing pauses at the moment

better documentation

big rewrite, nicer and smaller code I believe (#117)

Co-authored-by: Benjamin Lefaudeux <ben@photoroom.com>

Async tarball pull and dispatch

Random_sampling in the config, at least for now. Thanks for the review Roman !

* Code review (#120)

Some missing items (would be good to propagate the archive name for instance), but most fixes should be there

* second round, hoopefully good to go. Perf could probably be improved, competing sample pull

* handling multi image samples (#121)

bugfixing the previous PR, ideally we should unit test more

* final update round

* second review, not perfect but feels like we can land this and carry on

---------

Co-authored-by: Benjamin Lefaudeux <ben@photoroom.com>

v2025.4.3

Toggle v2025.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version number to trigger PyPi deployment (#110)

2025.4.3

Toggle 2025.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #108 from Photoroom/ben/relaxed_timeout

Relaxed timeout for main client IO

2025.4.2

Toggle 2025.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #105 from Photoroom/dependabot/cargo/openssl-0.10.72

Bump openssl from 0.10.71 to 0.10.72

v2025.4.1

Toggle v2025.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #103 from Photoroom/add-attributes-and-tags-filters

Add attributes and tags filters

2025.3.12

Toggle 2025.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #102 from Photoroom/ben/faster_png

[faster PNG] Remove CPU bottleneck if many image payloads

2025.3.11

Toggle 2025.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #101 from Photoroom/ben/rgb8

better handling of rgb8, removing some code duplication
0