Skip to content

Releases: turulomio/pydicts

0.16.0

13 Apr 06:33
3be5715
Compare
Choose a tag to compare
  • Added is_email method in casts

Full Changelog: 0.15.0...0.16.0

0.15.0

24 Mar 08:41
cb94ebe
Compare
Choose a tag to compare
  • Added dod_print, lol_order_by, lod_add_row methods.
  • Added automatic documentation to the whole project.

Full Changelog: 0.14.0...0.15.0

0.14.0

21 Mar 06:08
1525535
Compare
Choose a tag to compare
  • Add method lod_remove_duplicates
  • Python>=3.9 is now required
  • Github project pages is now updated with Github Actions

0.13.0

26 Jan 04:29
3a3638c
Compare
Choose a tag to compare
  • Removed ccy dependency due to slow python release updates

Full Changelog: 0.12.0...0.13.0

0.12.0

16 Jan 18:18
b3472b4
Compare
Choose a tag to compare
  • Improved percentage logic
  • Integrated ccy module for currencies listing
  • Added more test. Coverage is now 86%
  • Added support to ISO 8601 durations casts. Added support to durations in MyJsonEncoder module
  • Added jupyter-book support for documentation
  • Added project logo
  • Fixed jinja2 dependency security warnning

Full Changelog: 0.11.0...0.12.0

0.11.0

13 Dec 18:10
6aafc81
Compare
Choose a tag to compare
  • Added in casts ignore_exceptions parameter in all methods
  • Added a lot of tests. Test coverage is now 73%.
  • Added more stability to casts

0.10.0

08 Dec 08:43
550b4ff
Compare
Choose a tag to compare
  • Improving str2decimal conversions. Changed type parameter to decimal_separator.
  • Added Percentage and Currency classes to manage this objects

0.9.0

04 Dec 19:04
d97789d
Compare
Choose a tag to compare
  • Added gettext support
  • Improved spanish translation
  • Added custom exceptions for each module
  • Improved documentation
  • Added lol_print method
  • myjsonencoder has been included to convert from json to dictionaries

Full Changelog: 0.8.0...0.9.0

0.8.0

26 Nov 16:55
Compare
Choose a tag to compare
  • Migrating casts and datetime_functions to pydicts.casts. Utils to make casting easy
  • Create lol (List of lists) module

0.7.0

04 Nov 09:04
Compare
Choose a tag to compare
  • Improved documentation
  • Removed duplicated lod_min and lod_max methods
  • Added lod_filter_keys function
  • Added lod_filter_dictionaries function
  • Added lod_clone function
  • Added lod_calculate function