Download Latest Version Design Improvement and Memory Optimization.tar.gz (8.9 MB)
Email in envelope

Get an email when there's a new version of rimhistory

Home / v0.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-02-11 1.0 kB
v0.4.0.tar.gz 2022-02-11 453.3 kB
v0.4.0.zip 2022-02-11 464.1 kB
Totals: 3 Items   918.4 kB 0

Improvements

  • Implement a Save class with a namespace for accessing key data points and datasets

    :::text 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
Source: README.md, updated 2022-02-11