Skip to content

Commit

Permalink
Assembly v 5.5.6 (28.11.23)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Nov 27, 2023
1 parent f68a816 commit e8924a4
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 8 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.5.5'
TAG: '5.5.6'

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.
8 changes: 3 additions & 5 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
_Changes for v 5.5.5_:
- The offline quick help has been discontinued;
_Changes for v 5.5.6_:
- Added a new version of offline help;
- Completed the process of version control unification;
- Fixed problem with `NaN` values on systems with non-English localizations;
- MSO Excel support libraries updated to v 3.6;
- The translation of the complete user guide for the app to English has been completed
- Fixed problem with `NaN` values on systems with non-English localizations
3 changes: 3 additions & 0 deletions Changes.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ToDo:
- Add the runtime image movement?
- Limit for the data editor?

Version 5.5.6:
• Added a new version of offline help

Version 5.5.5:
• The offline quick help has been discontinued;
• Completed the process of version control unification
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
created as a means of visualizing the results of experimental measurements; can still be used for this purpose.

Geomag data drawer supports the following data formats:
- ***Microsoft Office Excel ’97 and ’07 Spreadsheets*** (`.xls`, `.xlsx`). Support is provided through additional software
- ***Microsoft Office Excel ’97 and ’07 spreadsheets*** (`.xls`, `.xlsx`). Support is provided through additional software
(see section [“Hardware and software requirements and app contents”](#section-42) of this guide). The presence of the
installed Microsoft Office software package is not required.
- ***Table data in Windows CSV format*** (`.csv`; separators are semicolons).
- ***Tabular data in Windows CSV format*** (`.csv`; separators are semicolons).
- In order to expand the capabilities of the app, the ability to ***extract data from files of text formats*** has also been added.
- In addition, the app has its ***own data storage format***, which includes both the diagram data itself,
as well as its style and display settings (Geomag data drawer files, `.gdd`).
Expand Down

0 comments on commit e8924a4

Please sign in to comment.