Skip to content

Releases: johnomotani/optionsfactory

1.0.11

08 Jan 16:45
2e43a71
Compare
Choose a tag to compare

Set format of all columns to 'text' in get_help_table() #22

1.0.10

03 Jan 22:56
de6de1f
Compare
Choose a tag to compare

Add option to return Texttable object from get_help_table() #21

1.0.9

01 Jan 17:17
f2398fd
Compare
Choose a tag to compare

Minor fixes for get_help_table() #20

1.0.8

31 Dec 21:41
ee19e26
Compare
Choose a tag to compare

OptionsFactory.get_help_table() #19

1.0.7

20 Nov 13:58
c65c091
Compare
Choose a tag to compare

Better error message when wrong type is passed #18.

1.0.6

18 Nov 15:29
12a4ad7
Compare
Choose a tag to compare

Implicitly convert any Number when value_type=float #17

1.0.5

14 Jun 20:01
7461bfd
Compare
Choose a tag to compare

Fix issue that prevented pickling of Options objects with dill #16.

1.0.4

16 May 11:01
e9670af
Compare
Choose a tag to compare

Use latest version of setuptools in recipe for deploying to PyPi: needed to support the license_files option in setup.cfg.

1.0.3

11 May 22:44
e9c651c
Compare
Choose a tag to compare

Include LICENSE in distributed files.

1.0.2

05 May 12:50
ac74a68
Compare
Choose a tag to compare

Provides a WithMeta.__repr__() method, which makes printing of default options more readable.