You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added documentation about the inclusion of the legacy v1.1.5 API under the v1 subpackage, instructions for importing, and notes on dependency management for users requiring backward compatibility.
For backward compatibility with previous versions of PyEnzyme, this release includes the original `v1.1.5` version of the package under the `v1` subpackage. Users may continue to utilize the legacy API by importing from `pyenzyme.v1` instead of `pyenzyme`. Please be aware that the dependencies for the current `v2` implementation differ from those of `v1` and must be installed separately using `poetry install --with v1`.
124
+
125
+
For new projects, we recommend utilizing the updated API available in the package root. Existing users of the legacy API are encouraged to migrate to the current version to benefit from the latest features and improvements.
126
+
121
127
## 🧪 Testing
122
128
123
129
In order to run tests there are two different ways. First you can utilize `pytest` directly by running the following:
0 commit comments