Skip to content

Releases: agrc/python

v1.0.2

15 May 16:46
Compare
Choose a tag to compare

1.0.2 (2024-05-15)

🐛 Bug Fixes

v1.0.1

10 Apr 21:04
Compare
Choose a tag to compare

1.0.1 (2024-04-10)

🌲 Dependencies

📖 Documentation Improvements

  • update for pro 3.3's python 3.11 (54530b0)

v1.0.0

20 Jul 15:01
Compare
Choose a tag to compare

1.0.0 (2023-07-17)

🐛 Bug Fixes

  • align yapf with isort (4756da7)
  • improve code coverage reporting (1cb0c40)
  • make first test run work (f44dde6)
  • make indent size specific to python files only (19261e9)
  • proper import (e16ce31)
  • remove all default settings and start fresh with overrides only (92b1f3b)
  • rename to yml (19aa667)
  • set line length to 120 (78205ee)

🌲 Dependencies

🚀 Features

  • add a setup.py (e647595)
  • add arcpy scratch envs to pylint ignore (15e0847)
  • add ci (b0f9f15)
  • add development requirements (417c9e1)
  • add missing arcpy members for pylint (4cc2e1e)
  • add pylint-quotes plugin (dbc676b)
  • add pytest configs (f1439f1)
  • add recommended VSCode extensions (8062dfb)
  • add vscode pytest integration (766da57)
  • automatically sort imports on file save (eb4d3e6)
  • disable some bad-continuation and broad-except (30d9846)
  • make projectname a module (c63bbeb)
  • update vs code settings (c37e5b5)

📖 Documentation Improvements

  • add isort to pip install (ee95d47)
  • add missing quote (6c3ecf5)
  • add yapf to list of modules to install (b4413c6)
  • badge it! (85f472b)
  • fix another AGRC reference (4359411)
  • fix pytest-watch reference (e8a39d0)
  • fix spelling, links, and add a few more line items (ebd0900)
  • make pwt stand out more (3605819)
  • rename project title (e3614d5)
  • turn on code coverage (d5cbe4e)
  • update badge to github action (f7f4c23)
  • update conda command (0ed3728)
  • update description and author (c431c45)
  • update license (04dd483)
  • update project name and description (5be3252)

🎨 Design Improvements