Releases: BritishGeologicalSurvey/tactool
Releases · BritishGeologicalSurvey/tactool
TACtool v1.3.0
Feature Update - Recoordination
-
New Features
- Recoordination
- A feature which allows the recoordination of
SEMCSV files into TACtool has been added. Detailed instructions for this process can be found here.
- A feature which allows the recoordination of
- Ghost Point
- A feature which allows the user to see a transparent version of an Analysis Point before it is placed onto the image. This can be enabled through a new toolbar option:
Tools>Ghost Point. This was a requested feature from #6.
- A feature which allows the user to see a transparent version of an Analysis Point before it is placed onto the image. This can be enabled through a new toolbar option:
- Recoordination
-
Changes
- Automatic
idvalue incrementation- Previously, when deleting a point with the highest
idvalue, the next point would not adopt thatidvalue, and instead would continue from the previous highest + 1. The logic for incrementing theidvalue has been changed, so that everytime a new point is created, it will get the current highest + 1.
- Previously, when deleting a point with the highest
- Automatic
-
Bug fixes
- #9
- The unexpected crash when adding notes after deleting a point has been fixed. It occured due to the previous
idvalue incrementation method being inconsistent.
- The unexpected crash when adding notes after deleting a point has been fixed. It occured due to the previous
- #9
TACtool v1.2.0
This is the second minor update to TACtool, which introduces a MacOS version of the application:
- MacOS version
- The environment files have been updated to include a
windowsandmacosspecific environment file. - The
READMEhas been updated to include information for each operating system,windowsandmacos. - The GitHub Workflow has been updated to
testandbuildon bothwindowsandmacos.
- The environment files have been updated to include a
- Minor code fix
- A couple of
PyQt5methods were mistakenly being overwritten when creating thewindowlayout. This has been fixed.
- A couple of
TACtool v1.1.0
This is the first minor update to TACtool, which includes changes to improve usability:
- The formatting used for exporting CSV files has been updated
- The
idandsample_namecolumns have been concatenated into a single columnName.- A separator
_#is used in the newNamecolumn to identify the start/end of the concatenated values.
- A separator
idvalues are now padded using leading0characters to ensure theidvalue contains 3 digits.
- The
- Usability when setting the scale has been improved
- The
set scale dialog boxnow opens at the top left of the main window. - All input areas on the main window are now disabled when using the scaling feature.
- The
scale input boxon the main window has been disabled permanently. - The units of measurement for the scale value is now included in the
set scale dialog boxbox.
- The
Backwards compatibility is supported for CSV files which do not include the new formatting features.
TACtool v1.0.0
This is the first public release of TACtool and is version 1.0.0.