Skip to content

Commit

Permalink
Rl/change package name to swimtracker (#38)
Browse files Browse the repository at this point in the history
* Change package name to `swimtracker`

* re-organize imports

Package rename from `chlamytracker` to `swimtracker` caused imports to no longer be alphabetized

* src/chlamytracker --> src/swimtracker

* organize imports

* Bump version 1.0 --> 1.1
  • Loading branch information
lanery authored Nov 6, 2024
1 parent 9dba056 commit 80f35fa
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "swimtracker"
version = "1.0"
version = "1.1"
description = "Image analysis workflows for tracking unicellular organisms"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import dask.array as da
import numpy as np
import skimage as ski
from swimtracker.utils import timeit

from .utils import timeit


@timeit
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 80f35fa

Please sign in to comment.