Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message: If you use this software, please cite both the article from preferred-c
type: software
title: MODFLOW API
version: 1.1.0.dev0
date-released: '2026-09-05'
date-released: '2026-09-06'
abstract: An extension to xmipy for the MODFLOW API.
repository-artifact: https://pypi.org/project/modflowapi
repository-code: https://github.com/MODFLOW-ORG/modflowapi
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
### Version 1.0.1

#### Bug fixes

* [fix(dependencies)](https://github.com/MODFLOW-ORG/modflowapi/commit/adbfd151b14861360fbb9fb67f48bcff87f7d43f): Require a pandas that supports numpy 2 (#118). Committed by Joseph Hughes on 2026-09-06.

### Version 1.0.0

This is the first stable release. modflowapi now follows semantic versioning, so a breaking change to the `modflowapi` or `modflowapi.extensions` interface will increment the major version. The Python interface is unchanged from 0.2.0, but Python 3.9 and 3.10 are no longer supported; Python 3.11 or later is required.
Expand Down
2 changes: 1 addition & 1 deletion modflowapi/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# modflowapi version file automatically created using...update_version.py
# created on...September 05, 2026 13:09:23
# created on...September 06, 2026 12:38:38
__version__ = "1.1.0.dev0"