Releases: BritishGeologicalSurvey/tactool
Releases · BritishGeologicalSurvey/tactool
TACtool v1.3.0
Feature Update - Recoordination
-
New Features
- Recoordination
- A feature which allows the recoordination of
SEM
CSV 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
id
value incrementation- Previously, when deleting a point with the highest
id
value, the next point would not adopt thatid
value, and instead would continue from the previous highest + 1. The logic for incrementing theid
value 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
id
value 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
windows
andmacos
specific environment file. - The
README
has been updated to include information for each operating system,windows
andmacos
. - The GitHub Workflow has been updated to
test
andbuild
on bothwindows
andmacos
.
- The environment files have been updated to include a
- Minor code fix
- A couple of
PyQt5
methods were mistakenly being overwritten when creating thewindow
layout. 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
id
andsample_name
columns have been concatenated into a single columnName
.- A separator
_#
is used in the newName
column to identify the start/end of the concatenated values.
- A separator
id
values are now padded using leading0
characters to ensure theid
value contains 3 digits.
- The
- Usability when setting the scale has been improved
- The
set scale dialog box
now 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 box
on the main window has been disabled permanently. - The units of measurement for the scale value is now included in the
set scale dialog box
box.
- 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.