Skip to content

Commit 75387e8

Browse files
committed
updated news for new release
1 parent af83666 commit 75387e8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fluvgeo
22
Title: A Package for Fluvial Geomorphic Analysis
3-
Version: 0.1.53
3+
Version: 0.1.54
44
Authors@R: c(
55
person("Michael", "Dougherty",
66
email = "Michael.P.Dougherty@usace.army.mil",

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# fluvgeo v0.1.54 (2025-04-08)
2+
3+
## Major changes
4+
* Updated reports to use a series of new functions to improve data quality and labeling.
5+
* Added a series of functions to streamline the editing and drawing of cross sections in the sf format.
6+
7+
* `start_left` - Determines if a cross section starts to the left of the flowline.
8+
* `sf_line_end_point` - Returns the x,y corrdinates of the start or end of a line.
9+
* `sf_point_attributes` - Write the x and y coordinate values into columns.
10+
* `xs_upstream` - Determine the upstream cross section and write its vlues into new columns. * `xs_bearing` - Calculate the bearing of a cross section.
11+
12+
## Minor changes
13+
* None.
14+
15+
***
16+
117
# fluvgeo v0.1.53 (2025-02-04)
218

319
## Major changes

0 commit comments

Comments
 (0)