Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 17, 2020
1 parent 00fd38f commit 036a7ca
Show file tree
Hide file tree
Showing 2 changed files with 14 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.0
Version: 1.1
Authors@R: c(
person("Alexander", "Bates", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1195-0445")),
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# neuprintr 1.1

* Can now specify default dataset for a connection (#115, #116)
* Optimise `neuprint_get_roiInfo()` and `neuprint_get_meta()` (#113)
* More features for `neuprint_ROI_hierarchy()` (#110)
* break down queries that are too large (#89)
* `neuprint_get_meta()` has more efficient handling of duplicates (#92)
* Fix `neuprint_read_skeletons()` fails to pass on heal.threshold for >1 skeleton bug (#121)
* Fix and test for incomplete server url (#119)
* Make `neuprint_login()` more robust to variations in server specification (#118)
* Safe field catch (#111)
* Update test baselines for R 4.0 (#120)

# neuprintr 1.0

This release bumps neuprintr to v1.0. There have been a huge number of fixes and
Expand Down

0 comments on commit 036a7ca

Please sign in to comment.