Skip to content

Releases: necusjz/splatbrush

v2.0.2

20 Jan 08:20

Choose a tag to compare

What's new

  • Fixed bugs, improved performance, explored the edges of the known universe.

Commits

267e9a1 build: release v2.0.2
529b572 fix: unexpected symbol "
d5e43ad ci: refactoring
eb1dc08 chore: apply shields.io badge

v2.0.1

27 Nov 13:54

Choose a tag to compare

What's new

  • Fixed bugs, improved performance, explored the edges of the known universe.

Commits

bd9028a build: release v2.0.1
5011e36 fix: adjust step order
68b20e2 fix: key error
5db551b style: fix typo
3bba9da ci: remove useless steps
bce1b1f style: fix typo

v2.0.0

26 Nov 15:03

Choose a tag to compare

What's new

  • Renamed project from splatbot to splatbrush.

Commits

0f476bb build: release v2.0.0
4c0b088 fix: rename source folder
a2d0d0e style: replace plot with paint
e7081ba chore: rename project to splatbrush

v1.1.0

27 May 07:41

Choose a tag to compare

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

26 Jan 08:14

Choose a tag to compare

What's new

  • Fixed bugs, improved performance, explored the edges of the known universe.

Commits

b363a01 build: release v1.0.3
18f23e1 chore: use perf_counter instead of time

v1.0.2

09 Jan 09:36

Choose a tag to compare

What's new

  • Fixed bugs, improved performance, explored the edges of the known universe.

Commits

aad0ef4 build: release v1.0.2
e3eba68 docs: add dynamic badge

v1.0.1

29 Dec 12:06

Choose a tag to compare

What's new

  • Fixed bugs, improved performance, explored the edges of the known universe.

Commits

dba4b8d build: release v1.0.1
01b2977 ci: rename workflow as main
9ef0fa4 ci: remove setuptools

v1.0.0

22 Dec 13:16

Choose a tag to compare

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

18 Dec 03:32

Choose a tag to compare

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

15 Dec 13:49

Choose a tag to compare

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