Skip to content

Commit

Permalink
v0.6.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Jan 15, 2024
1 parent f554c13 commit deecac3
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ __pycache__/
_build/
*.py[cod]
*.egg-info
*.pdf

# Sphinx docs
build/
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@

## [Unreleased]
### Added
### Changed
### Removed

## [0.6.0] - 2024-01-14
### 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
### Removed

## [0.5.0] - 2023-12-28
### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ axstereo.imshow_stereo(church_left_data, church_right_data)
<p float="left" align="center">
<img width="550" height="250" src="https://raw.githubusercontent.com/scottshambaugh/mpl_stereo/main/docs/church_2d.png">
</p>
<p float="left" align="center">
<img width="300" height="250" src="https://raw.githubusercontent.com/scottshambaugh/mpl_stereo/main/docs/church_anaglyph.png">
</p>

Expand Down
Loading

0 comments on commit deecac3

Please sign in to comment.