Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4426c8

Browse files
committedOct 24, 2022
Merge branch 'master' of https://gitlab.com/hkex/resipy
2 parents 6ded8e8 + 03c4e4c commit e4426c8

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed
 

‎CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v3.4.0
2+
- Improved meshing for 3D surface arrays.
3+
- Support for 3D tetrahedral cylinder meshes.
4+
- Parsing contact resistance information (pseudo section).
5+
- Ability to slice 3D mesh along a line (e.g., electrodes).
6+
- Ability to convert tape-measured X to true X (2D only).
7+
- Add custom parser for timelapse or batch (API only)
8+
- Various bug fixes.
9+
10+
111
v3.3.3
212
------
313
- Bug fix: remote electrodes in 3D mesh generation

‎README.md

+21-23
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ResIPy aims to be
1212

1313
Downloads
1414
---------
15-
Version 3.3.3:<br>
16-
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.3.3-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-windows.exe)
17-
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.3.3-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macOS.dmg "wine is required - see below")
18-
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.3.3-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-linux)<br>
19-
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.3.3-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macos_mojave.dmg "wine is required - see below")
15+
Version 3.4.0:<br>
16+
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.4.0-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-windows.exe)
17+
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.4.0-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macOS.dmg "wine is required - see below")
18+
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.4.0-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-linux)<br>
19+
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.4.0-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macos_mojave.dmg "wine is required - see below")
2020

2121
Note for Windows users:
2222
- If your Windows prevents you from running ResIPy on first run, on the “Windows protected your PC” message, click on “More info” and then click on “Run anyway” from the bottom. You may also allow ResIPy to run from your antivirus program.
@@ -27,10 +27,10 @@ Notes for Mac and Linux users:
2727
- On Linux: If you get "command not found" error, you might need to allow "executable permission" to the binary, using `sudo chmod 775 ResIPy`
2828

2929
Zip files:<br>
30-
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.3.3%20(zip)-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-windows.zip)
31-
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.3.3%20(zip)-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macos.zip "wine is required - see below")
32-
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.3.3%20(zip)-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-linux.zip)<br>
33-
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.3.3%20(zip)-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macos_mojave.zip "wine is required - see below")
30+
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.4.0%20(zip)-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-windows.zip)
31+
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.4.0%20(zip)-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macos.zip "wine is required - see below")
32+
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.4.0%20(zip)-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-linux.zip)<br>
33+
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.4.0%20(zip)-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macos_mojave.zip "wine is required - see below")
3434

3535

3636
What it can do
@@ -102,7 +102,9 @@ brew install wine
102102
```
103103
If all is done with no errors, you are ready to run ResIPy!
104104

105-
**NOTE**: the first time you're running ```wine``` (e.g., creating a triangular mesh) it will need to be updated and install a few dependencies and that will take some time.
105+
**NOTE**: The first time you're running ```wine``` (e.g., creating a triangular mesh) it will need to be updated and install a few dependencies and that will take some time.
106+
107+
**NOTE**: If you get "ResIPy is damaged" error, run this command in terminal `xattr -cr /Applications/ResIPy.app` (instead of "/Applications/ResIPy.app" put the address to the place you have the app).
106108

107109

108110
Feature request and bug report
@@ -156,13 +158,17 @@ Below are the links to current and previous releases of ResIPy/pyR2. Note that p
156158
the latest release available.
157159

158160
*Current stable release*:
161+
- v3.4.0
162+
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.4.0-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-windows.exe)
163+
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.4.0-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macOS.dmg "wine is required - see above")
164+
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.4.0-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-linux)<br>
165+
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.4.0-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.4.0/ResIPy-macos_mojave.dmg "wine is required - see above")
166+
167+
*Past releases*:
159168
- v3.3.3
160169
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.3.3-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-windows.exe)
161170
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.3.3-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macOS.dmg "wine is required - see below")
162-
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.3.3-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-linux)<br>
163-
macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%2064bit-ResIPy%20v3.3.3-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-macos_mojave.dmg "wine is required - see below")
164-
165-
*Past releases*:
171+
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.3.3-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.3/ResIPy-linux)
166172
- v3.3.1
167173
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.3.1-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.1/ResIPy-windows.exe)
168174
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.3.1-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.3.1/ResIPy-macOS.dmg "wine is required - see below")
@@ -175,15 +181,7 @@ macOS Mojave and before: [![mac](https://img.shields.io/badge/macOS%20Mojave%206
175181
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v3.0.3-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.0.3/ResIPy-windows.exe)
176182
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v3.0.3-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.0.3/ResIPy-macOS.dmg "wine is required - see below")
177183
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v3.0.3-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v3.0.3/ResIPy-linux)
178-
- v2.2.2
179-
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v2.2.2-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.2.2/ResIPy-windows.exe)
180-
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v2.2.2-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.2.2/ResIPy-macOS.dmg)
181-
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v2.2.2-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.2.2/ResIPy-linux)
182-
- v2.0.2
183-
[![win](https://img.shields.io/badge/Windows%2064bit-ResIPy%20v2.0.2-blue.svg?style=flat&logo=Microsoft&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.0.2/ResIPy-windows.exe)
184-
[![mac](https://img.shields.io/badge/macOS%2064bit-ResIPy%20v2.0.2-lightgrey.svg?style=flat&logo=Apple&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.0.2/ResIPy-macOS.dmg)
185-
[![linux](https://img.shields.io/badge/Linux%2064bit-ResIPy%20v2.0.2-orange.svg?style=flat&logo=Linux&logoColor=white)](https://github.com/hkexgroup/resipy/releases/download/v2.0.2/ResIPy-linux)
186-
- v1.x.x are available on github: https://github.com/hkexgroup/resipy/releases
184+
- Older versions are available on github: https://github.com/hkexgroup/resipy/releases
187185

188186
Zenodo project DOI: [![zenodo doi](https://zenodo.org/badge/DOI/10.5281/zenodo.2530059.svg)](https://doi.org/10.5281/zenodo.2530059)
189187

‎src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyR2_Version:
2-
3.3.3
2+
3.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.