Skip to content

Commit

Permalink
Prepare for the release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed May 2, 2015
1 parent 184e940 commit cd25aa9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/_static/examples/12-difficult.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user@linuxbox examples]$ cd cells
[user@linuxbox cells]$ ird big-fluo.jpg small-dhm.jpg --tile --filter-pcorr 4 --scale 1.0,0.1 --angle 0,20 --lowpass 0.7,0.8 --print-result
scale: 1.001432 +-0.00463218
angle: 0.000579 +-0.141732
scale: 1.001431 +-0.00463218
angle: 0.000608 +-0.141732
shift: 31.8047, 25.9485 +-0.5
Success: 0.0202
4 changes: 3 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
User-centric changelog
======================

**1.0.5 --- TBA**
**1.1.0 --- TBA**

**1.0.5 --- 2015-05-02**

* Fixed project documentation typos, added the ``AUTHORS`` file.
* Added support for ``pyfftw`` for increased performance.
Expand Down
2 changes: 1 addition & 1 deletion src/imreg_dft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
print("Unable to import the main package: %s" % exc)


__version__ = "1.0.5-pre"
__version__ = "1.0.5"

0 comments on commit cd25aa9

Please sign in to comment.