Skip to content

Releases: seasonedfish/pokesummary

2.1.0

27 May 15:55
Compare
Choose a tag to compare
  • Internal changes to improve code readability
  • Improved examples
  • Added docstring for data package

2.0.0

20 May 22:08
Compare
Choose a tag to compare
  • Switched to explicit model-view-controller organization
    • model.py contains classes that store the Pokemon data
    • view.py renamed from displaying.py
    • Removed parsing.py
    • Allows easier library usage
    • Should also make it easier to fit different datasets in the future
  • Switched to PokemonType enum to represent Pokemon types
    • TypeDefenses is a dictionary of PokemonTypeto float