December 2025 Release: Code Freeze & PR Handling #426
Closed
leonardocarreras
announced in
Announcements
Replies: 2 comments
-
🧪 How to test the DPsim 1.2.0 RC from TestPyPIYou can install the RC10 wheel (the number of RCx will be changing when incorporating new fixes, keep an eye on that) from TestPyPI while pulling dependencies (like NumPy) from the normal PyPI index. python3 -m venv venv
source venv/bin/activate
pip install \
--index-url https://test.pypi.org/simple \
--extra-index-url https://pypi.org/simple \
dpsim==1.2.0rc10
python3 -c "import dpsimpy; import dpsimpyvillas; print('DPsim RC import OK')"For a local test, you are welcome to try git clone https://github.com/sogno-platform/dpsim.git
git checkout release/1.2.0
python -m venv venv
source venv/bin/activate
pip install .
python3 -c "import dpsimpy; import dpsimpyvillas; print('DPsim RC import OK')" |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks to all! This is done now! See #461 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We’re preparing the DPsim December 2025 release (1.2.0) and will start a code freeze on 01 December 2025 to focus on stabilization.
masterafter the release.release/1.2.0and shipped inv1.2.0.How you can help
Thanks again for your contributions and patience while we get 1.2.0 stable!
The DPsim maintainers
Beta Was this translation helpful? Give feedback.
All reactions