Skip to content

Commit cf13c61

Browse files
committed
Merge branch 'r0.14.4' of https://github.com/rnd-team-dev/plotoptix into r0.14.4
2 parents 9b6355f + 63a113d commit cf13c61

File tree

4 files changed

+783
-9
lines changed

4 files changed

+783
-9
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changed
88
~~~~~~~
99

1010
- packages updated to VS 2022, DllExport changed to the one by 3F
11+
- code updated to support pythonnet 3.0, thus compatible with all pythons up to 3.10
1112

1213
`v0.14.3` - 2022-08-13
1314
----------------------

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ System Requirements
8080
- Framework .NET >= 4.8 (present in all modern Windows)
8181
- Linux:
8282
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 6.6
83-
- `pythonnet <http://pythonnet.github.io>`__ 2.5.1 or 2.5.2 (before 3.0 is released, these are the only supported pythonnet versions, thus require **Python <= 3.8**)
83+
- `pythonnet <http://pythonnet.github.io>`__
8484
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 4.1
8585

8686
What's Included
@@ -133,9 +133,7 @@ If ``mono`` command is not available, or the reported version is < 6.6, visit `M
133133

134134
*pythonnet:*
135135

136-
Note, current pythonnet release supports Python up to 3.8.
137-
138-
The `pythonnet <http://pythonnet.github.io>`__ package is available from `PyPI <https://pypi.org/project/pythonnet>`__, however, some prerequisities are needed. Instuctions below are based on APT, replace ``apt`` with ``yum`` depending on your OS::
136+
The `pythonnet <http://pythonnet.github.io>`__ package is available from `PyPI <https://pypi.org/project/pythonnet>`__, however, you might need some prerequisities. Instuctions below are based on APT, replace ``apt`` with ``yum`` depending on your OS::
139137

140138
apt update
141139
apt install clang libglib2.0-dev python-dev

plotoptix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414
__status__ = "beta"
1515
__version__ = "0.14.4"
16-
__date__ = "21 August 2022"
16+
__date__ = "22 October 2022"
1717

1818
import logging
1919

0 commit comments

Comments
 (0)