Skip to content

Commit 373816d

Browse files
committed
Bumped version to 1.3.0.
1 parent 97e698f commit 373816d

6 files changed

Lines changed: 238 additions & 193 deletions

File tree

.github/workflows/check_commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Check code quality of latest commit.
2+
name: Check commit
23

34
on: [push, pull_request, workflow_dispatch]
45

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Publish new GitHub release on PyPI.
2+
name: Publish release
23

34
on: [workflow_dispatch]
45

@@ -32,7 +33,6 @@ jobs:
3233
publish:
3334
needs:
3435
- build
35-
if: startsWith(github.ref, 'refs/tags/') # Commit must be tagged.
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi

docs/installation.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Python, as is the default, to match Comsol's platform architecture.
2222

2323
## Comsol
2424

25-
Comsol, obviously, you need to license and install yourself. [Versions] 6.0 and
26-
newer are expected to work. Up to version 6.3, they have been successfully
27-
tested. A separate Java run-time environment is *not* required as Comsol ships
28-
with one already built in.
25+
Comsol, obviously, you need to license and install yourself. All major
26+
platforms are supported: Windows, Linux, macOS. [Comsol versions] 6.0 and newer
27+
are expected to work. Up to version 6.3, they have been successfully tested. A
28+
separate Java run-time environment is *not* required as Comsol ships with one
29+
already built in.
2930

30-
All major platforms are supported: Windows, Linux, macOS. Though ARM-based
31-
architectures are not, namely [Apple Silicon] on newer Macs. (Contribute to
32-
solving [GitHub issue #80] if you want to remedy that.)
31+
Comsol 5.5 and 5.6 may work if you manually downgrade JPype: `pip install
32+
"jpype1<1.6"`. Newer JPype versions no longer support Java 8, which these older
33+
Comsol versions ship with.
3334

3435
Comsol is expected to be installed in the default location suggested by its
3536
installer. Though on Windows, custom locations are also supported, as the
@@ -48,10 +49,6 @@ with `comsol`.
4849
```{note}
4950
For most users who already have a recent Comsol version installed, MPh will
5051
work out of the box.
51-
52-
Comsol 5.5 and 5.6 may work if you downgrade JPype: `pip install "jpype1<1.6"`.
53-
Newer JPype versions no longer support Java 8, which these older Comsol
54-
versions ship with.
5552
```
5653

5754

@@ -79,7 +76,7 @@ add support to the code base.
7976
[NumPy]: https://numpy.org
8077
[GitHub issue #57]: https://github.com/MPh-py/MPh/issues/57
8178
[python.org]: https://python.org
82-
[Versions]: https://www.comsol.com/release-history
79+
[Comsol versions]: https://www.comsol.com/release-history
8380
[Apple Silicon]: https://en.wikipedia.org/wiki/Apple_silicon
8481
[GitHub issue #80]: https://github.com/MPh-py/MPh/issues/80
8582
[create a symbolic link]: https://www.howtogeek.com/287014/how-to-create-and-use-symbolic-links-aka-symlinks-on-linux/

0 commit comments

Comments
 (0)