Skip to content

v0.4.0

Compare
Choose a tag to compare
@viperior viperior released this 11 Feb 08:20
· 101 commits to main since this release
v0.4.0
7310802

Improvements

  • Implement a Save class with a namespace for accessing key data points and datasets
Save.data
├───datasets
│   ├───mod
│   │   ├───dataframe
│   │   └───dictionary_list
│   ├───pawn
│   │   ├───dataframe
│   │   └───dictionary_list
│   ├───plant
│   │   ├───dataframe
│   │   └───dictionary_list
│   └───weather
│       ├───dataframe
│       └───dictionary_list
├───file_size
├───game_version
├───path
└───root
  • The pandas DataFrame containing plant information for the save file can be accessed through Save.data.datasets.plant.dataframe. The namespace is created using bunch.
  • Consolidate all functions related to loading or modifying save data in the Save class
  • Bump plotly to 5.6.0