All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning starting with version 0.0.1.
- new function
resolve_days(old one is nowresolve_number_of_days).
- old
resolve_daysfunction toresolve_number_of_days.
- unused
osimport.
- ported important modules like
constants.py,dataset.py,location.py,system.pyandweather.pyfrom Charlotte. find_stringfunction from Charlotte.DEFAULT_WEATHER_URLfor making weather related API calls.
- linting issues with some files.
- github banner and Table of Contents to the
README.mdfile. Why pyXA?,Changelog,ContributorsandLicensesection in theREADME.mdfile.- github changelog banner to the
assetsbranch. changelog.mdfile.- a new function,
check_versionincommon.py - directory and file symlinks to be ignored in
.gitignore. - user data in
profile.ymlfile.
- version to
0.0.2a1insettings.py. exceptions.pydocstring. Now it elaborately describes what it does.- docstrings of all the classes under
exceptions.py. settings.py,setup.py,parser.py,exceptions.py,common.py,strings.pydocstring.setup.pynow usesREADME.mdfile for its long description.- formatted all scripts with pylint and pyright.
- docstrings for all the scripts.
check_versionis now used for displaying the version details.virtualenvis nowvenvby default for all options and arguments.
AUTHOR_EMAILandMAINTAINER_EMAILto correct email.changelog.mdheaders.- year and qwner name in
LICENSEfile. Bad first argument given to super()warning informatter.py.- rounded output of
_split_linesmethod informatter.py.
- section for
Secret keysinsettings.pyand boilerplate code for the keys. - unnecessary comments in
README.mdfile. virtualenvfromrequirements.txtfile in favor ofvenv.- removed '/' from the
.gitignorefile for added files and folders. __future__imports as the project doesn't support backporting.loggerfromparser.py.FileNotFoundandPathNotFoundexception in favor of builtinFileNotFoundErrorandNotADirectoryErrorrespectively.user.pymodule and creating profile functionality.- strings associated with
profilesubparser object fromstrings.py.
- project to this repository.