Skip to content

Version History

Jordan Welsman edited this page Feb 16, 2023 · 8 revisions

jutils will release at v1.0.0 when each of the submodules contain useful functions.

Table of Contents

0.0.0 (12.30.2022)

  • Project started
    • GitHub repository created
  • Project created
    • Basic README.md written

0.0.1 (01.06.2023)

  • Package files created
    • setup.py and LICENSE.md
  • Project uploaded to PyPI

0.1.0 - The Hello, World! update (01.08.2023)

  • Ability to unbuild project
    • Unbuild script (./unbuild)
  • hello_world() function now available in in jutl.utilities

0.2.0 - The Color update (01.12.2023)

  • Text, Background, Typography, and Reset classes now available in jutl.formatting
    • Formatting dictionary values callable from jutl.formatting.<class>.<dict>
  • apply() function now available in jutl.formatting
    • See the function's wiki page for more information

0.3.0 - The Time Flies update (02.03.2023)

  • Stopwatch and Timer classes now available in jutl.timers
    • start(), lap(), stop(), and reset() methods callable from jutl.timers.Stopwatch()
    • start(), pause(), stop(), and reset() methods callable from jutl.timers.Timer()
  • Fixed bug which prevented users from importing sub-modules.

0.4.0 - The Pipeline update (02.15.2022)

  • DataPipeline and InstructionPipeline classes now available in jutl.pipelining
    • add(), list(), and remove() methods callable from jutl.pipelining.<class>