Skip to content
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

1.8 (not for merge) #481

Open
wants to merge 95 commits into
base: master
Choose a base branch
from
Open

1.8 (not for merge) #481

wants to merge 95 commits into from

Commits on Aug 21, 2019

  1. skip exact md5 ndigest tests on CRAN

    * unfortunately there seem to be some situations that cause digest differences but
      they are almost impossible to debug on CRAN
    * digest::sha1 does attempt to create a 32/64 bit stable hash,
      but even there are differences across package versions
    jefferis committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    761049d View commit details
    Browse the repository at this point in the history
  2. dev: ignore spare directory

    * just contains bits and pieces for development
    jefferis committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    f97dc99 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. upgrade roxygen

    * UTF-8 for roxygen
    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f622b6b View commit details
    Browse the repository at this point in the history
  2. Fix if logical length >1 error

    * see also 9f3e51d / #393
      which was unfortunately too
    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    659f855 View commit details
    Browse the repository at this point in the history
  3. Fix CMTK/Vaa3D URLs

    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ec1f9bf View commit details
    Browse the repository at this point in the history
  4. Update URLs for natverse GitHub organisation

    * some of these spotted by R CMD check
    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9d54291 View commit details
    Browse the repository at this point in the history
  5. Fix slow reading of neuronlistfh

    * closes #402
    * depending on filehash >=2.3 ensures that the bug this code was trying to kludge over
      is fixed at source.
    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    57006d4 View commit details
    Browse the repository at this point in the history
  6. Bump version to 1.8.13

    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8d91724 View commit details
    Browse the repository at this point in the history
  7. Update NEWS for 1.8.13

    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8993069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    197b74f View commit details
    Browse the repository at this point in the history
  9. Add ORCIDs to authors

    jefferis committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    096b638 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. whitespace

    jefferis committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    7742343 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Upgrade roxygen

    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    235278a View commit details
    Browse the repository at this point in the history
  2. donttest example depending on suggested package

    * NB the pointsinside function will internally check if suggested Rvcg package is available
    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    2fde535 View commit details
    Browse the repository at this point in the history
  3. update baseline of ndigest test

    * see #411
    * skipped on CRAN anyway but coming up elsewher now
    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9eaf796 View commit details
    Browse the repository at this point in the history
  4. travis: switch to xenial

    * having trouble building Rvcg on trusty
    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e40e0bd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Bump version and news

    jefferis committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c51cdcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174fafb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Fix test for new behaviour of c() in R 4.1

    * we weren't relying on the old behaviour beyond this test
    * closes #444
    jefferis committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    5a6471d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. URL updates

    jefferis committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5f51156 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Fix more URLs for CRAN

    jefferis committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    fa2ac55 View commit details
    Browse the repository at this point in the history
  2. Update news and bump version

    jefferis committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    9a6eef4 View commit details
    Browse the repository at this point in the history
  3. update cran comments

    jefferis committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    baf85b3 View commit details
    Browse the repository at this point in the history
  4. git ignore CRAN-RELEASE file

    jefferis committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    93dce68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594a7e9 View commit details
    Browse the repository at this point in the history
  6. Bump version for URL fixes

    jefferis committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    7e81da6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Update cran comments

    jefferis committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ed35505 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. suggest webshot2

    * See emails from BDR and Duncam Murdoch Re: CRAN packages requiring webshot2 but not declaring it
    * this is because rgl now prefers webshot2 (a non-CRAN package) for snapshots
      and offers no way to override this when using knitr rgl=T
    jefferis committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    508960f View commit details
    Browse the repository at this point in the history
  2. roxygenise

    * due to a change in base mappply docs
    jefferis committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    cfe4916 View commit details
    Browse the repository at this point in the history
  3. fix roxygen error

    Warning: Topic 'fileformats': no parameters to inherit with @inheritParams
    
    * I suppose once upon a time registerformat was documented separately
    jefferis committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    211ae1f View commit details
    Browse the repository at this point in the history
  4. docs: spelling

    jefferis committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0258aac View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. add github actions rcmd check

    * straight from master branch
    jefferis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d2ecca2 View commit details
    Browse the repository at this point in the history
  2. remove outdated travis

    jefferis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9d959cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ac97a4 View commit details
    Browse the repository at this point in the history
  4. URL (inc DOI) fixes

    jefferis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    65ff352 View commit details
    Browse the repository at this point in the history
  5. Bump version, news

    jefferis committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ece97fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b275deb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. redown

    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d2679ac View commit details
    Browse the repository at this point in the history
  2. Update cran comments

    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e0918cf View commit details
    Browse the repository at this point in the history
  3. cran comments tweaks

    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4df952c View commit details
    Browse the repository at this point in the history
  4. Suggest markdown package as fallback for pandoc

    * should allow vignettes to be built when pandoc missing
    Duncan Murdoch wrote:
    I think you need to add "markdown" to the Suggests list to allow the fallback. The message with the Github link is coming from the htmlwidgets package
    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    b540ce8 View commit details
    Browse the repository at this point in the history
  5. cran comment tweaks

    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    923bbad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c1057b View commit details
    Browse the repository at this point in the history
  7. redown

    * includes some html documentation url changes
      e.g. to natverse site
    jefferis committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    63c9a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b653ec5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. fix conditional running of pandoc vignettes

    * for some reason webgl=F as a chunk option doesn't seem to have any effect
    jefferis committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    05e12c9 View commit details
    Browse the repository at this point in the history
  2. bump version to 1.8.18

    jefferis committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    13b2f40 View commit details
    Browse the repository at this point in the history
  3. redown

    jefferis committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    fa58525 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    83dff83 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    36b598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd37f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. ctb added

    dokato committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3d51bdc View commit details
    Browse the repository at this point in the history
  2. fixes to make CRAN happy

    dokato committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    8066d15 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request #495 from dokato/1.8

    Seglist updated to the latest igraph version
    jefferis authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c0a8528 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. dev: update roxygen

    * nb there seems to be a regression wrt inheritance of docstrings for multiple arguments
      so had to separate bounds vs BoundingBox docs
    jefferis committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9ec1f8c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    2fac553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666c5cd View commit details
    Browse the repository at this point in the history
  3. rgl.pop -> pop3d

    * as discussed in PR
    jefferis committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    23680b3 View commit details
    Browse the repository at this point in the history
  4. fix outdated teem urls

    jefferis committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8562886 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a808a81 View commit details
    Browse the repository at this point in the history
  6. fix neuroml urls

    jefferis committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8c25483 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    635d821 View commit details
    Browse the repository at this point in the history
  8. add missing readme figures

    jefferis committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e98adec View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. ignore codecov config

    jefferis committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d5466f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    012ad43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b5ebe View commit details
    Browse the repository at this point in the history
  3. Bump version

    jefferis committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    bb8ab42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b84e23 View commit details
    Browse the repository at this point in the history
  5. ignore CRAN submission file

    jefferis committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f9604b6 View commit details
    Browse the repository at this point in the history
  6. Fixing NEWS parse error on linux

    * missed locally and by winbuilder
    * seems like all text must start with a * 
    
    Problems with news in 'NEWS':
      Cannot process chunk/lines:
        It also updates URLs to point to nat's new home organisation on GitHub
        (https://github.com/natverse/).
      Cannot process chunk/lines:
        This release includes some bug fixes and significantly improved online package
      Cannot process chunk/lines:
        This is tagged as a major release because of a change in behaviour that (by
      Cannot process chunk/lines:
        default) suppresses interactive rgl windows when running in batch
        (non-interactive) mode. See ?nat "rgl Package" section for details.
          defaulting to rgl's NULL mode display. This should help run nat in batch mode
          situations including knitr runs, the CRAN build server etc. (#272)
        * Add summary.neuron(list) functions to calculate tree statistics such as number
         of nodes and cable length for neurons/neuronlists (#269)
        * Automate progress bar in nlapply - this will always show in interactive mode
          when there are more than 10 neurons being processed. (#271)
        * Fix bug in c.neuronlist when combining more than 2 neuronlists (#270)
        * Fix bug in read.neuronlistfh on Windows (#268)
        * Fix bug when constructing an ngraph with a single node (#267)
        * Fix bug in `[<-.neuronlist` when assigning a whole data.frame using (#256)
        * Fix bug in bounding box with input = "bounds" (#273)
        * Documentation improvements (especiall package overview - see ?nat)
        * nat will only activate an rgl display in interactive mode, otherwise
    jefferis committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    94d1d1d View commit details
    Browse the repository at this point in the history
  7. bump version to 1.8.21

    jefferis committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    22a4d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5810b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump version

    jefferis committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    89bce37 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. update citation to include natverse paper

    citEntry was deprecated ...
    jefferis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e7e512c View commit details
    Browse the repository at this point in the history
  2. remove broken flycircuit link

    * website is down right now
    * just cite paper instead
    jefferis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4af3318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f441b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8a9c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c0ffb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    c115c49 View commit details
    Browse the repository at this point in the history
  2. fix bug in handling of numeric versions

    * r-devel now refuses to compare a number with a numeric_version
    * reported by CRAN (Kurt Hornik, who also kindly pointed out the precise error)
    jefferis committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e3ec0fd View commit details
    Browse the repository at this point in the history
  3. Bump version

    jefferis committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a1ead0f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix Simple Neurite Tracer / SNT urls

    * Simple Neurite Tracer is no more
    * The successor plugin, SNT, uses the same tracse format
    jefferis committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e8ab101 View commit details
    Browse the repository at this point in the history
  2. update cran comments

    jefferis committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    886f9cd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. rename all deprecated igraph functions

    * there are many functions deprecated in igraph v2.0.0
    * unfortunately, I don't know what is the minimum igraph version for the new function names
      currently we only require igraph (>= 0.7.1)
    
    get.vertex.attribute->vertex_attr
    add.edges->add_edges
    decompose.graph->decompose
    graph.bfs->bfs
    graph.dfs->dfs
    is.connected->is_connected
    is.directed->is_directed
    get.vertex.attribute->vertex_attr
    shortest.paths->distances
    get.shortest.paths->shortest_paths
    
    induced.subgraph -> induced_subgraph
    no.clusters -> count_components
    clusters -> components
    minimum.spanning.tree -> mst
    delete.vertices -> delete_vertices
    set.vertex.attribute -> set_vertex_attr
    get.edgelist -> as_edgelist
    delete.edges -> delete_edges
    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7edb6f0 View commit details
    Browse the repository at this point in the history
  2. igraph tweaks & typos

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    86ad05e View commit details
    Browse the repository at this point in the history
  3. igraph dfs may signal unreachable nodes with 0

    * this still seems to be up in the air but at least some preparatory branches
     for igraph 2.0 use a 0 rather than NaN to signal unreachable nodes
    * see #517
    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c6f6808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bbc822 View commit details
    Browse the repository at this point in the history
  5. fix new igraph imports

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    786149f View commit details
    Browse the repository at this point in the history
  6. nvertices.igraph fixes vcount mode

    * used to be an int, now numeric with igraph 2.0
    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4e3d657 View commit details
    Browse the repository at this point in the history
  7. Bump version to 1.8.24

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    679c0ad View commit details
    Browse the repository at this point in the history
  8. WIP update cran comments

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    84e074a View commit details
    Browse the repository at this point in the history
  9. doc fixes inc \itemize lists

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a6a1a0c View commit details
    Browse the repository at this point in the history
  10. skip cmtk command line tests on cran

    * cmtk will never be installed there
    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f11f10a View commit details
    Browse the repository at this point in the history
  11. more doc fixes

    jefferis committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6942ae3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    ed86e4d View commit details
    Browse the repository at this point in the history