Skip to content

Releases: arrai-innovations/transmogrifydict

v1.1.3.post1

03 Jan 18:05
6e1f226
Compare
Choose a tag to compare
  • fix up readme badges

v1.1.3

02 Aug 23:13
4f2c3b9
Compare
Choose a tag to compare
  • Merge branch 'develop'
  • fix setup.py, re: markdown on pypi, clarify supported versions.
  • test more python versions. #12
  • get tests on circleci
  • breakup complex resolve_path_to_value for fixing flake8 warning.
  • update logo, replacing emergence blue with arrai blue.
  • make the pypi page more useful. #4

v1.1.2

31 May 21:32
5d447cd
Compare
Choose a tag to compare
  • Emergence by Design is changing its name to Arrai Innovations.
  • Update coverage badge links.

v1.1.1

16 Feb 22:57
6198d59
Compare
Choose a tag to compare
  • make README.md more useful.
  • would be nice if the requirements.txt was included in the sdist.
  • be more specific about python version.
  • flake8 config and some fixes.
  • add test for no items with desired keys found in subarray. #5
  • add coverage for empty array found when asking for subitems. #5
  • add error for invalid json, found string when looking for dict. #5
  • better error messages for key & index errors. #5
  • add string of number doctest for coverage. #5
  • more failure tests. #5
  • add some negative test cases to doctest. make outer breaking more explicit. #5
  • update error message on bad square brackets to list valid options. #6
  • add doctest for covering looking up keys in json strings. #5
  • conflicting py module name.
  • stop duplication of doctests into unittests manually. closes #8
  • add tests for getting arrays. closes #6
  • add slash quoting for using ., [, ] and \ in keys, array sub keys and array equality values. closes #7
  • update readme for new coverage location, add develop to coverage shown, get a nice table for formatting.

v1.1.0

04 Aug 23:47
e0e5306
Compare
Choose a tag to compare
  • add links to uploaded our hosted coverage report. closes #3
  • add previous doctests to unittests. closes #2
  • make library work in python 3.5. closes #1
  • Add BDS-3-Clause license

v1.0.0

15 Dec 23:36
Compare
Choose a tag to compare
  • indicate that we work with unicode
  • make tests work.
  • add promised ability to look for keys with values of ints.

v0.0.2

15 Jul 21:08
Compare
Choose a tag to compare
  • Now allows for dot notation to drill down into json strings within the dict.