Skip to content

Commit

Permalink
0.4.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Dec 24, 2023
1 parent e6892bb commit e8960e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@

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

## [0.4.0] - 2023-12-23
### Added
* `AxesAnaglyph.imshow_stereo()` for generating anaglyphs from existing image data
* `mpl_stereo.example_data` module
* `AxesStereo2D` and `AxesStereo3D` keep track of their artists in `.artists_left` and `artists_right`
* Derivation of geometry
### Changed
* Minimal whitespace between AxesStereo2D subplots
### Removed

## [0.3.1] - 2023-12-21
### Added
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mpl_stereo"
version = "0.3.1"
version = "0.4.0"
description = "See your matplotlib plots in 3D by making stereograms and anaglyphs"
authors = ["Scott Shambaugh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e8960e5

Please sign in to comment.