Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v0.4.0 #50

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,28 @@ The rules for this file:
* accompany each entry with github issue/PR number (Issue #xyz)
-->

## [Unreleased]
## [0.4.0] -- 2024-01-30

### Authors
<!-- GitHub usernames of contributors to this release -->
- ianmkenney
- IAlibay
- lilyminium

### Added
- Support for Python 3.12 (PR #41)
- Support for Python 3.12 (PR #42)
- mdahole2 confirmed to work on macOS and is now included in CI (PR #35)
- Added and updated documentation (PR #48, Issue #33)
<!-- New added features -->

### Fixed
- Duecredit paths now point to mdahole2
- Updated to modern matplotlib ``get_cmap`` (PR #39)
<!-- Bug fixes -->

### Changed
- Version handling is now handled via versioningit (PR #41)
- Switched to ``shutil.which`` instead of custom function (PR #41)

### Deprecated
<!-- Soon-to-be removed features -->
Expand Down