Christoph Ruegg
dc5597c6d9
Build: include .Net 3.5 build in NuGet package
12 years ago
Christoph Ruegg
89c76125c6
Build: VS12 (2013) support, build config simplification
12 years ago
Christoph Ruegg
728dc322ec
Docs: Turn F# Sample project into documentation (using FSharp.Literate/Formatting)
13 years ago
Christoph Ruegg
2b1b319caa
Build: nuspec description and tag tweaks
13 years ago
Christoph Ruegg
c00ac97367
Build: use semver assembly version for F# version patching
13 years ago
Christoph Ruegg
383b222807
Build: automatically grab NuGet version (different from assembly or build) from TeamCity
13 years ago
Christoph Ruegg
8757556c41
Build: signed FSharp NuGet package
13 years ago
Christoph Ruegg
c50297f890
Build: add portable profile 47 (in addition to 136) with System.Numerics
13 years ago
Christoph Ruegg
e4a99a9beb
Build: drop IO libs from NuGet build script
13 years ago
Christoph Ruegg
f364fd5eb2
Update release notes, readme, contributors
13 years ago
Christoph Ruegg
5103d4c2bd
NuGet: include release-notes (as readme) and license in package root, no longer put files to App_ReadMe
13 years ago
Christoph Ruegg
acce19675e
Rework F# Samples
13 years ago
Christoph Ruegg
5f45c842c5
Convert F# examples to F# scripts (interactive); update nuget
13 years ago
Christoph Ruegg
9bbddfa530
Rename markdown files to md-extension
No longer include authors in nuget packages
13 years ago
tibel
e7f29f411b
Remove zlib.net nuget
13 years ago
Christoph Ruegg
f6556d5efe
NuGet: tweak package titles and descriptions
13 years ago
Christoph Ruegg
8263ad73ec
Portable: add support for WP8
13 years ago
Christoph Ruegg
041bbd9b82
Proper NuGet 2.1 portable lib support for both Numerics and .FSharp packages (instead of .Portable extra packages)
13 years ago
Christoph Ruegg
d04790bc2d
Build: fix signed nuget msbuild project
14 years ago
Christoph Ruegg
2fa4232f64
Build: new 'Release-Signed' profile for signing assemblies (strong name)
14 years ago
Christoph Ruegg
386fb36bfc
Solution: Replace Silverlight with Portable library
Instead of a specific Silverlight version, we now provide a separate
Portable Library assebly that supports .Net 4.0.1 and higher,
Silverlight 5 ad well as .Net for Metro style apps (WinRT).
New NuGet Package MathNet.Numerics.Portable with the portable library.
Since MathNet.Numerics.Portable now supports silverlight, the normal
package MathNet.Numerics no longer supports it (.Net 4 only).
Reworked the common parallel execution infrastructure for more reasonable
abstractions and better compatibility with portable libraries. Portable
libraries do support parts of the TPL, but neither the Parallel class nor
straight threading.
14 years ago
Christoph Ruegg
43c4608cce
Solution: extract IO into separate IO project
Linear Algebra comes with a set of IO classes for reading and writing text
files as well as files compatible with Matlab. These classes have now been
extracted into a separate MathNet.Numerics.IO project and assembly. The
core project no longer has zlib.net as dependency (only Numerics.IO has).
14 years ago
Christoph Ruegg
58e12a740f
Build: drop build number (4th part) of package versions for better semver compliance
15 years ago
Christoph Ruegg
e9e8757006
Build: Updated TeamCity bootstrap to patch F# AssemblyInfo (C# is taken care of by TeamCity)
15 years ago
Christoph Ruegg
29673875f3
Samples: Fix namespace collisions in sample NuGet package
15 years ago
Christoph Ruegg
325eff6437
NuGet: fix sample package content folder and desc
15 years ago
Christoph Ruegg
b1c87752d5
NuGet: MathNet.Numerics.FSharp Code Sample package
15 years ago
Christoph Ruegg
dd38f0f725
NuGet: MathNet.Numerics Code Sample package
15 years ago
Christoph Ruegg
f348974728
NuGet: include readme and copyright info in App_Readme content folder (NuGet Conventions), explicitly add reference to framework assembly System.Numerics
15 years ago
Christoph Ruegg
c2ba6ef0f9
upgrade NuGet, add assembly descriptions (taken from nuspecs)
15 years ago
Marcus Cuda
ca4d099a13
updated license and doc generation info
commented out T4 refence in teamcity bootstrap file
15 years ago
Marcus Cuda
960149224f
removed t4 templates
15 years ago
Marcus Cuda
bc1d9df3bc
native: finished acml provider - needs more testing
15 years ago
Marcus Cuda
06b43e5481
updated t4 builder to build GotoBlas templates
15 years ago
Christoph Ruegg
283f036cb1
Readme: new short installation instructions section
15 years ago
Christoph Ruegg
4959eef327
NuGet nuspec now pointing to 128p instead of 32p icon
15 years ago
Christoph Ruegg
2b2c180b44
NuGet nuspec whitespace fix
15 years ago
Christoph Ruegg
bd366d4bff
CI: Automatically updated version in F# project AssemblyInfo (T4)
15 years ago
Christoph Ruegg
f390f85dac
CI: Additional NuGet package for FSharp modules
15 years ago
Christoph Ruegg
10ff713f64
CI: NuGet release build tweaking
15 years ago
Christoph Ruegg
eb5db36aab
NuGet Build
15 years ago
Marcus Cuda
c86eb8f615
added misssing IndexedEnumerator tests and MSBuild Extensions
15 years ago
Marcus Cuda
e429fe363d
testing: Merged Andriy new NUnit tests
15 years ago
Marcus Cuda
df73c6e828
native: added lu
bug:BulirschStoerRationalInterpolation was always returing NaN
15 years ago
Marcus Cuda
ad8f72295a
doc: fixed xml doc errors and updated SHFB config
15 years ago
Marcus Cuda
6b2f8d46b1
build: tweaked build file for teamcity.codebetter.com
15 years ago
Marcus Cuda
7638ecc773
build: corrected name of F# test program
15 years ago
Marcus Cuda
f48b0caf7f
build: added calling template building from a pre-build event, update msbuild file, and corrected t4.bat
15 years ago
Marcus Cuda
64321c247c
ci: updated t4 bat file to include MKL.XXX.Common.tt
15 years ago
Christoph Ruegg
22bc6928a0
CI: Upgrade to Gallio 3.3.93.0
15 years ago