Skip to content

Commit 8157619

Browse files
committed
release v2.8.2
1 parent c395054 commit 8157619

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/release_notes.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[#release_notes]
22
== Release notes
33

4-
=== Version 2.8.2 (Unreleased)
4+
=== Version 2.8.2 (19 May 2020)
55

66
==== Changes
77

@@ -11,8 +11,10 @@
1111

1212
- Made internal changes for more flexibility downstream #25
1313
- Refactored boundary conditions #33
14+
- Fixed boundary conditions in flexure #34
1415
- Explicit deallocation of arrays in StreamPowerLaw routines #35
1516
- Fixed some build issues with recent NumPy versions #37
17+
- Simplified CMake script for building the Python extension #37
1618
- Moved lake depth computation in flow routing subroutines #38
1719

1820
=== Version 2.8.1 (13 October 2019)

setup.py

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

33
setup(
44
name="fastscapelib-fortran",
5-
version="2.9.0dev",
5+
version="2.8.2",
66
description=("A library of efficient algorithms"
77
"for landscape evolution modeling"),
88
author='Jean Braun',

0 commit comments

Comments
 (0)