This repository was archived by the owner on Nov 13, 2023. It is now read-only.
File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -565,8 +565,24 @@ Changelog
565
565
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
566
566
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
567
567
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
+
570
586
571
587
## [ 3.1.5] - 2020-11-24
572
588
- Support for constraining/immersing subdomains represented as signed distance functions.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = SeismicMesh
3
- version = 3.1.6
3
+ version = 3.1.7
4
4
url = https://github.com/krober10nd/SeismicMesh
5
5
author = Keith Roberts
6
6
email = keithrbt0@gmail.com
You can’t perform that action at this time.
0 commit comments