Skip to content

Releases: TensorPy/TensorPy

Update a Python dependency: beautifulsoup4==4.9.2

Choose a tag to compare

@mdmintz mdmintz released this 27 Sep 00:01
d8715a8

Update a Python dependency:

  • beautifulsoup4==4.9.2

Update Python dependencies

Choose a tag to compare

@mdmintz mdmintz released this 25 Sep 21:59
395c5a9

Update Python dependencies

tensorflow==1.15.4
pip>=20.2.3
six>=1.15.0
requests>=2.24.0
Pillow==7.2.0
beautifulsoup4==4.9.1

Reminder:tensorpy has strict OS and Python requirements:

  • A Mac or Linux machine
  • Python 3.5, 3.6, or 3.7

Bring back TensorPy

Choose a tag to compare

@mdmintz mdmintz released this 25 Sep 21:27
44f3e98

Bring back tensorpy

For awhile, tensorpy stopped working due to changes in tensorflow.
Thanks to the release of https://pypi.org/project/tensorflow/1.15.4/, the following tensorflow issues / security vulnerabilities have been patched:

New tensorpy Python requirements:

tensorflow==1.15.4
six>=1.11.0
requests>=2.18.4
Pillow==5.4.1
BeautifulSoup4>=4.6.0

tensorpy now has strict OS and Python requirements:

  • A Mac or Linux machine
  • Python 3.5, 3.6, or 3.7

Use tensorflow==1.14.0

Choose a tag to compare

@mdmintz mdmintz released this 11 Aug 03:34
90b654c

Use tensorflow==1.14.0

Requirements update

Choose a tag to compare

@mdmintz mdmintz released this 05 Jul 19:38
0885065

Requirements update:

  • Use Pillow>=6.1.0

Fix tensorpy

Choose a tag to compare

@mdmintz mdmintz released this 01 Jul 01:16
97f4542

Fix tensorpy

Sync setup.py file

Choose a tag to compare

@mdmintz mdmintz released this 24 Oct 05:02
a812f38

Sync setup.py file

Update requirements

Choose a tag to compare

@mdmintz mdmintz released this 24 Oct 04:38
7ddaa6b

Update requirements

Many Updates

Choose a tag to compare

@mdmintz mdmintz released this 04 Aug 23:08
94ef2fc

Update requirements
Update Docker integration
Simplify installation
Update docs

Python 3 Compatibility

Choose a tag to compare

@mdmintz mdmintz released this 21 Jul 17:47

The time has come for TensorPy to support both Python 2.7 and Python 3.*