Skip to content

Commit

Permalink
Merge branch 'master' into dont_label_faces_when_inputs_are_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed May 29, 2022
2 parents 52c19f6 + 8e37a15 commit 27f97ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/run_benchmarks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -eo pipefail
set -x

if [ $# != 2 ]; then
echo "usage: $0 old_git_sh1 new_git_sha1"
Expand All @@ -18,7 +19,7 @@ package="./..."
bench="."

pushd "$HOME"
go get golang.org/x/perf/cmd/benchstat
go install golang.org/x/perf/cmd/benchstat@latest
popd

for (( i = 0; i < 15; i++ )); do
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.38.0

2022-05-27

__Special thanks to Sameera Perera and Albert Teoh for contributing to this release.__

- Add initial linear referencing methods to `LineString`. The initial methods
are `InterpolatePoint` and `InterpolateEvenlySpacedPoints`.

Expand Down

0 comments on commit 27f97ab

Please sign in to comment.