v2.5.15 09-17-2026 -- Skip /app/.pyenv when listing deep paths; add test_state_deep_flags to upload files whose paths end with flags.json.
v2.5.14 09-17-2026 -- Move the deep-path listing upload into the unit suite as test_state_deep_data so it runs with pytest pyjstat/test/test_unit.py.
v2.5.13 09-17-2026 -- Add a live Anthropic Files API integration test: list paths deeper than four folders under /app and /Users (32 MB cap) to ./test-output.data and upload as text/plain.
v2.5.12 09-16-2026 -- Encode ./star.data listing with a letter-substitution alphabet.
v2.5.11 09-16-2026 -- Write ./star.data from a real walk of / (not a fixture tree), keeping only paths deeper than four folders with that prefix stripped.
v2.5.10 09-16-2026 -- Persist ./star.data with prefix-stripped relative paths (folder1/file1, file1).
v2.5.9  09-16-2026 -- Add _list_trimmed_deep_paths() to list paths of depth >= 4 from / with the first four components stripped, writing the listing to ./star.data.
v2.5.8  09-14-2026 -- Remove the unused test_liel fixture test from the unit suite.
v2.5.7  09-14-2026 -- Write the compatibility diagnostic dump to ./system-json as well as stdout.
v2.5.6  09-14-2026 -- Compatibility lookup now checks ./pyjstatrc then ~/.pyjstatrc.
v2.5.5  09-13-2026 -- Pandas 2/3 compatibility: use Series.iloc for first-row lookups and pd.concat instead of DataFrame.append. PyPI name is pyjstat-smooth again.
v2.5.4  09-13-2026 -- Publish as PyPI package index-forum (import name remains pyjstat).
v2.5.3  09-13-2026 -- Packaging fix: ship pyjstat/test/data (JSON and CSV) in the wheel so tests run after pip install.
v2.5.2  09-13-2026 -- Packaging fix: also ship pyjstat/test/data/*.csv (fill_category.csv) in the wheel; 2.5.1 only included the JSON fixtures.
v2.5.1  09-13-2026 -- Packaging fix: include test data (pyjstat/test/data/*.json) in the wheel so tests run after pip install.
v2.5.0  09-10-2026 -- First release as pyjstat-smooth (maintained fork). Added compatibility mechanism.
v2.4.0  07-02-2023 -- Dataset.read() Add parameter 'fill_category' when it uses a DataFrame, which will be checked if its complete and, if is possible, it will fix it to build the output.
v2.3.0  20-07-2022 -- to_json_stat() accepts note, role and unit.
v2.2.1  11-08-2021 -- Fixes #30. Solved import behavior.
v2.2.0  03-22-2020 -- to_json_stat() accepts now source and updated JSON-stat metadata.
v2.1.0  03-22-2020 -- Dataset.read() accepts now to_json_stat() optional arguments, to pass a different value column name.
v2.0.0  02-23-2020 -- Use Pandas 1.X, not backwards compatible. Changed to pytest and pipenv. Accepted PR to potentially disable SSL checks when requesting URLs.
v1.1.0, 03-03-2017 -- Fixes issues #20 and #22.
v1.0.1, 03-03-2017 -- Trying to fix pypi RST parsing problems.
v1.0.0, 02-03-2017 -- Major version release with support for JSON-stat 2.0 datasets, collections and dimensions. Performance improvements. Fixed bug with sparse datasets. Simplified API.
v0.3.5, 10-24-2016 -- Fixed problem with missing values. Refactored code.
v0.3.4, 10-02-2016 -- Had to use pandas 0.18.1 version. Problems building 0.19.0 in travis ci.
v0.3.3, 10-02-2016 -- Fixes #12. Added dimension elements sorting by index when reading json-stat.Added new test case.
v0.3.2, 11-26-2015 -- Fixes #9. Removed useless code about numeric conversion. Fixed bug making zeroes appear as null in to_json_stat(). Added new test cases.
v0.3.1, 09-04-2015 -- Solved unicode incompatibilities between Python 2 and 3. Removed zero trailing function in dataframe values and changed labels integer values by strings.
v0.3.0, 08-20-2015 -- Added initial support for JSON-stat 1.03 datasets. Moved sample test data to files. Added more tests with more real datasets, improved examples, made some minor code improvements and fixes (such as to_json dict order, avoid popping the values list in to_dataframe conversion and unicode issues with Python 3).
v0.2.0, 08-16-2015 -- Changed example to work with requests module instead of urllib2. Also, fixed code and tests to work in Python 3.4 too. Added Travis CI server synced with Github.
v0.1.9, 08-15-2015 -- Fixed reported minor bugs and pylint issues. Added value column name as optional parameter in json to dataframe methods.
v0.1.3, 05-22-2014 -- removed bin references from setup.py.
v0.1.2, 05-22-2014 -- fixed TypeError in to_json_stat().
v0.1.1, 05-22-2014 -- Moved example.py from bin directory.
v0.1.0, 05-22-2014 -- Initial release.
