Skip to content

Releases: necusjz/splatbot

v1.0.3

26 Jan 08:14
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.2.0

12 Dec 13:36
Compare
Choose a tag to compare

What's new

  • Supported dry run for plotting.

Commits

9b3f110 build: release v0.2.0
fbccd88 build: automate release process
f81ab5a style: simplify description
6516a15 docs: keep unreleased section
d2700db build: use dynamic version
1a45b7a build: use setuptools back
ac719a9 feat: add dry run for plotting

v0.1.0

10 Dec 10:25
Compare
Choose a tag to compare

What's new

  • Enabled splatbot to start plotting.
  • Enabled splatbot to generate macro.
  • Added controller abstraction for Nintendo Switch.
  • Initialized Vagrant Linux environment.

Commits

9eeb38e build: add dev dependencies
4777dfc build: install prerequisites for release
644399c docs: add CHANGELOG.md
86afe39 docs: update README.md
573dcdf build: use flit as build backend
b01c8a7 build: ensure build installed
7e7e7a4 build: install prerequisites
85ef8f0 build: update dependencies
ad6928e fix: cannot setup venv
8d932f2 feat: add time stats for plotting
3b947a5 build: setup release workflow
ea99d3b test: add judd as test data
00b114b perf: add benchmark for pathing algorithm
6c667c2 feat: enable generate macro (simple bounce)
96f143f feat: enable start plotting
9a1488d feat: add controller abstraction
acdbc38 chore: use ubuntu 20.10 instead
bd6f072 chore: update vagrant synced folder
12021bd feat: setup cli
91518e9 feat: initialize vagrant
0557f4f build: add pyproject.toml
5ab8011 refactor: add src layer
aa18b6f docs: add README.md
9ce99f4 Initial commit