Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 22, 2022
1 parent 6393b33 commit 58be0cb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
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.2.0.9000
Version: 1.3
Date: 2021-05-18
Authors@R: c(
person("Alexander", "Bates", email = "[email protected]",
Expand Down
18 changes: 16 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# neuprintr (development version)
# neuprintr 1.3

* Fix problem with numeric bodyids by @jefferis in https://github.com/natverse/neuprintr/pull/142
* Feature/meta more fields by @jefferis in https://github.com/natverse/neuprintr/pull/144
* Fix: more metadata fields by @jefferis in https://github.com/natverse/neuprintr/pull/145
* Improvements for large matrices in `neuprint_get_adjacency_matrix()`
includes chunking and an optional threshold (#147)
by @jefferis includes chunking and an optional threshold (#147)
* Fix pre post docs (and add partners arg) by @jefferis in https://github.com/natverse/neuprintr/pull/148
* fix for dplyr type error in neuprint_get_meta by @jefferis in https://github.com/natverse/neuprintr/pull/149
* Give neuprint_connection_table a summary option by @jefferis in https://github.com/natverse/neuprintr/pull/150
* Feature/connection table summary by @jefferis in https://github.com/natverse/neuprintr/pull/151
* Feature/search numeric by @jefferis in https://github.com/natverse/neuprintr/pull/152
* implement where searches for ids/meta by @jefferis in https://github.com/natverse/neuprintr/pull/153
* Allow neuprint_login to update connections by @jefferis in https://github.com/natverse/neuprintr/pull/154
* Standardise metadata column types by @jefferis in https://github.com/natverse/neuprintr/pull/155
* Fix fields with brackets by @jefferis in https://github.com/natverse/neuprintr/pull/158

**Full Changelog**: https://github.com/natverse/neuprintr/compare/v1.2...v1.3

# neuprintr 1.2

Expand Down

0 comments on commit 58be0cb

Please sign in to comment.