Tag: imbSCI

Crossed 10k downloads at NuGet & new versions released

GitHub Repository with new imbNLP.Standard library is just uploaded https://github.com/gorangrubic/imbNLP.Standard imbACE.Standard NuGet Libraries 0.2.30 released https://www.nuget.org/packages/imbACE.Core.Standard/ https://www.nuget.org/packages/imbACE.Network.Standard/ https://www.nuget.org/packages/imbACE.Services.Standard/ imbSCI.Standard NuGet Libraries 0.3.71 released https://www.nuget.org/packages/imbSCI.Data.Standard/ https://www.nuget.org/packages/imbSCI.Core.Standard/ https://www.nuget.org/packages/imbSCI.DataComplex.Standard/ https://www.nuget.org/packages/imbSCI.Graph.Standard/ … API Documentation for imbSCI libraries updated API Documentation for imbWBIWeb Business Intelligence libraries of imbVeles Framework. libraries (including imbWEM and imbWBIWeb Business Intelligence libraries of imbVeles Framework.)…

Visual Studio Extension – imbACE.BasicPack – Release Notes

The extension delivers multi-target C# (.NET 4.0, .NET 4.5 and .NET Standard) project templates, imbVeles (imbACE – Advanced Console Environment, imbSCI – Coding for Science) item templates and code snippets. Item templates cover: namespace XML documentation, imbACE Advanced Console and Plugin classes, imbSCI Global configuration and imbNLP Transliteration definition file. Project templates contain custom MSBuild target, that makes copy of NuGet .nupkg file to local NuGet repository, after each build.

imbSCI.BibTex – a library for BibTex format

After evaluating existing BibTex libraries for C# .NET, I decided to make my own. The most promising one (https://github.com/MaikelH/BibtexLibrary) proved to be incredibly show and buggy, once I tried to load a large BibTex file, exported from Mendeley Desktop. Therefore, I made imbSCI.BibTex from scratch, expanding functionality beyond what was provided by other open source projects.

imbSCI & imbACE for .NET Standard, .NET 4.5 and .NET 4.0

Since 15th May, imbVeles libraries are in process of migration from single-target .NET 4.0 framework to cross-platform and multi-target libraries/packages (.NET Standard 2.0, .NET 4.5, .NET 4.0). So far, complete imbSCI and imbACE stacks are converted, as well as, some lateral packages like: imbWEM.CommonData (contains both imbMiningContext and imbCommonModel namespaces), imbNLP.Transliteration and netDXF.Standard. The API documentation is also updated.

netDXF.Standard

The package contains Daniel Carvajal’s netDxf .net library, programmed in C# to read and write AutoCAD dxf files. It supports AutoCad2000, AutoCad2004, AutoCad2007, AutoCad2010, AutoCad2013, and AutoCad2018 dxf database versions, in both text and binary format. It provides high-level approach to the DXF Document.

This is a multi-platform fork of netDxf library from Daniel Carvajal. It allows use of the library on .NET 4.5 and .NET Standard 2.0 with purpose to target Xamarin.Forms and mobile devices. Goals of the fork are:

  • To provide multiplatform support for NuGet package (.NET 4.5, .NET Standard 2.0)
  • To provide DXF rendering library using SkiaSharp and imbSCI.Graph’s SVG capability.
  • To improve XML documentation
  • To create demo Xamarin.Forms 3.0 Windows WPF, Android and iOS demo DXF viewer application.

Current documentation: http://doc.veles.rs/

imbSCI 0.2.0 .NET Standard

imbSCI Foundation libraries are separated into four NuGet packages and migrated to .NET Standard 2.0, with two additional targets (.NET 4.0 and .NET 4.5). Therefore, new NuGet packages (starting with version  number 0.2.*, and having .Standard name suffix) are fully cross-platform, from Windows XP to mobile devices. New NuGet packages include three target platforms: + .NET…

Heat map generators (image, procedural) [imbSCI.Core 0.1.3.7 | imbSCI.Graph 0.1.0.30]

New versions of NuGet packages are released: imbSCI.Core 0.1.3.7 imbSCI.Graph 0.1.0.30 Among other new classes, now you have: image to heat map model converter framework for procedural heat map model conversion // namespaces relevant for the topic using imbSCI.Graph.Graphics.HeatMap; using imbSCI.Core.math.range.matrix; // namespaces used in examples below using Microsoft.VisualStudio.TestTools.UnitTesting; using imbSCI.Data.enums; using System.IO; using imbSCI.Core.files.folders;…