:orphan: |rss_image| :ref:`<== ` **module - 2/7** :ref:`==> ` :ref:`Blog ` :ref:`installation (12) ` :ref:`python (3) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. _ap-cat-module-1: module - 2/7 ++++++++++++ .. blogpostagg:: :title: Issue with scipy 1.0 and statsmodels 0.8 :date: 2017-11-01 :keywords: scipy,statsmodels :categories: module :rawfile: 2017/2017-11-01_statsmodels.rst It is difficult to fix a package when there is no error but silent warnings. :epkg:`statsmodels` fails with :epkg:`scipy` 1.0 because some deprecated functions were removed: `chisqprob `_. I sometimes look into warnings but many packages do not fix them and this is quite difficult to notice yours in that long list. I created a function which fixes it. The documentation contains more information about it. ... .. blogpostagg:: :title: Last release of basemap. :date: 2017-10-26 :keywords: basemap :categories: module :rawfile: 2017/2017-10-26_basemap.rst `basemap `_ is discontinued and should be replaced by `cartopy `_. I wonder how long it will take me to replace that dependency by the new one in all the notebooks using it. It won't disappear before a couple of years but still... `Cartopy, New Management, and EoL Announcement `_. .. blogpostagg:: :title: build protobuf on windows :date: 2017-10-26 :keywords: protobuf :categories: module :rawfile: 2017/2017-10-26_protobuf.rst The page `Environment Setup `_ explains how to build `protobuf `_. don't follow it, just follow the instructions in `appveyor.yml `_. .. blogpostagg:: :title: Last release of Theano. :date: 2017-10-07 :keywords: theano :categories: module :rawfile: 2017/2017-10-07_theano.rst `Theano development will be stopped after the 1.0 release `_. Other framworks and modules will have to be used, `CNTK `_, `TensorFlow `_, `PyTorch `_, `cupy `_, `pycuda `_, `pyopencl `_, `cudamat `_ (old), `libgpuarray `_... `bob.kaldi `_ also contains code GPU computation but does not expose it (`cudamatrix `_). `pyviennacl `_ seems a bit old. .. blogpostagg:: :title: ete3 and pyqt5 :date: 2017-09-16 :keywords: ete3,pyqt5,sip :categories: module :rawfile: 2017/2017-09-16_ete3.rst Module `ete3 `_ does not work with `PyQt5 `_ which needs to be uninstalled with `sip `_ otherwise it is impossible to install `ete3 `_ on Windows. .. blogpostagg:: :title: mpld3 is no longer maintained. :date: 2017-09-02 :keywords: matplotlib,mpld3,altair :categories: module :rawfile: 2017/2017-09-02_mpld3.rst `mpld3 `_ is no longer maintained. Its author is now working on `altair `_. .. blogpostagg:: :title: Issue with keyrings.alt :date: 2017-08-31 :keywords: gdata,keyring,keyrings.alt :categories: module :rawfile: 2017/2017-08-31_gdata.rst If you see the following error, it is because the package `gdata `_. It should be removed, it is not being updated anymore. ... .. blogpostagg:: :title: Theano and Mingw :date: 2017-08-17 :keywords: theano,mingw :categories: module :rawfile: 2017/2017-08-17_theano.rst `theano `_ requires a gcc 64 bit compiler. On Windows, the choice is between `TDM-GCC `_ which was not updated since 2015 and `mingw-w64 `_. The installer did not really work for me so I had to download and unzip the following file: *x86_64-7.1.0-release-posix-seh-rt_v5-rev2.7z* which you can find at the following location: `sourceforge/mingw-w64/files `_. To avoid adding any new path to the environment variable ``PATH``, this file can be unzipped in ``\Library\mingw-w64`` and you be able to see the file ``\Library\mingw-w64\g++.exe``. ... .. blogpostagg:: :title: Issue with PyQt :date: 2017-08-09 :keywords: PyQt :categories: module :rawfile: 2017/2017-08-09_qt.rst I recently faced the issue: ... .. blogpostagg:: :title: A couple of interesting modules for IOT :date: 2017-07-17 :keywords: IOT :categories: module :rawfile: 2017/2017-07-17_iotmodule.rst Quoting the documentation from the websites. ... ---- |rss_image| :ref:`<== ` **module - 2/7** :ref:`==> ` :ref:`2019-11 (2) ` :ref:`2019-12 (1) ` :ref:`2020-02 (1) ` :ref:`2020-09 (1) ` :ref:`2021-01 (5) `