Skip to content

Commit 5a9c377

Browse files
committed
update CHANGELOG to v1.1
1 parent 02074df commit 5a9c377

File tree

3 files changed

+26
-32
lines changed

3 files changed

+26
-32
lines changed

.github/CHANGELOG.md

100755100644
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## [v1.0-r1](https://github.com/DSOlab/StrainTool/tree/v1.0-r1) (2021-09-11)
429

530
[Full Changelog](https://github.com/DSOlab/StrainTool/compare/v1.0...v1.0-r1)

Changes.log

Lines changed: 0 additions & 31 deletions
This file was deleted.

pystrain/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
setuptools.setup(name='pystrain',
4-
version='1.1beta1',
4+
version='1.1',
55
description='Python Strain Tensor estimation tool.',
66
url='https://github.com/DSOlab/StrainTool.git',
77
author='Xanthos Papanikolaou, Dimitris Anastasiou',

0 commit comments

Comments
 (0)