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

Release/0.6.2 #151

Merged
merged 4 commits into from
May 22, 2024
Merged

Release/0.6.2 #151

merged 4 commits into from
May 22, 2024

Conversation

kylebaron
Copy link
Contributor

@kylebaron kylebaron commented May 22, 2024

yspec 0.6.2

Breaking changes

  • nm_input() was significantly refactored to produce output more typically seen
    in practice as well as adding some convenience features (Refactor nm_input #150).
    • the default output is now wide format
    • data set labels can get renamed with <new name> = <old name> syntax, passed
      under ...
    • columns with type <character> are dropped by default
    • the cat argument was renamed .cat
    • the .drop argument was added to indicate a group of data items to drop
      from the problem
    • the previous long output can be recreated using .long = TRUE
    • the .decodes argument was added to control appearance of categorical data
      decode information in the long output

@kylebaron kylebaron changed the title Release v0.6.2 Release/0.6.2 May 22, 2024
@kylebaron
Copy link
Contributor Author

@kyleam Should we put something in NEWS.md about change to github actions?

@kyleam
Copy link
Contributor

kyleam commented May 22, 2024

Should we put something in NEWS.md about change to github actions?

In my opinion that's fine to leave out giving it's not a user-facing change/detail.

@kylebaron kylebaron requested a review from kyleam May 22, 2024 14:54
Copy link
Contributor

@kyleam kyleam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kylebaron kylebaron merged commit 11c2ebc into main May 22, 2024
5 checks passed
@kylebaron
Copy link
Contributor Author

scores:
{
  "testing": {
    "check": 1,
    "covr": 0.8368
  },
  "documentation": {
    "has_vignettes": 1,
    "has_website": 1,
    "has_news": 1
  },
  "maintenance": {
    "has_maintainer": 1,
    "news_current": 1
  },
  "transparency": {
    "has_source_control": 1,
    "has_bug_reports_url": 1
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants