Skip to content

Commit

Permalink
Add deprecation policy
Browse files Browse the repository at this point in the history
As suggested in AMICI-dev#2458.

Other opinions?
  • Loading branch information
dweindl committed Jun 25, 2024
1 parent 043d13a commit a057130
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Deprecation policy

AMICI aims to provide a stable API for users. However, not all features can be
maintained indefinitely. We will deprecate features in minor releases and
where possible, issue a warning when they are used. We will keep deprecated
features for at least six months after the release that includes the
respective deprecation warning and then remove them earliest in the next minor
or major release. If a deprecated feature is the source of a major bug, we may
remove it earlier.

## v0.X Series

### v0.25.2 (2024-06-16)
Expand Down

0 comments on commit a057130

Please sign in to comment.