Skip to content

Commit d8b83ac

Browse files
committed
v2025.2.2
1 parent 3b6629a commit d8b83ac

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parts/
2020
sdist/
2121
var/
2222
wheels/
23+
_/
2324
pip-wheel-metadata/
2425
share/python-wheels/
2526
*.egg-info/

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,45 @@ Source code changes, if any, have been submitted to the project maintainers or a
1212

1313
The wheels can be downloaded from the [Releases](https://github.com/cgohlke/pymol-open-source.whl/releases) page.
1414

15-
Install a wheel on the command line, for example for Python 3.12 64-bit:
15+
Install a wheel on the command line, for example for Python 3.13 64-bit:
1616

17-
py.exe -3.12 -m pip install pymol-3.1.0a0-cp312-cp312-win_amd64.whl
17+
py.exe -3.13 -m pip install pymol-3.1.0-cp313-cp313-win_amd64.whl
1818

1919
Start the Pymol app using the ``pymol.exe`` executable in Python's script folder or from the command line:
2020

21-
py.exe -3.12 -m pymol
21+
py.exe -3.13 -m pymol
2222

2323
The [Microsoft Visual C++ Redistributable packages for Visual Studio 2022](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) is required to run the software.
2424

2525
The ``pymol-open-source`` package conflicts with the [``chempy``](https://pypi.org/project/chempy/) package. Only one library can be imported in a process.
2626

27-
## Release 2024.5.18
27+
## Release 2025.2.2
2828

2929
This release was built from the following source code:
3030

31-
- [Pymol-open-source](https://github.com/schrodinger/pymol-open-source/) 3.1.0a0 [master](https://github.com/schrodinger/pymol-open-source/commit/9d3061ca58d8b69d7dad74a68fc13fe81af0ff8e)
32-
- [boost](https://www.boost.org/users/download/) 1.85.0
31+
- [Pymol-open-source](https://github.com/schrodinger/pymol-open-source/) 3.1.0 [master](https://github.com/schrodinger/pymol-open-source/commit/f51e58f6b08308c41c85b9d12a23231f49ca325a)
32+
- [boost](https://www.boost.org/users/download/) 1.87.0
3333
- [brotli](https://github.com/google/brotli) 1.1.0
3434
- [bzip2](https://sourceware.org/pub/bzip2/) 1.0.8
3535
- [freeglut](https://github.com/FreeGLUTProject/freeglut) 3.6.0
3636
- [freetype](https://download.savannah.gnu.org/releases/freetype/) 2.13.3
3737
- [glew](https://github.com/nigels-com/glew) 2.2.0
3838
- [glm](https://github.com/g-truc/glm) 1.0.1
39-
- [harfbuzz](https://github.com/harfbuzz/harfbuzz) 8.5.0
40-
- [libpng](https://github.com/glennrp/libpng) 1.6.44
39+
- [harfbuzz](https://github.com/harfbuzz/harfbuzz) 10.2.0
40+
- [libpng](https://github.com/glennrp/libpng) 1.6.45
4141
- [libxml2](https://gitlab.gnome.org/GNOME/libxml2) 2.12.9
4242
- [libxslt](https://gitlab.gnome.org/GNOME/libxslt) 1.1.42
4343
- [mmtf-cpp](https://github.com/rcsb/mmtf-cpp) 1.1.0
4444
- [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master) 6.1.0
4545
- [VTK-m](https://gitlab.kitware.com/vtk/vtk-m) 1.9.0
4646
- [win-iconv](https://github.com/OgreTransporter/win-iconv) master
47-
- [zlib](https://github.com/madler/zlib) 1.3.1
47+
- [zlib-ng](https://github.com/zlib-ng/zlib-ng) 2.2.3
4848

4949
## Build system
5050

5151
- [Windows Dev Kit](https://learn.microsoft.com/en-us/windows/arm/dev-kit/) 2023
52-
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.11
53-
- [CPython](https://www.python.org/downloads/windows/) 3.9, 3.10, 3.11, 3.12, 3.13
52+
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.12
53+
- [CPython](https://www.python.org/downloads/windows/) 3.10, 3.11, 3.12, 3.13
5454
- [PyPy](https://www.pypy.org/download.html) 3.10
5555

5656
## Alternatives

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
setup(
7979
name="pymol-launcher",
80-
version="3.0",
80+
version="3.1",
8181
# install_requires=['pymol'],
8282
packages=[],
8383
libraries=[('', {'sources': []})],

0 commit comments

Comments
 (0)