Skip to content

Releases: fbessho/PyPoi

v0.3.2 (Apr 8th, 2019)

08 Apr 07:59
a11c2cc
Compare
Choose a tag to compare

Support pypoi command on Windows (#28)

v0.3.1 (Mar 18th, 2019)

18 Mar 10:37
Compare
Choose a tag to compare

Bug Fix

  • Fixed an error raised when user clears a mask

v0.3.0 (Mar 17th, 2019)

17 Mar 14:55
Compare
Choose a tag to compare
  • Python 3 support (#27)
  • Setting writeable flag causes error on numpy>=1.16.0 (#25)

v0.2.1 (Nov 3rd, 2015)

03 Nov 16:13
Compare
Choose a tag to compare

Overview

pip support

Enhancement

#17 Added to PyPI.

Bug fix

#23 requirements.txt install fails with numpy.distutils.core import error - This should not be a problem if pip install is used.

v0.2.0 (Jan 05, 2015)

05 Jan 14:13
Compare
Choose a tag to compare

Overview

Support Rotate

New feature

  • Add Rotate #21
    screenshot_010515_110208_pm

How to run

For .exe, please just double click what you've downloaded.
For .zip, please extract the zip file downloaded and double click PyPoi (for Mac) or PyPoi.exe (for Windows).

Note

I have no Mac available right now, will upload Mac binary files in a few days.

v0.1.1 (Aug 09, 2014)

09 Aug 09:25
Compare
Choose a tag to compare

Overview

Bug fix release

Bug fix

  • Make Example 4 works #18

How to run

For .exe, please just double click what you've downloaded.
For .zip, please extract the zip file downloaded and double click PyPoi (for Mac) or PyPoi.exe (for Windows).

Note

I'm facing a PyInstaller trouble now (#20), and an executable file for MacOSX is not released due to this.
Please use zip file instead (or use v0.1.0 if you really need one-file mode one).

v0.1.0 (July 31, 2014)

30 Jul 16:47
Compare
Choose a tag to compare

Initial Release

How to run

Mac OSX

  1. Download PyPoi-0.1.0-macosx below.
  2. Open terminal and run the following commands.
chmod +x /path/to/PyPoi-0.1.0-macosx
/path/to/PyPoi-0.1.0-macosx

Windows

Download PyPoi-0.1.0-win.zip below, extract it, and run PyPoi.exe inside the PyPoi-0.1.0-win folder.