This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Releases: Zandercraft/ZCSCommonLibrary
Releases · Zandercraft/ZCSCommonLibrary
Version 0.3.6 Alpha
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()
tofunctions.typed_input()
. - Renamed variables in
functions.typed_input()
andfunctions.palindrome()
to include underscores. (Better naming practices)
Version 0.3.5 Alpha
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()
tofunctions.typedinput()
- Introduced the
functions.palindrome()
andfunctions.palindromes()
functions.
Version 0.3.4 Alpha
Changelog
- Improved comments on code
- Added CONTRIBUTING.MD
- Added CODE_OF_CONDUCT.MD
Version 0.3.3 Alpha
WARNING! This update includes breaking changes!
This release increases the accuracy of some formulas and changes some formatting.
Changelog
- Renamed
functions.haversine()
tofunctions.great_circle()
- BREAKING - Updated tests for
functions.great_circle
- Fixed release download link
Version 0.3.2 Alpha
Again?
Version 0.3.1 Alpha
PyPi Release
Version 0.2.0 Alpha
Preparations for PyPi.
Changelog
No major changes. Just a version bump and preparations for PyPi
Version 0.1.0 Alpha
First version of ZCSCommonLib
Changelog
- Add haversine function
- Add months function
- Add inputverify function
- Prepare for PyPi.