Skip to content

Releases: aim-rsf/mapmetadata

v3.0.1

30 Jan 10:03
9992ba0
Compare
Choose a tag to compare

mapmetadata
This release updates the citation file

v3.0.0

06 Jan 13:22
3e25495
Compare
Choose a tag to compare

What's Changed

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

12 Dec 09:47
57b7191
Compare
Choose a tag to compare

What's Changed

Addition of automated checks and workflows:

Documentation updates:

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

26 Nov 15:50
3a77993
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Nov 15:30
cdb75fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v2.0.0

v1.2.2

24 Oct 09:59
645a5a9
Compare
Choose a tag to compare

What's Changed

Smaller changes

Bigger changes

What's Changed - Auto generated

Full Changelog: v1.2.1...v1.2.2

v1.2.1

25 Jul 11:01
88af505
Compare
Choose a tag to compare

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

24 Jul 14:48
f06b0e8
Compare
Choose a tag to compare

What's Changed

Fixing bug in v1.1.0

  • Copy previous categorisations from multiple tables not just one by @RayStick in #111

Thanks to @Rainiefantasy for user testing and reviewing this PR!

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Jul 08:43
7e1b221
Compare
Choose a tag to compare

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

24 Jun 14:36
c0ea599
Compare
Choose a tag to compare

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