Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Releases: Zandercraft/ZCSCommonLibrary

Version 0.3.6 Alpha

15 Mar 17:25
Compare
Choose a tag to compare
Version 0.3.6 Alpha Pre-release
Pre-release

WARNING! This update includes breaking changes!

This release changes some function names and variables for better formatting and introduces a new function called random_value

Changelog

  • Added functions.random_value() function that takes an array and returns a random value from it.
  • Renamed functions.typedinput() to functions.typed_input().
  • Renamed variables in functions.typed_input() and functions.palindrome() to include underscores. (Better naming practices)

Version 0.3.5 Alpha

02 Mar 03:10
22dca8a
Compare
Choose a tag to compare
Version 0.3.5 Alpha Pre-release
Pre-release

WARNING! This update includes breaking changes!

This release changes some names, introduces a new module and introduces two new functions.

Changelog

  • Create the zcsmath module for math-related functions
  • Moved great_circle() function from the functions module to the zcsmath module
  • Changed name of functions.inputverify() to functions.typedinput()
  • Introduced the functions.palindrome() and functions.palindromes() functions.

Version 0.3.4 Alpha

18 Feb 23:48
859d20a
Compare
Choose a tag to compare
Version 0.3.4 Alpha Pre-release
Pre-release

Changelog

  • Improved comments on code
  • Added CONTRIBUTING.MD
  • Added CODE_OF_CONDUCT.MD

Version 0.3.3 Alpha

18 Feb 17:03
2e3c581
Compare
Choose a tag to compare
Version 0.3.3 Alpha Pre-release
Pre-release

WARNING! This update includes breaking changes!

This release increases the accuracy of some formulas and changes some formatting.

Changelog

  • Renamed functions.haversine() to functions.great_circle() - BREAKING
  • Updated tests for functions.great_circle
  • Fixed release download link

Version 0.3.2 Alpha

17 Feb 15:59
3c2276d
Compare
Choose a tag to compare
Version 0.3.2 Alpha Pre-release
Pre-release

Again?

Version 0.3.1 Alpha

17 Feb 15:21
79b2748
Compare
Choose a tag to compare
Version 0.3.1 Alpha Pre-release
Pre-release

PyPi Release

Version 0.2.0 Alpha

16 Feb 22:49
b479e1c
Compare
Choose a tag to compare
Version 0.2.0 Alpha Pre-release
Pre-release

Preparations for PyPi.

Changelog

No major changes. Just a version bump and preparations for PyPi

Version 0.1.0 Alpha

16 Feb 22:43
489a553
Compare
Choose a tag to compare
Version 0.1.0 Alpha Pre-release
Pre-release

First version of ZCSCommonLib

Changelog

  • Add haversine function
  • Add months function
  • Add inputverify function
  • Prepare for PyPi.