Skip to content

Commit

Permalink
Release 0.7.1 (#134)
Browse files Browse the repository at this point in the history
* Increment version number to 0.7.1

* clarify news

---------

Co-authored-by: Zhian N. Kamvar (UMass) <[email protected]>
  • Loading branch information
annakrystalli and zkamvar authored Oct 24, 2024
1 parent 25416ba commit c2aa95b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hubValidations
Title: Testing framework for hubverse hub validations
Version: 0.7.0.9000
Version: 0.7.1
Authors@R: c(
person(
given = "Anna",
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# hubValidations (development version)
# hubValidations 0.7.1

* Added:
* Updated documentation for custom validations:
- new vignette on how to create custom validation checks for hub validations (#121)
- new section on how to manage additional dependencies required by custom validation functions (#22).
* Bolstered parsing of file names in `parse_file_name()` to ensure they match the specific pattern required rather than just checking patterns of interest are extracted successfully and added more fine-grained check error messages (#132).
* Bolstered parsing of file names in`parse_file_name()`:
- ensure filenames are composed of letters, numbers, and underscores (#132).
- added more fine-grained check error messages to identify portion of file name that errored.

# hubValidations 0.7.0

Expand Down

0 comments on commit c2aa95b

Please sign in to comment.