Releases: aim-rsf/mapmetadata
v3.0.1
v3.0.0
What's Changed
- Add rOpenSci badge and NEWS.md file by @RayStick in #164
- R opensci editor comments by @RayStick in #167
- Change package name & replace custom functions by @RayStick in #170
- Replace the Logo of the package by @BatoolMM in #173
- Update DESCRIPTION to directly mention Gateway as data source by @RayStick in #176
- Prepare for release 3.0.0 by @RayStick in #177
Some of these PRs (specifically #167 and #170) included renaming functions, replacing custom made functions with pre-existing ones (then adapting the code base to fit) and code refactoring across the whole package. Due to these larger changes, a major release is appropriate, to prepare this package for the rOpenSci review process.
Thanks to @maelle for helpful feedback and code suggestions 🥳
Thanks to @Rainiefantasy and @BatoolMM for help with designing and replacing the package logo 🥳
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
Addition of automated checks and workflows:
Documentation updates:
- add bug fix location + add badge by @RayStick in #148
- Indicate internal functions by @BatoolMM in #150
- Update pull_request_template.md by @RayStick in #153
- docs: add BatoolMM as a contributor for doc by @allcontributors in #155
- Add examples to functions by @BatoolMM in #156
- Simplify the pkgdwn file using the internal tag by @RayStick in #158
More unit tests so that test coverage is high enough + added code coverage actions to repo:
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
v1.2.2
What's Changed
Smaller changes
- Updated PR and Issue templates (https://github.com/aim-rsf/browseMetadata/pull/119/files)
- Acknowledge @NidaZiaS as contributor for ideas and feedback 🥳 (#122)
- Update contributor tags for existing contributors (#132, #133, #134)
- Restructure README and website files, and check citation and acknowledgments (#129, #135) thanks @RayStick and @BatoolMM 🚀
Bigger changes
- Unit tests added! Best practice guideline checked. This led to lots of restructuring and renaming of functions in the code base, and corresponding README file. (#124) thanks @RayStick and @Rainiefantasy 🚀
- Bug fix! (#128) thanks @RayStick and @Rainiefantasy 🚀
What's Changed - Auto generated
- Update templates by @RayStick in #119
- docs: add NidaZiaS as a contributor for ideas by @allcontributors in #122
- Unit testing, renaming functions, adding docs by @RayStick in #124
- mapMetadata: check if lookup and domain file are incompatible by @RayStick in #128
- Restructure README and github pages by @RayStick in #129
- docs: add BatoolMM as a contributor for projectManagement by @allcontributors in #132
- docs: add RayStick as a contributor for projectManagement by @allcontributors in #133
- docs: add RayStick as a contributor for review by @allcontributors in #134
- [WIP] Align citation and acknowledgements with AIM RSF guidelines by @BatoolMM in #135
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
Package has a logo! Thanks to @BatoolMM for the great first draft (and @Rainiefantasy and @RayStick for edits):
New function added which can convert the outputs files into a different format:
Full Changelog: v1.1.1...v1.2.1
v1.1.1
What's Changed
Fixing bug in v1.1.0
Thanks to @Rainiefantasy for user testing and reviewing this PR!
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
🎉 Thanks to @DDelbarre for some thorough user testing and making issues. This led to bug fixes and enhancements to the code
🎉 Thanks to @Rainiefantasy for reviewing many PRs and doing user testing!
🎉 Thanks to @BatoolMM for reviewing PRs, doing user testing, and suggesting enhancements to the package!
For the user of this package, one of the biggest changes in functionality come in #105. We now account for dependencies between tables, meaning categorisations you make for one table are copied over to another table, saving time and ensuring consistency of categorisations. There is also more error catching, making it less likely that an error from a user prompt will crash the code or make it into the saved output files.
- docs: add DDelbarre as a contributor for ideas, and userTesting by @allcontributors in #95
- Fix bug with header of demo list file by @RayStick in #100
- Allow re-do of last categorisation & reduce number of autos by @RayStick in #101
- Re-work the csv output logs & validate user inputs by @RayStick in #104
- Add in table dependencies (quicker for user and more valid) by @RayStick in #105
- Update CONTRIBUTING.md for code authors/reviewers by @RayStick in #10
Full Changelog: v1.0.1...v1.1.0
v1.0.1 release
What's Changed
- Add workflows to automate regular GH actions by @RayStick in #87
- Expand user interaction for domain_mapping function by @RayStick in #90
- Add summary plot as output to domain_mapping function by @RayStick in #93
Thank you to @BatoolMM and @Rainiefantasy for reviewing these PRs
Full Changelog: v1.0.0...1.0.1