- 01 4月, 2020 1 次提交
-
-
由 Rebecca N. Palmer 提交于
-
- 10 2月, 2020 1 次提交
-
-
由 Frédéric Bastien 提交于
Various Python 3.9 related import changes
-
- 05 2月, 2020 2 次提交
-
-
由 Miro Hrončok 提交于
fractions.gcd() function has been removed from Python 3.9, it was deprecated since Python 3.5. https://docs.python.org/3.9/whatsnew/3.9.html#removed
-
由 Miro Hrončok 提交于
-
- 04 2月, 2020 1 次提交
-
-
- 16 1月, 2020 1 次提交
-
-
由 Frédéric Bastien 提交于
Counteract hypot redefinition for old Python versions
-
- 15 1月, 2020 3 次提交
-
-
由 Frédéric Bastien 提交于
fix doc warning
-
由 Frédéric Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
- 14 1月, 2020 1 次提交
-
-
由 Marcel Bargull 提交于
-
- 12 12月, 2019 2 次提交
-
-
由 Frédéric Bastien 提交于
Fix simple typo: varible->size -> variable->size
-
由 Tim Gates 提交于
Closes #6734
-
- 16 11月, 2019 1 次提交
-
-
由 Frédéric Bastien 提交于
Fix subtensor numpy warning
-
- 14 9月, 2019 1 次提交
-
-
由 Frédéric Bastien 提交于
use string_types instead of str in get_substream_rstates dtype assertion
-
- 06 9月, 2019 1 次提交
-
-
由 Tim O'Donnell 提交于
Using Theano 1.0.4 via Keras 2.2.5 under Python 2.7.12, calling `keras.model.model_from_json()` for model deserialization fails at this assertion in theano at `get_substream_rstates` because `json.loads()` as called by Keras is returning a dict with unicode objects as values. This PR fixes the problem.
-
- 22 8月, 2019 5 次提交
-
-
由 Frédéric Bastien 提交于
Fix deprecation warning.
-
由 rpgoldman 提交于
-
由 rpgoldman 提交于
-
由 rpgoldman 提交于
Change the import of `Iterable` from `collections.Iterable` to `collections.abc.Iterable` to future-proof against Python 3.7.8.
-
由 Frédéric Bastien 提交于
Ignore new error that we didn't enforced before.
-
- 21 8月, 2019 2 次提交
-
-
由 Frederic Bastien 提交于
Fix pygment version. Its packages pkgs/main/noarch::pygments-2.4.2-py_0 get installed in Python 3.4, but it give an error that is doesnt support it.
-
由 Frederic Bastien 提交于
-
- 27 7月, 2019 1 次提交
-
-
由 Adrian Seyboldt 提交于
-
- 01 6月, 2019 1 次提交
-
-
由 Rodrigo Luger 提交于
-
- 03 5月, 2019 1 次提交
-
-
由 Rodrigo Luger 提交于
Casting `diagonal_slice` to tuple eliminates a FutureWarning from numpy that could cause an error down the line.
-
- 04 3月, 2019 1 次提交
-
-
由 Frédéric Bastien 提交于
added test for output shape of frac bilinear upsampling
-
- 03 3月, 2019 1 次提交
-
-
由 Frédéric Bastien 提交于
-
- 08 2月, 2019 1 次提交
-
-
由 Frédéric Bastien 提交于
-
- 02 2月, 2019 3 次提交
-
-
由 Duc Nguyen 提交于
-
由 Duc Nguyen 提交于
-
由 Duc Nguyen 提交于
-
- 18 1月, 2019 1 次提交
-
-
由 abergeron 提交于
Update the documentation on gpuarray.sched
-
- 17 1月, 2019 1 次提交
-
-
由 Igor Varfolomeev 提交于
-
- 16 1月, 2019 3 次提交
-
-
由 Frédéric Bastien 提交于
Update the documentation on how to upload the package to PyPI
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
- 11 1月, 2019 2 次提交
- 09 1月, 2019 2 次提交
-
-
由 Duc Nguyen 提交于
-
由 Frédéric Bastien 提交于
Be compatible with Numpy 1.16
-