Package: patsy / 1.0.2-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| patsy | 1.0.2-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| Allow warning in ipython.patch | (download) |
doc/spline-regression.rst |
1 1 + 0 - 0 ! |
mpl-toolkit throws a deprecation warning due to which sphinx fails and makes this package ftbfs. Output: >>> for i in range(df * df): ... ax = fig.add_subplot(df, df, i + 1, projection='3d') ... yi = y[:, i].reshape(x1.shape) ... ax.plot_surface(x1, x2, yi, rstride=4, cstride=4, alpha=0.15) ... ax.contour(x1, x2, yi, zdir='z', cmap=cm.coolwarm, offset=-0.5) ... ax.contour(x1, x2, yi, zdir='y', cmap=cm.coolwarm, offset=1.2) ... ax.contour(x1, x2, yi, zdir='x', cmap=cm.coolwarm, offset=-0.2) ... ax.set_xlim3d(-0.2, 1.0) ... ax.set_ylim3d(0, 1.2) ... ax.set_zlim3d(-0.5, 1) ... ax.set_xticks([0, 1]) ... ax.set_yticks([0, 1]) ... ax.set_zticks([-0.5, 0, 1]) ... <mpl_toolkits.mplot3d.art3d.Poly3DCollection object at 0x7fc40a85dbe0> |
| Remove external image links.patch | (download) |
doc/changes.rst |
5 1 + 4 - 0 ! |
remove external image links (privacy breach) they are just zenodo's ci status/ logo links and have no real utility/functionality for end users Last Changed: Sat, July 11, 2020 |
| fix sphinx conf.patch | (download) |
doc/conf.py |
6 3 + 3 - 0 ! |
fix sphinx conf.py |
1
