Commit 8ff96a21 authored by Asitha Senanayake's avatar Asitha Senanayake
Browse files

Update changelog and project metadata

parent 8dc9ae1e
Loading
Loading
Loading
Loading
Loading
+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)
------------------
+1 −1
Original line number Diff line number Diff line
@@ -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"
+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.
#
+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.
#
+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.
#