Skip to content

Releases: ericmjonas/pybm3d

PyBM3D 0.2.1

09 Oct 10:27
Compare
Choose a tag to compare

Fix issue with submodules not being included into the default release archive. We therefore add them manually.

PyBM3D 0.2.0

09 Oct 09:35
Compare
Choose a tag to compare

The v0.2.0 release of PyBM3D involves among other new features a complete overhaul of the package's file, test and installation structure.

New Features

  • Introduce a README.rst with installation instructions, better documentation and package status badges
  • Add Python 2.7.X and 3.6 support for Linux and OSX tested with Travis CI and tox
  • Restructure automated tests and add BM3D color denoising testing
  • Improve installation process with pre-installation of required packages
  • Add flake8 code quality checking
  • Add patch_size, verbose and clip parameters

PyBM3D 0.1.0

25 Sep 20:32
Compare
Choose a tag to compare

This is the initial public release of PyBM3D which represents the state of the project prior to a series of possibly API and backwards compatibility breaking changes. These changes will include major improvements such as a GPU accelerated version.

Current Features

  • Python bindings for this C++ implementation of BM3D with parameter options for sigma, useSD_h, useSD_w, tau_2D_hard, tau_2D_wien.
  • Packaged and distributed with distutils
  • Travis CI testing