Skip to content

Releases: google-deepmind/dm_pix

dm_pix 0.4.4

17 Feb 11:33

Choose a tag to compare

What's Changed

  • Add ignore_nans kwarg to metrics.py to produce sensible output when the input image has NaNs by @phinate in #103
  • In jnp.reshape, use shape rather than deprecated newshape. The newshape parameter was deprecated in JAX v0.4.28, and will soon be removed. by @copybara-service in #107

New Contributors

Full Changelog: v0.4.3...v0.4.4

dm_pix 0.4.3

03 Jul 10:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

dm_pix 0.4.2

04 Dec 20:22

Choose a tag to compare

What's Changed

  • Adding a tap-in for ssim that lets the caller override the Gaussian blur filtering function with any arbitrary function in #81
  • Bump pillow from 9.3.0 to 10.0.1 by @dependabot in #82
  • Bump ipython from 7.16.3 to 8.10.0 by @dependabot in #83
  • Fix typos by @kianmeng in #88

New Contributors

Full Changelog: v0.4.1...v0.4.2

dm_pix 0.4.1

05 Jun 10:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

dm_pix 0.4.0

17 Feb 14:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.4.0

dm_pix 0.3.4

12 Sep 08:30

Choose a tag to compare

What's Changed

  • Implement interpolation with constant value and rotation by an arbitrary angle, by @swagnercarena in #42
  • Exposed interpolation with constant value and rotation by arbitrary angles when importing dm-pix, by @swagnercarena in #44
  • Add elastic deformation, by @pabloduque0 in #45

New Contributors

Full Changelog: v0.3.3...v0.3.4

dm_pix 0.3.3

01 Aug 09:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

dm_pix 0.3.2

05 May 09:45

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

dm_pix 0.3.1

04 May 08:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

dm_pix 0.3.0

18 Nov 15:30

Choose a tag to compare

Changelog

Important

Following and aligning with jax-ml/jax#7294, this is the first release requiring minimal required Python version to 3.7.


Full Changelog

Changes

* This Changelog was automatically generated by github_changelog_generator and manually updated by the project devs.