Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jul 1, 2022
2 parents fadfc38 + b74ebaf commit 04b2991
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 104 deletions.
2 changes: 1 addition & 1 deletion colour_demosaicing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

__major_version__ = "0"
__minor_version__ = "2"
__change_version__ = "1"
__change_version__ = "2"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_version__)
)
Expand Down
40 changes: 16 additions & 24 deletions colour_demosaicing/examples/examples_bayer.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colour-demosaicing"
version = "0.2.1"
version = "0.2.2"
description = "CFA (Colour Filter Array) Demosaicing Algorithms for Python"
license = "BSD-3-Clause"
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]
Expand Down
161 changes: 84 additions & 77 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,145 +1,152 @@
alabaster==0.7.12
appnope==0.1.2
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
astor==0.8.1
asttokens==2.0.5
attrs==21.4.0
Babel==2.9.1
Babel==2.10.3
backcall==0.2.0
beautifulsoup4==4.10.0
beautifulsoup4==4.11.1
biblib-simple==0.1.1
black==22.1.0
bleach==4.1.0
certifi==2021.10.8
cffi==1.15.0
black==22.6.0
bleach==5.0.1
certifi==2022.6.15
cffi==1.15.1
cfgv==3.3.1
charset-normalizer==2.0.12
click==8.0.4
colorama==0.4.4
charset-normalizer==2.1.0
click==8.1.3
colour-science==0.4.1
coverage==6.3.2
commonmark==0.9.1
coverage==6.4.1
coveralls==3.3.1
cycler==0.11.0
debugpy==1.5.1
debugpy==1.6.0
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.4
docopt==0.6.2
docutils==0.17.1
entrypoints==0.4
executing==0.8.2
filelock==3.6.0
execnet==1.9.0
executing==0.8.3
fastjsonschema==2.15.3
filelock==3.7.1
flake8==4.0.1
flynt==0.76
identify==2.4.11
fonttools==4.33.3
identify==2.5.1
idna==3.3
imageio==2.16.0
imagesize==1.3.0
importlib-metadata==4.11.1
imageio==2.19.3
imagesize==1.4.1
importlib-metadata==4.12.0
iniconfig==1.1.1
invoke==1.6.0
ipykernel==6.9.1
ipython==8.1.0
invoke==1.7.1
ipykernel==6.15.0
ipython==8.4.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
ipywidgets==7.7.1
jedi==0.18.1
Jinja2==3.0.3
jsonschema==4.4.0
Jinja2==3.1.2
jsonschema==4.6.1
jupyter==1.0.0
jupyter-client==7.1.2
jupyter-console==6.4.0
jupyter-core==4.9.2
jupyterlab-pygments==0.1.2
jupyterlab-widgets==1.0.2
keyring==23.5.0
kiwisolver==1.3.2
jupyter-client==7.3.4
jupyter-console==6.4.4
jupyter-core==4.10.0
jupyterlab-pygments==0.2.2
jupyterlab-widgets==1.1.1
keyring==23.6.0
kiwisolver==1.4.3
latexcodec==2.0.1
MarkupSafe==2.1.0
matplotlib==3.4.3
MarkupSafe==2.1.1
matplotlib==3.5.2
matplotlib-inline==0.1.3
mccabe==0.6.1
mistune==0.8.4
mypy==0.931
mypy==0.961
mypy-extensions==0.4.3
nbclient==0.5.11
nbconvert==6.4.2
nbformat==5.1.3
nest-asyncio==1.5.4
nodeenv==1.6.0
notebook==6.4.8
numpy==1.22.2
nbclient==0.6.6
nbconvert==6.5.0
nbformat==5.4.0
nest-asyncio==1.5.5
nodeenv==1.7.0
notebook==6.4.12
numpy==1.23.0
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.9.0
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.0.1
pip==21.3.1
pkginfo==1.8.2
platformdirs==2.5.1
Pillow==9.2.0
pip==22.1.2
pkginfo==1.8.3
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.28
pre-commit==2.19.0
prometheus-client==0.14.1
prompt-toolkit==3.0.30
psutil==5.9.1
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pybtex==0.24.0
pybtex-docutils==1.0.1
pybtex-docutils==1.0.2
pycodestyle==2.8.0
pycparser==2.21
pydata-sphinx-theme==0.8.0
pydata-sphinx-theme==0.9.0
pydocstyle==6.1.1
pyflakes==2.4.0
Pygments==2.11.2
pyparsing==3.0.7
Pygments==2.12.0
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.0.1
pytest==7.1.2
pytest-cov==3.0.0
pytest-forked==1.4.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
pytz==2021.3
pyupgrade==2.31.0
pytz==2022.1
pyupgrade==2.34.0
PyYAML==6.0
pyzmq==22.3.0
qtconsole==5.2.2
QtPy==2.0.1
readme-renderer==32.0
requests==2.27.1
pyzmq==23.2.0
qtconsole==5.3.1
QtPy==2.1.0
readme-renderer==35.0
requests==2.28.1
requests-toolbelt==0.9.1
restructuredtext-lint==1.4.0
rfc3986==2.0.0
scipy==1.8.0
rich==12.4.4
scipy==1.8.1
Send2Trash==1.8.0
setuptools==60.5.0
setuptools==62.3.4
setuptools-scm==7.0.4
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.3.1
Sphinx==4.4.0
soupsieve==2.3.2.post1
Sphinx==4.5.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.1
sphinxcontrib-bibtex==2.4.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
stack-data==0.2.0
terminado==0.13.1
testpath==0.6.0
stack-data==0.3.0
terminado==0.15.0
tinycss2==1.1.1
tokenize-rt==4.2.1
toml==0.10.2
tomli==2.0.1
tornado==6.1
tqdm==4.62.3
traitlets==5.1.1
twine==3.8.0
types-setuptools==57.4.9
typing_extensions==4.1.1
urllib3==1.26.8
virtualenv==20.13.2
traitlets==5.3.0
twine==4.0.1
types-setuptools==57.4.18
typing_extensions==4.3.0
urllib3==1.26.9
virtualenv==20.15.1
wcwidth==0.2.5
webencodings==0.5.1
wheel==0.37.1
widgetsnbextension==3.5.2
zipp==3.7.0
widgetsnbextension==3.6.1
zipp==3.8.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

setup(
name="colour-demosaicing",
version="0.2.1",
version="0.2.2",
description="CFA (Colour Filter Array) Demosaicing Algorithms for Python",
long_description=codecs.open("README.rst", encoding="utf8").read(),
author="Colour Developers",
Expand Down

0 comments on commit 04b2991

Please sign in to comment.