Releases: ericmjonas/pybm3d
Releases · ericmjonas/pybm3d
PyBM3D 0.2.1
Fix issue with submodules not being included into the default release archive. We therefore add them manually.
PyBM3D 0.2.0
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
andclip
parameters
PyBM3D 0.1.0
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