Skip to content

Commit

Permalink
Assembly v 5.7.2 (12.04.24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Apr 11, 2024
1 parent d990c72 commit b189a37
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
TAG: '5.7'
TAG: '5.7.2'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file added .release/ExcelDataReader.DataSet.dll
Binary file not shown.
Binary file added .release/ExcelDataReader.dll
Binary file not shown.
Binary file added .release/GeomagDataDrawer.exe
Binary file not shown.
16 changes: 16 additions & 0 deletions .release/GeomagDataDrawer_en_us.dph
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Geomag data drawer is a software tool designed to build diagrams based on tabular data. It was originally created as a means of visualizing the results of experimental measurements; can still be used for this purpose.

Geomag data drawer supports the Microsoft Office Excel spreadsheets, tabular data in Windows CSV format and data extraction from files of text formats. The app can generate tabular data by running a given numerical range through analytically given function. Finally, it is possible to use text data from the clipboard for plotting.

In terms of data visualization and processing, Geomag data drawer provides the following main features:
- Construction of diagrams according to the presented data.
- Generation of data for plotting curves from an analytically given function.
- Editing diagram data in the built-in editor.
- Saving data files in Windows CSV format and as raw tabular data.
- Customization of most of the graphic characteristics of diagrams: sizes, placement, colors, fonts, lines, markers, etc.
- Setting your own coordinate plane and independent use of data columns as abscissas and ordinates for each dependence under study.
- Adding additional graphic objects: text labels, rectangles, ellipses and lines.
- Saving diagrams in graphic format .png with the ability to set a sufficiently large output size. This allows you to overcome the limitations of raster graphics when further using the image.
- Saving diagrams in vector formats .svg version 1.1 and .emf, if it is necessary to avoid losses when inserting an image into a printed document, or additional editing of the generated diagram in a vector graphics editor is required.

Implementation as a standalone application, support for all basic features for editing, building and designing diagrams, flexible settings system, bilingual interface, as well as the ability to store data in its own format eliminates the need to install additional software systems. Therefore, Geomag data drawer can be considered a very useful tool for processing and visualizing tabular data
16 changes: 16 additions & 0 deletions .release/GeomagDataDrawer_ru_ru.dph
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Geomag data drawer – программное средство, предназначенное для построения диаграмм на основе табличных данных. Изначально создавался как средство визуализации результатов экспериментальных измерений; может и сейчас быть использован с этой целью.

Geomag data drawer поддерживает таблицы Microsoft Office Excel, данные в формате Windows CSV и извлечение данных из файлов текстовых форматов. Программа может генерировать данные диаграммы путём прогона заданного числового диапазона через аналитически заданную функцию. Наконец, возможно использование текстовых данных из буфера обмена для построения диаграмм.

В части визуализации и обработки данных Geomag data drawer обеспечивает следующие основные возможности:
- Построение диаграмм по представленным данным.
- Генерация данных для построения кривых по аналитически заданной функции.
- Редактирование данных диаграммы во встроенном редакторе.
- Сохранение файлов данных в формате Windows CSV и формате произвольных табличных данных.
- Настройка большинства графических характеристик диаграмм: размеров, размещения, цветов, шрифтов, линий, маркеров и т.д.
- Задание собственной координатной плоскости и независимое использование столбцов данных в качестве абсцисс и ординат для каждой исследуемой зависимости.
- Добавление дополнительных графических объектов: текстовых подписей, прямоугольников, эллипсов и линий.
- Сохранение диаграмм в графическом формате .png с возможностью задания достаточно большого выходного размера. Это позволяет преодолеть ограничения растровой графики при дальнейшем использовании изображения.
- Сохранение диаграмм в векторных форматах .svg версии 1.1 и .emf, если необходимо избежать потерь при вставке изображения в печатный документ, или требуется дополнительное редактирование сформированной диаграммы в редакторе векторной графики.

Реализация в качестве отдельного приложения, поддержка всех основных возможностей по редактированию, построению и оформлению диаграмм, гибкая система управления, двуязычный интерфейс, а также возможность хранения данных в собственном формате снимает необходимость установки дополнительных программных комплексов. Поэтому Geomag data drawer можно считать весьма полезным инструментом обработки и визуализации табличных данных
Binary file added .release/ICSharpCode.SharpZipLib.dll
Binary file not shown.
4 changes: 3 additions & 1 deletion .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
_Changes for v 5.7_:
_Changes for v 5.7.2_:
- Updated HypeHelp and Updates checker mechanics: this should fix apps freezing immediately after launch (on some PCs);
- Updated the HypeHelp links list;
- Update for XPUN has been applied;
- Adjusted some interface elements;
- Removed the menu icons;
Expand Down
5 changes: 5 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Geomag data drawer: changes log
ToDo:
- Limit for the data editor?

Version 5.7.2:
• Updated HypeHelp and Updates checker mechanics: this should fix apps freezing immediately
after launch (on some PCs);
• Updated the HypeHelp links list

Version 5.7:
• Update for XPUN has been applied;
• Adjusted some interface elements;
Expand Down

0 comments on commit b189a37

Please sign in to comment.