AllenDowney / ModSimPy

Text and supporting code for Modeling and Simulation in Python
https://allendowney.github.io/ModSimPy/
MIT License
823 stars 1.76k forks source link

Closes #67 #68

Closed rodigu closed 1 year ago

rodigu commented 1 year ago

Now using the recommended alternative to the deprecated iteritems: https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.Series.iteritems.html

rodigu commented 1 year ago

Also added small type hint to the remove_units_series function (where the warning originated).

AllenDowney commented 1 year ago

Thanks for this. I made this update separately because of workflow details.