Skip to content

Releases: DavidWhittingham/arcpyext

arcpyext v0.7.36

22 Apr 05:54

Choose a tag to compare

Fixes

  • Fixed issue writing valid UTF-8 encoded JSON out

arcpyext v0.7.35

22 Apr 05:10

Choose a tag to compare

Fixes

  • issue with text encoding when reading JSON files

arcpyext v0.7.34

22 Apr 00:55

Choose a tag to compare

New Features

  • Added function to "fix" datum transforms on ArcGIS Projects/Layers that are in an older (v2.x) format

arcpyext v0.7.33

09 Apr 06:50

Choose a tag to compare

Changes

  • Switched internal uses of external library lxml to xml.etree.ElementTree from the standard library, to reduce dependencies

v0.7.32

05 Apr 08:32

Choose a tag to compare

arcpyext v0.7.32

New features

  • Added support for updating data sources on ArcGIS Pro Layer Files (*.lyrx)

arcpyext v0.7.28

01 Nov 01:18

Choose a tag to compare

New Features

  • Add support for mosaic datasets in Pro maps

arcpyext v0.7.27

07 Aug 01:49

Choose a tag to compare

#Fixes

  • Fixed bug related to opening Pro projects
  • Fixed bug where Pro project was closed early

arcpyext v0.7.25

28 Jul 04:31

Choose a tag to compare

New Features

  • Added topicCategories property to arcpy.metadata.Metadata

Fixes

  • Various small bug fixes

arcpyext v0.7.24

27 Oct 03:57

Choose a tag to compare

Fixes

  • Fixed an issue initialising .NET Core on newer version of pythonnet

arcpyext v0.7.23

27 Oct 03:56

Choose a tag to compare

Fixes

  • Fixed an issue working with maps that contain tables on ArcGIS Pro/Python 3