Added * `StereoSquare2D` and `StereoSquare3D` classes for making a 2x2 grid showing all stereogram types at once - side-by-side, anaglyph, and wiggle * Can specify a target axis for wiggle stereograms * Numpy 2.0 compatibility Changed * Fix `Axes3D.plot()` and `.plot3D()` not working for 3D plotting
0.8.1
Note: v0.8.0 never published to PyPI, skipped. Added * `imshow_stereo()` now has a `crop` keyword argument to crop the images to the same size if they are different, keeping the center of the image * Automated publishing to PyPI via github actions
0.7.1
Changed * Fixed 3D cross-view stereograms * Fix cross-view anaglyphs by forcing all ipds to be positive
0.7.0
Added * Wiggle stereograms Changed * Better docs
0.6.1
Added * More test coverage Changed * Fixed `axstereo.autoscale_z()` not doing anything if `zlim` was set
0.6.0
Added * Church full color anaglyph example * Support for full color image anaglyphs, with methods `'dubois'`, `'photoshop'`, `'photoshop2'` * Support for colormaps in image anaglyphs Changed * Default `zscale` is now 1/4 x-axis range, not 1 * Fix anaglyph color ordering