Skip to content

Releases: berenslab/pywarper

v0.2.6

Choose a tag to compare

@huangziwei huangziwei released this 24 Apr 09:57

What's Changed

  • Add z-profile horizontal vs. vertical split. by @jonathanoesterle in #14
  • and upgraded deps to clear the Dependabot nagging

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@huangziwei huangziwei released this 23 Feb 08:58
294b0d5

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@huangziwei huangziwei released this 14 Nov 13:53

Minor update to make compatible with skeliner==0.2.3.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@huangziwei huangziwei released this 12 Sep 08:38
c31cc49

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2: volume-based xyz profiles

Choose a tag to compare

@huangziwei huangziwei released this 10 Sep 12:29
59273a7

What's Changed

  • v0.2.2: add "volume" as a measure for xyz profiles by @huangziwei in #10

Breaking changes

The z_profile and xy_profile in the warped skeleton (skel.extra) now become z_profiles and xy_profiles.

To be more specific, the original skel.extra["z_profile"] and skel.extra["xy_profile"] are now skel.extra["z_profiles"]["length"] and skel.extra["xy_profiles"]["length"], and there are new skel.extra["z_profiles"]["volume"] and skel.extra["xy_profiles"]["volume"].

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@huangziwei huangziwei released this 19 Jun 07:50
4243ad0

What's Changed

  • HDR (high density region) for stratification profile by @huangziwei in #9

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@huangziwei huangziwei released this 16 Jun 13:31
a145a4c

We've accumulated enough breaking changes away from the original MATLAB version to justify a v0.2.0:

  • in PR #6, we extracted the core warping logic out of warp_arbor() (now warp_skeleton() from #8) as warp_nodes(), allowing us to add warp_mesh() to flatten the mesh also. normalize_nodes() is separated from get_zprofile().
  • in RP #7, we refactored conformal_map_indep_fixed_diagonals() to warp coordinates with larger/global surface mapping (#7), instead of confining it with the current cell boundaries; and defaulted the codebase to use 0-based indexing instead of MATLAB's 1-based one, unless you turn the backward_compatible flag to True in some places.
  • in RP #8, we tidied up the APIs, renamed arbor.py to warpers.py, all warp_*() functions and the high level Warper class now live in it.

Full Changelog: v0.1.10...v0.2.0

v0.1.10

Choose a tag to compare

@huangziwei huangziwei released this 14 Jun 09:48

Main: changed license to GPL-3.

Minor: small enhancements here and there.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@huangziwei huangziwei released this 13 Jun 10:56
e72d686

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@huangziwei huangziwei released this 06 Jun 13:25

Full Changelog: v0.1.7...v0.1.8