Skip to content

Commit 17670e4

Browse files
authored
Merge pull request #11 from daavid00/dev
Release 2025.10
2 parents c966995 + d377e33 commit 17670e4

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ To install the _pymm_ executable from the development version:
2222
pip install git+https://github.com/cssr-tools/pymm.git
2323
```
2424

25-
If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
25+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
2626

2727
```bash
2828
# Clone the repo
2929
git clone https://github.com/cssr-tools/pymm.git
3030
# Get inside the folder
3131
cd pymm
32-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
33-
git checkout v2025.04
32+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
33+
git checkout v2025.10
3434
# Create virtual environment (to specific Python, python3.12 -m venv vpycopm)
3535
python3 -m venv vpymm
3636
# Activate virtual environment

docs/_sources/installation.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install the **pymm** executable from the development version:
1616
1717
pip install git+https://github.com/cssr-tools/pymm.git
1818
19-
If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and
19+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
2020
install the Python requirements in a virtual environment with the following commands:
2121

2222
.. code-block:: console
@@ -25,8 +25,8 @@ install the Python requirements in a virtual environment with the following comm
2525
git clone https://github.com/cssr-tools/pymm.git
2626
# Get inside the folder
2727
cd pymm
28-
# For a specific version (e.g., v2024.10), or skip this step (i.e., edge version)
29-
git checkout v2024.10
28+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
29+
git checkout v2025.10
3030
# Create virtual environment (to specific Python, python3.12 -m venv vpymm)
3131
python3 -m venv vpymm
3232
# Activate virtual environment

docs/installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ <h2>Python package<a class="headerlink" href="#python-package" title="Link to th
9797
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/cssr-tools/pymm.git
9898
</pre></div>
9999
</div>
100-
<p>If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and
100+
<p>If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
101101
install the Python requirements in a virtual environment with the following commands:</p>
102102
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>Clone<span class="w"> </span>the<span class="w"> </span>repo
103103
<span class="go">git clone https://github.com/cssr-tools/pymm.git</span>
104104
<span class="gp"># </span>Get<span class="w"> </span>inside<span class="w"> </span>the<span class="w"> </span>folder
105105
<span class="go">cd pymm</span>
106-
<span class="gp"># </span>For<span class="w"> </span>a<span class="w"> </span>specific<span class="w"> </span>version<span class="w"> </span><span class="o">(</span>e.g.,<span class="w"> </span>v2024.10<span class="o">)</span>,<span class="w"> </span>or<span class="w"> </span>skip<span class="w"> </span>this<span class="w"> </span>step<span class="w"> </span><span class="o">(</span>i.e.,<span class="w"> </span>edge<span class="w"> </span>version<span class="o">)</span>
107-
<span class="go">git checkout v2024.10</span>
106+
<span class="gp"># </span>For<span class="w"> </span>a<span class="w"> </span>specific<span class="w"> </span>version<span class="w"> </span><span class="o">(</span>e.g.,<span class="w"> </span>v2025.10<span class="o">)</span>,<span class="w"> </span>or<span class="w"> </span>skip<span class="w"> </span>this<span class="w"> </span>step<span class="w"> </span><span class="o">(</span>i.e.,<span class="w"> </span>edge<span class="w"> </span>version<span class="o">)</span>
107+
<span class="go">git checkout v2025.10</span>
108108
<span class="gp"># </span>Create<span class="w"> </span>virtual<span class="w"> </span>environment<span class="w"> </span><span class="o">(</span>to<span class="w"> </span>specific<span class="w"> </span>Python,<span class="w"> </span>python3.12<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>vpymm<span class="o">)</span>
109109
<span class="go">python3 -m venv vpymm</span>
110110
<span class="gp"># </span>Activate<span class="w"> </span>virtual<span class="w"> </span>environment

docs/text/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install the **pymm** executable from the development version:
1616
1717
pip install git+https://github.com/cssr-tools/pymm.git
1818
19-
If you are interested in a specific version (e.g., v2024.10) or in modifying the source code, then you can clone the repository and
19+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
2020
install the Python requirements in a virtual environment with the following commands:
2121

2222
.. code-block:: console
@@ -25,8 +25,8 @@ install the Python requirements in a virtual environment with the following comm
2525
git clone https://github.com/cssr-tools/pymm.git
2626
# Get inside the folder
2727
cd pymm
28-
# For a specific version (e.g., v2024.10), or skip this step (i.e., edge version)
29-
git checkout v2024.10
28+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
29+
git checkout v2025.10
3030
# Create virtual environment (to specific Python, python3.12 -m venv vpymm)
3131
python3 -m venv vpymm
3232
# Activate virtual environment

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ classifiers = [
2222
"Operating System :: OS Independent"
2323
]
2424
dependencies = [
25-
"alive_progress",
26-
"ipython",
27-
"mako",
28-
"porespy"
25+
"alive_progress<=3.3.0",
26+
"ipython<=9.6.0",
27+
"mako<=1.3.10",
28+
"porespy<=2.4.3"
2929
]
3030
requires-python = ">=3.12"
3131

src/pymm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Code version.
33
"""
44

5-
__version__ = "2025.10-pre"
5+
__version__ = "2025.10"

0 commit comments

Comments
 (0)