Skip to content

Releases: dynverse/dynutils

dynutils 1.0.3

02 May 13:06
690fbf5
Compare
Choose a tag to compare
  • FUNCTIONALITY: Added test_h5_installation().

  • BUG FIX: Added compatibility workaround for being able to read hdf5 1.10.4 files
    on a hdf5 1.8.14 Windows platform (hhoeflin/hdf5r#60).

  • FUNCTIONALITY: calculate_distance() and calculate_similarity() now support
    sparse matrix calculation thanks to proxyC!

  • SMALL CHANGES: Remove dependencies: glue, Hmisc, devtools, testthat, tidyr.

new functionality, improved documentation and better tests

18 Jul 14:31
e7bc41e
Compare
Choose a tag to compare
  • REMOVED run_until_exit(): This functionality is already
    sufficiently covered by the processx package.

  • ADDED mapdf() functions: Apply a function to each row of a data frame.
    These functions are very similar to the purrr::map() functions.

  • ADDED tibble_as_list(): Reverse functionality of list_as_tibble().

  • ADDED project_to_segments(): Project a set of points to to set of segments.

  • DOCUMENTATION: Added documentation to every exported function.

  • DOCUMENTATION: Added overview of functions to ?dynutils.

  • DOCUMENTATION: Added overview of functionality to README.md.

  • TESTING: Expanded tests for tibble helper functions,
    calculate_distance(), and install_packages().

  • DOCUMENTATION: Added inst/NEWS.md file.

Initial release on CRAN

02 Jul 13:01
Compare
Choose a tag to compare
0.1.0

change description