Skip to content

A collection of functions I've either submitted or plan to submit to the WFR.

Notifications You must be signed in to change notification settings

stoverc/ResourceFunctions

Repository files navigation

Resource Functions

This is a collection of functions I either have submitted or will soon submit to the Wolfram Function Repository.

My $PublisherID is TheRealCStover.

Summary

Here is a snapshot:

Resource Versions in this Repo Published Version
PlayWordle v1.1.0 (22 Jun 2022)
v1.0.0 (20 Jun 2022)
v0.1.0 (14 Jun 2022))
v1.1.0
RandomMetalPseudoSubgenre v1.0.0 (20 Jun 2022) v1.0.0
InactiveSumOfPowers v1.0.0 (15 Jul 2022)
v0.3.0 (3 Jul 2022)
v0.2.0 (20 Jun 2022)
v0.1.0 (20 Jun 2022)
v1.0.0
AdditivePersistence v1.0.0 (9 Aug 2022) v1.0.0
AdditiveDigitalRoot v1.0.0 (9 Aug 2022) v1.0.0
MultiplicativePersistence v1.0.0 (9 Aug 2022) v1.0.0
MultiplicativeDigitalRoot v1.0.0 (9 Aug 2022) v1.0.0
Fusc v1.0.0 (9 Sep 2022)
v0.1.0 (7 Sep 2022)
v1.0.0
BenfordAnalysis
(no documentation yet)
v0.1.0 (2 Jul 2022) (coming soon)

Changelog

9 Sep 2022

Fusc

  1. v1.0.0 (published quality) uploads.

7 Sep 2022

Fusc

  1. Initial upload of .nb and .wl files. This has already been submitted to the WFR.

BenfordAnalysis

  1. Uploaded .nb file for v0.1.0 to go along with the already-existent .wl file. This is likely to undergo considerable renaming, rewriting, expansion, etc.

9 Aug 2022

*Persistence, *DigitalRoot

  1. Uploaded actual submission-quality versions of AdditivePersistence, AdditiveDigitalRoot, MultiplicativePersistence, and MultiplicativeDigitalRoot.

15 Jul 2022

InactiveSumOfPowers nee SumOfIntegerPowers

  1. Uploaded actual submission-quality version of InactiveSumOfPowers (nee SumOfIntegerPowers) and renamed the other files in the directory to reflect the current name, versioning, etc.

3 Jul 2022

InactiveSumOfPowers nee SumOfIntegerPowers

  1. Uploaded submission-quality versions of SumOfIntegerPowers files (.wl and .nb). Also, submitted said function to the WFR.

2 Jul 2022

BenfordAnalysis

  1. Created my first branch, and uploaded a preliminary (0.1.0) version of BenfordAnalysis.
  2. Later, updated the README.md file to tidy up the change log a bit.

20 Jun 2022

InactiveSumOfPowers nee SumOfIntegerPowers

  1. Initial upload.
  2. Linked table entry to temporary cloud-deployed documentation.
  3. Later, updated README to reflect above-mentioned linking.
  4. Much later, made considerable code updates. Apparently, this thing was buggy, and those bugs had slipped through the cracks during my original publication without me realizing. :\

RandomMetalPseudoSubgenre

  1. Initial upload.

PlayWordle

  1. I deleted all the old files in the repo and renamed them according to the standard naming in WFR def notebooks.
  2. I added v1.1.0 as both a .wl and a .nb file.
  3. Later, I realized that "v1.0.0" was actually v0.1.0, so I fixed the versioning issue on my end + reuploaded everything. This means that there are three versions now.
  4. Later still, I found out a better way to generate .wl files than Export[...], so I implemented that + configured some of the file names for consistency.

14 Jun 2022

PlayWordle

  1. The first few commits here have been (and will continue to be) older-than-published versions, just for the sake of getting this repo caught up with the current status of the files as they exist in the WFR. Once this is done, commits will happen in a way that promotes CI/CD in the usual sense.
  2. Later, I added a copy of the published author notes to the existing WL file. This is a temporary solution, and eventually, I'm going to change my directory structure(s) to better reflect the standard GitHub implementation of WFR function directories.