Recent Releases of muller-eot
muller-eot - v1.4.3 Package Maintenance
Package Maintenance
No change to package functionality
- Transition package distribution from setup.py to pyproject.toml
- Update Python version range to reflect Python EOL: Python 3.10, 3.11, and 3.12
- Remove version requirements for
matplotlibandnumpydependencies - Update backend to make use type hinting and f-strings
- Python
Published by cyschneck almost 2 years ago
muller-eot - 1.4.2 - EOT Class Backend
Backend Functionality through EOT Class
- EOT Object for generating EOT difference and plotting graph
Set default title for graph
Quickstart Guide - Example imgages
showPlot -> show_plot - Update argument from camel-case to snake-case to match all arguments
- Python
Published by cyschneck almost 3 years ago
muller-eot - Python3.9 capability
- Python3.7 and Python3.9 capability
- README bug fixes
- Python
Published by cyschneck over 3 years ago
muller-eot - Bug fix for <= Days in Orbit
Bug fix to include the entire range of the orbital year (previously stopped at 364, fixed to 365 days)
- Python
Published by cyschneck over 3 years ago
muller-eot - Optional figure plot color
New optional argument for the color of the scatter plot
plotEOT(figplotcolor="C0")
- Python
Published by cyschneck over 3 years ago
muller-eot - calculateDifferenceEOTMinutes() returns dict
calculateDifferenceEOTMinutes() returns a dictionary where keys are orbital days and values are the differences in EOT time
return calculateDifferenceEOTMinutes() == dict
- Python
Published by cyschneck over 3 years ago
muller-eot - Optional argument showPlot()
New optional argument to show the plot
if showPlot: plt.show()
- Python
Published by cyschneck over 3 years ago
muller-eot - Beta release: calculate EOT and plotting
calculateDifferenceEOTMinutes(eccentricity=None, obliquitydeg=None, orbitperiod=None)
plotEOT(planetname=None, orbitalperiod=None, eoty=[], effecttitlestr=None, figsizen=12, figsizedpi=100, saveplot_name=None)
- Python
Published by cyschneck over 3 years ago
muller-eot - Set up optional functional arguments
Set up optional functionaldef calculateDifferenceEOTMinutes(eccentricity=None, obliquitydeg=None, orbitperiod=None):
def calculateDifferenceEOTMinutes(eccentricity=None, obliquitydeg=None, orbitperiod=None):
- Python
Published by cyschneck over 3 years ago
muller-eot - calculateDifferenceEOTMinutes() with plot examples
Set up functionality via calculateDifferenceEOTMinutes() to be sent to a plot plotEOT()
- Python
Published by cyschneck over 3 years ago
muller-eot - Release for basic package functionality
Basic functionality to generate EOT charts with calculateDifferenceEOTMinutes(), generateEffectObliquity(), calculateEffectEccentricity()
- Python
Published by cyschneck over 3 years ago
muller-eot - Initial release for download_url link
Pypi registration set up
- Python
Published by cyschneck over 3 years ago