File tree Expand file tree Collapse file tree 3 files changed +26
-32
lines changed Expand file tree Collapse file tree 3 files changed +26
-32
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.1] ( https://github.com/DSOlab/StrainTool/tree/v1.1 ) (2024-07-31)
4
+ [ Full Changelog] ( https://github.com/DSOlab/StrainTool/compare/v1.0-r1...v1.1 )
5
+
6
+ ** Implemented enhancements:**
7
+
8
+ - Create a couple of validation tests [ \# 78] ( https://github.com/DSOlab/StrainTool/issues/78 )
9
+
10
+ ** Fixed bugs:**
11
+
12
+ - Multicore bug for the output grid [ \# 80] ( https://github.com/DSOlab/StrainTool/issues/80 )
13
+ - Problem when the grid cover the longitude 0 [ \# 77] ( https://github.com/DSOlab/StrainTool/issues/77 )
14
+ - unable to reproduce the test [ \# 76] ( https://github.com/DSOlab/StrainTool/issues/76 )
15
+ - multicore proc error for Windows 10 [ \# 71] ( https://github.com/DSOlab/StrainTool/issues/71 )
16
+
17
+ ** Closed issues:**
18
+
19
+ - Add the main article to the project [ \# 74] ( https://github.com/DSOlab/StrainTool/issues/74 )
20
+ - Bug with Multiple UMT zones and the veis method [ \# 73] ( https://github.com/DSOlab/StrainTool/issues/73 )
21
+ - No Example input file [ \# 68] ( https://github.com/DSOlab/StrainTool/issues/68 )
22
+
23
+ ** Merged pull requests:**
24
+
25
+ - Dev11 [ \# 81] ( https://github.com/DSOlab/StrainTool/pull/81 ) ([ demanasta] ( https://github.com/demanasta ) )
26
+ - 77 problem when the grid cover the longitude 0 [ \# 79] ( https://github.com/DSOlab/StrainTool/pull/79 ) ([ demanasta] ( https://github.com/demanasta ) )
27
+
3
28
## [ v1.0-r1] ( https://github.com/DSOlab/StrainTool/tree/v1.0-r1 ) (2021-09-11)
4
29
5
30
[ Full Changelog] ( https://github.com/DSOlab/StrainTool/compare/v1.0...v1.0-r1 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import setuptools
2
2
3
3
setuptools .setup (name = 'pystrain' ,
4
- version = '1.1beta1 ' ,
4
+ version = '1.1 ' ,
5
5
description = 'Python Strain Tensor estimation tool.' ,
6
6
url = 'https://github.com/DSOlab/StrainTool.git' ,
7
7
author = 'Xanthos Papanikolaou, Dimitris Anastasiou' ,
You can’t perform that action at this time.
0 commit comments