Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uprelease 2018-02 follow-up #609
Comments
stonebig
added this to the
2018-02 Jupyterlab-1.0 / altair-2 / scipy-1.1 / Pandas-1.0 milestone
Apr 1, 2018
This comment has been minimized.
This comment has been minimized.
|
audit-trail:
a1 (April 29th) a build with pyside2-5.110a1 /QtPy-1.5.0dev (but QML+Tensorflow removed)
b1 (may 5th) python-3.7.0b4, Tornado-5.0.2, Jupyterlab-beta2, numpy-1.14.3, early PySide2-5.11 compatibility (QtConsole, wppm, Pyzo, Qtdesigner), Altair-2, statsmodels-0.9.0rc1
b2 (may 27th, nearly feature-complete python-3.7) pandas-0.23.0, numba-0.38 on python-3.7.0b4
b3 (june 3rd , python-3.7.0b5, Numba-0.38.1 critical bug correction over numba-0.38.0 )
b4 (june 23)
rc (july 8th: python-3.7 final, sticking on jupyterlab-0.32.1 beta2)
|
This comment has been minimized.
This comment has been minimized.
|
build a1 (for alpha of PySide2 integration): 2018-04-28 This build is intended for users willing to help maturation of PySide2. Changes from WinPython 2018-01:
Areas of interest for testers:
History of changes for WinPython-64bit 3.6.5.1Ps2 a1The following changes were made to WinPython-64bit distribution since version 3.6.5.0Qt5. Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 4, 2018
|
PyTorch 0.4 is out with support for Windows. |
This comment has been minimized.
This comment has been minimized.
|
I saw PyTorch arrived, and is now slightly smaller, So I'll make a test on my favorite problem: the fast_neural_style. https://github.com/pytorch/examples/tree/master/fast_neural_style In terms of Github popularity, it's still 10x smaller than Tensorflow, but the trend is only 40% smaller. it's the same 40% difference I read here https://pytorch.org/2018/01/19/a-year-in.html I read there is a tensor motor "ATen", so maybe hope for a Theano replacement. |
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 5, 2018
|
@stonebig , It is not like someone can not install TensorFlow on its own later. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 5, 2018
|
What do you mean by small? |
This comment has been minimized.
This comment has been minimized.
|
hum ... problem: alexis-jacq/Pytorch-Tutorials#6 |
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 5, 2018
•
|
I'm not sure but is the optimizer LBFGS? What is wrong with trying it on MNIST + CIFAR? |
This comment has been minimized.
This comment has been minimized.
|
yes, need you to point me on something simple , I'm going bigger and bigger: the below one model is ... 12 Go ? https://github.com/pytorch/examples/tree/master/fast_neural_style Pytorch:
|
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 5, 2018
|
The MNIST is usually the introduction task for Deep Learning: https://github.com/pytorch/examples/blob/master/mnist/main.py |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
build b1 : 2018-05-04/5 Changes from WinPython 2018-01:
Areas of particular interest for testers:
focus for next build:
History of changes for WinPython-64bit 3.6.5.1Qt5 b1The following changes were made to WinPython-64bit distribution since version 3.6.5.0Qt5 Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
May 5, 2018
•
|
Well,
This will convert the tensor P. S. |
This comment has been minimized.
This comment has been minimized.
|
build b2: 2018-05-27 (may 27th, nearly feature-complete python-3.7) Changes from b1:
Areas of particular interest for testers:
focus for next build:
History of changes for WinPython-64bit 3.7.0.1 b2The following changes were made to WinPython-64bit distribution since version 3.7.0.0. ToolsUpgraded packages:
Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
|
build b3: 2018-06-02/3 (python-3.7.0b5 , as python-3.7.0rc is delayed) Changes from b2:
Areas of particular interest for testers:
focus for next build b4 (next week-end):
History of changes for WinPython-64bit 3.6.5.1Qt5 b3The following changes were made to WinPython-64bit distribution since version 3.6.5.0Qt5. ToolsUpgraded packages:
Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
|
build b5: 2018-06-23/24 (python-3.7.0rc1 ) Changes from b3:
Areas of particular interest for testers:
focus for next build (rc next week-end ?):
History of changes for WinPython-64bit 3.7.0.1The following changes were made to WinPython-64bit distribution since version 3.7.0.0. ToolsUpgraded packages:
Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
Jun 23, 2018
|
You should call the package |
This comment has been minimized.
This comment has been minimized.
|
the name of packages is the one you see per |
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
Jun 29, 2018
•
|
@stonebig , Yet if I do
Which means Intel MKL isn't installed (It looks in the paths it might installed, it is not part of the package). |
This comment has been minimized.
This comment has been minimized.
|
hum, wasn't it like that also in previous versions ? |
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
Jun 29, 2018
|
I actually not sure what it means. I am not an expert on that. |
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
Jul 2, 2018
•
|
I saw that you use Python Extension Packages for Windows - Christoph Gohlke. Maybe it is better asking him (@cgohlke) about this (https://github.com/cgohlke)? |
This comment has been minimized.
This comment has been minimized.
hiccup7
commented
Jul 6, 2018
|
Spyder v3.3.0 is released: https://github.com/spyder-ide/spyder/releases |
This comment has been minimized.
This comment has been minimized.
|
spyder-3.3.0 is there. trying to fix the last issue before rc bloomberg/bqplot#671 |
This comment has been minimized.
This comment has been minimized.
|
rc : 2018-07-08 (python-3.7.0, spyder-3.3.0) Changes from b4:
Areas of particular interest for testers:
History of changes for WinPython-64bit 3.6.6.1Qt5rcThe following changes were made to WinPython-64bit distribution since version 3.6.5.1Qt5. Python packagesNew packages:
Upgraded packages:
Removed packages:
|
This comment has been minimized.
This comment has been minimized.
RoyiAvital
commented
Jul 7, 2018
|
@stonebig , Any news on the MKL thing? |
This comment has been minimized.
This comment has been minimized.
|
no. all my concentration is on understanding bloomberg/bqplot#671, now resolved. |
This comment has been minimized.
This comment has been minimized.
hiccup7
commented
Jul 14, 2018
|
WinPython-64bit 3.6.6.1Qt5rc is working well for me so far. I am experiencing some bugs in Spyder v3.3.0 that are planned to be fixed in v3.3.1. Since v3.3.1 may be 4 months from now, I might update Spyder to a development version before then. If this has problems, I want to be able restore Spyder v3.3.0. @stonebig - Since Spyder v3.3.0 is not available at https://www.lfd.uci.edu/~gohlke/pythonlibs/ did you download wheels for Spyder and Spyder-kernels from PyPI? |
This comment has been minimized.
This comment has been minimized.
|
for the rc, it was the PyPi standard wheels. |

stonebig commentedApr 1, 2018
•
edited
expected (new) date : july 8th
The moving part closely followed of this release is Python-3.7 with numba.
The other parts are in follow-up mode. (10x less effort)
expected features:
sustained effort of this release:
. QtConsole: ok,
. pyzo: ok ,
. designer.exe: ok,
. Spyder: wiil need a summer of adapation.
. we are forced to experiment switch on short term by technical constraint: size + old cpu,
. build1 = Pytorch,
. build2 = Chainer + Cupy ? or cntk that has shrink to 8Mo ???
reduced effort: (follower mode)