Skip to content

Commit

Permalink
Bump version and add news
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Feb 18, 2023
1 parent c067b11 commit fa92b5a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: neuprintr
Type: Package
Title: R Client Utilities for Interacting with the neuPrint Connectome Analysis Service
Version: 1.3
Version: 1.3.1
Date: 2021-05-18
Authors@R: c(
person("Alexander", "Bates", email = "[email protected]",
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# neuprintr 1.3.1

## What's Changed
* add `neuprint_cosine_plot()` and `neuprint_cosine_matrix()` to support cosine
similarity clustering by @jefferis in https://github.com/natverse/neuprintr/pull/167

* Fix when dataset for connection not passed on by @jefferis in https://github.com/natverse/neuprintr/pull/162
* WIP: improved error messages by @jefferis in https://github.com/natverse/neuprintr/pull/161
* Fix adjacency matrix names by @jefferis in https://github.com/natverse/neuprintr/pull/163
* fix bug (noticed w malecns) when correct rois not fetched by @jefferis in https://github.com/natverse/neuprintr/pull/165
* Fix bug when only presynapse is inside ROI by @jefferis in https://github.com/natverse/neuprintr/pull/166

https://github.com/natverse/neuprintr/compare/v1.3...v1.3.1

# neuprintr 1.3

* Fix problem with numeric bodyids by @jefferis in https://github.com/natverse/neuprintr/pull/142
Expand Down

0 comments on commit fa92b5a

Please sign in to comment.