8000 RELEASE 1.8.0 by paulmelnikow · Pull Request #114 · lace/vg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RELEASE 1.8.0 #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

## 1.8.0 (Apr. 22, 2020)

- Add `vg.shape.columnize()`, a helper function for functions which may,
accept and return a stack of points or a single point.
- Add `vg.shape.check_value_any()` for checking an input against multiple
valid shape.
- Fix `vg.euclidean_distance()` so it will correctly accept a single point
as the first argument with a stack of points as the second argument.
- Correct many erroneous mentions of `3x1` and `kx1` in the documentation
and error messages.

## 1.7.0 (Jan. 22, 2020)

- Add `vg.average()`.
Expand Down
2 changes: 1 addition & 1 deletion vg/package_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.8.0"
0