Skip to content

Releases: PSLmodels/ParamTools

ParamTools 0.7.3

22 Aug 19:56
Compare
Choose a tag to compare
  • Make updates for Marshmallow 3 compatibility. (#68)

ParamTools 0.7.2

15 Jul 16:36
Compare
Choose a tag to compare
  • Update custom fields for Marshmallow 3.0.0rc7 API changes. (#66)

ParamTools 0.7.1

26 Jun 18:07
Compare
Choose a tag to compare
  • Bug fixes related to extend capability and its interactions with the Parameters instance's state. (#63)

ParamTools 0.7.0

24 Jun 13:08
Compare
Choose a tag to compare
  • Apply extend capability to user adjustments. (#60)
  • Add flexibility to the Parameters.extend by extending at the value object level instead of the label_to_extend value level. (#60)
  • Refactor Parameters._select method into the select module. This refactor allows the user to implement custom comparison functions similar to what can be done with pandas.DataFrame.loc. (#60)

ParamTools 0.6.0

14 Jun 20:24
ac6e9d4
Compare
Choose a tag to compare
  • Add array extension capability. This is helpful for filling out a parameter's values without having to specify redundant data in defaults.json. Check out the extend docs to learn more about this feature. (#58)
  • Add API guide. (#58, #59)

ParamTools 0.5.4

07 May 18:26
Compare
Choose a tag to compare
  • Preserve order of parameters. (7a4f949)

ParamTools 0.5.3

05 May 17:32
Compare
Choose a tag to compare
  • Add serializable flag to specification method. (#54)
  • Rename schema 'builder' to schema 'factory.' (#55)

ParamTools 0.5.2

02 May 17:58
0c0f2f9
Compare
Choose a tag to compare
  • Fixes bug where the original defaults dictionary was modified by a pop command. #53

ParamTools 0.5.1

25 Apr 19:13
b7b0e2b
Compare
Choose a tag to compare
  • Make "validators" and "additional_parameters" optional. (#52)

ParamTools 0.5.0

24 Apr 18:04
Compare
Choose a tag to compare
  • Drop schema.json, and move it into a top-level schema member in defaults.json. (#49)
  • Rename dims to labels. (#47)
  • Rename optional—>additional_members. (#49)
  • Set a default value of zero for number_dims . (#44)
  • Handle simple parameter values. (#45)
  • Revamp documentation. (#51)
  • Documentation is now hosted at paramtools.org