Loading changelog.txt +8 −4 Original line number Diff line number Diff line Changelog ========= 0.5.0 (Under development) 0.5.0 (2024-01-27) ------------------ - Remove support for Python version 3.7 - Add support for Pandas version 2.0 - Add support for Pandas version 2.x and drop support for version 1.x. - Add functionality to log internal messages - Add functionality for FYI and warning messages - Return error message if multiple instances of the same group are found. Previous behavior was to simply overwrite the data. - Update check for Rule 1 to allow extend ASCII characters - Improve checks for data types DMS, DT, and SF under Rule 8 - Improve check for Rule 10b and avoid returning duplicate error messages - Improve check for Rule 15 to include units defined in PU columns - Improve check for Rule 16 to provide warning if a user-defined abbreviation duplicates an existing standard abbreviation for the same field - Update check_file() to handle an already opened file or stream. The first parameter name input_file is changed to filepath_or_buffer. - TODO Update check for Rule 1 to allow extend ASCII characters - TODO Reinstate deprecated fields/groups that had been deleted from the v4.1.1 - Reinstate deprecated fields/groups that had been deleted from the v4.1.1 standard dictionary - Add summary of data to error log 0.4.1 (2022-09-12) ------------------ Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ license = "LGPL-3.0" readme = "README.md" homepage = "https://github.com/asitha-sena/python-AGS4" repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["GNULESSER.LICENCE"] include = ["COPYING.LESSER"] [tool.poetry.dependencies] python = "^3.8" Loading python_ags4/AGS4.py +1 −1 Original line number Diff line number Diff line # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading python_ags4/ags4_cli.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading python_ags4/check.py +1 −1 Original line number Diff line number Diff line # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading Loading
changelog.txt +8 −4 Original line number Diff line number Diff line Changelog ========= 0.5.0 (Under development) 0.5.0 (2024-01-27) ------------------ - Remove support for Python version 3.7 - Add support for Pandas version 2.0 - Add support for Pandas version 2.x and drop support for version 1.x. - Add functionality to log internal messages - Add functionality for FYI and warning messages - Return error message if multiple instances of the same group are found. Previous behavior was to simply overwrite the data. - Update check for Rule 1 to allow extend ASCII characters - Improve checks for data types DMS, DT, and SF under Rule 8 - Improve check for Rule 10b and avoid returning duplicate error messages - Improve check for Rule 15 to include units defined in PU columns - Improve check for Rule 16 to provide warning if a user-defined abbreviation duplicates an existing standard abbreviation for the same field - Update check_file() to handle an already opened file or stream. The first parameter name input_file is changed to filepath_or_buffer. - TODO Update check for Rule 1 to allow extend ASCII characters - TODO Reinstate deprecated fields/groups that had been deleted from the v4.1.1 - Reinstate deprecated fields/groups that had been deleted from the v4.1.1 standard dictionary - Add summary of data to error log 0.4.1 (2022-09-12) ------------------ Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ license = "LGPL-3.0" readme = "README.md" homepage = "https://github.com/asitha-sena/python-AGS4" repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["GNULESSER.LICENCE"] include = ["COPYING.LESSER"] [tool.poetry.dependencies] python = "^3.8" Loading
python_ags4/AGS4.py +1 −1 Original line number Diff line number Diff line # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading
python_ags4/ags4_cli.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env python # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading
python_ags4/check.py +1 −1 Original line number Diff line number Diff line # Copyright (C) 2020-2023 Asitha Senanayake # Copyright (C) 2020-2024 Asitha Senanayake # # This file is part of python_ags4. # Loading