Skip to content

Commit

Permalink
Prep for v0.93.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmic committed Nov 20, 2023
1 parent 07b3aca commit 17c8cec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@
### Fixed


## 0.93.5 (07-03-2022)
## 0.93.5 (20-11-2023)

### Added
- Add more options for colouring lines

### Fixed
- Fix bug with accessing slip systems in grain inspector
- Replace `np.float` with python `float`
- Remove `in_place` argument to `skimage.morphology.remove_small_objects`
- `set_window_title` has been moved from `figure.canvas` to `figure.canvas.manager`


## 0.93.5 (17-01-2023)

### Added
- Add equality check for Quat
Expand Down
2 changes: 1 addition & 1 deletion defdap/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.93.5'
__version__ = '0.93.6'

0 comments on commit 17c8cec

Please sign in to comment.