Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 7e8d687

Browse files
author
Keith Roberts
authored
version (#164)
* release 3.1.7
1 parent e764a6c commit 7e8d687

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,24 @@ Changelog
565565
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
566566
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
567567

568-
## Unreleased
569-
- Unit testing three versions of Python.
568+
## Unreleased
569+
- None
570+
571+
## [3.1.7] - 2020-11-27
572+
### Improved
573+
- Table of contents in README
574+
575+
### Added
576+
- More testing of sliver removal and 2d mesh generation qualities.
577+
578+
### Fixed
579+
- Disabled bug when doing Newton boundary projection at the end of 3d `sliver_removal`.
580+
581+
## [3.1.6] - 2020-11-26
582+
### Bug present with sliver removal. Recommend to not use.
583+
### Added
584+
- Unit testing three versions of Python (3.6.1, 3.7.4, 3.8.1)
585+
570586

571587
## [3.1.5] - 2020-11-24
572588
- Support for constraining/immersing subdomains represented as signed distance functions.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = SeismicMesh
3-
version = 3.1.6
3+
version = 3.1.7
44
url = https://github.com/krober10nd/SeismicMesh
55
author = Keith Roberts
66
email = keithrbt0@gmail.com

0 commit comments

Comments
 (0)