Releases: necusjz/splatbrush
v2.0.2
v2.0.1
v2.0.0
v1.1.0
What's new
- Migrated from pip + pdm to uv + hatchling.
Commits
9f49231 build: release v1.1.0
2cf2929 build: bump twine to 5.1.1
6eac675 chore: set PYTHONPATH in release script
4abc60f ci: uv sync to requirements.txt
f290a25 build: update dev dependencies
066d648 ci: add source configuration
393c6af build: mark version as dynamic
6e4b6f0 build: migrate to uv + hatchling
259779e build: drop support for 3.8
8ef46eb ci: bump actions from v3 to v4
4047ccd chore: set executable permission
30433ca Merge pull request #1 from necusjz/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's new
- Fixed time conversion.
Commits
8129e61 build: release v1.0.0
2240be2 chore: stable development status
0d6daf1 docs: update README.md
4598898 refactor: extract offset
a5925aa style: remove blank line
04deff0 fix: correct time conversion
8f085a4 ci: bump actions/cache from v2 to v3
176991b build: use pdm as backend
c749189 chore: use scipy instead of skimage
v0.4.0
What's new
- Scaled down through divide and label image.
- Optimized pathing efficiency via TSP.
Commits
cf3bdb6 build: release v0.4.0
f36bf68 docs: update README.md
5120419 style: enable style check
ef732e4 style: enable lint check
a9eae1b perf: divide image to scale down
d8f05a6 refactor: extract main functions
04b0302 test: add geometric mean for benchmark
62848ee perf: pathing via tsp and label
v0.3.0
What's new
- Provided benchmark scripts.
- Added dataset.
Commits
9a4db31 build: release v0.3.0
d7bb562 fix: discover module from src
17dd38d fix: add dev dependencies
d8edf37 chore: add comment for failed release
df3d48b ci: enable performance test
329e2b3 docs: update README.md
037179e test: add benchmark script
565f3a4 refactor: extract pathing from generate_macro
52ab26f test: add dataset