Skip to content

Commit

Permalink
Update version, finish rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Oct 23, 2013
1 parent b3d831a commit 741771f
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 32 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ docs/output
src/bin
src/obj
*.suo
tests/FSharp.DataFrame.Tests/obj
tests/FSharp.DataFrame.Tests/bin
tests/FSharp.DataFrame.Documentation.Tests/obj
tests/FSharp.DataFrame.Documentation.Tests/bin
tests/FSharp.DataFrame.CSharp.Tests/obj
tests/FSharp.DataFrame.CSharp.Tests/bin
tests/FSharp.DataFrame.Tests.Console/obj
tests/FSharp.DataFrame.Tests.Console/bin
tests/Deedle.Tests/obj
tests/Deedle.Tests/bin
tests/Deedle.Documentation.Tests/obj
tests/Deedle.Documentation.Tests/bin
tests/Deedle.CSharp.Tests/obj
tests/Deedle.CSharp.Tests/bin
tests/Deedle.Tests.Console/obj
tests/Deedle.Tests.Console/bin
packages/*
*.vsp
TestResults.xml
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 0.9.0-beta - Initial release
* 0.9.1-beta - First beta version on NuGet
* 0.9.2-beta - Update paths in NuGet package
* 0.9.3-beta - Saving CSV, fix series alignment
* 0.9.3-beta - Saving CSV, fix series alignment
* 0.9.4-beta - Rename and various fixes and additions
13 changes: 6 additions & 7 deletions nuget/Deedle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<licenseUrl>http://github.com/BlueMountainCapital/FSharp.DataFrame/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://BlueMountainCapital.github.com/FSharp.DataFrame</projectUrl>
<iconUrl>https://raw.github.com/BlueMountainCapital/FSharp.DataFrame/master/misc/logo.png</iconUrl>
<licenseUrl>http://github.com/BlueMountainCapital/Deedle/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://BlueMountainCapital.github.com/Deedle</projectUrl>
<iconUrl>https://raw.github.com/BlueMountainCapital/Deedle/master/misc/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>@summary@</summary>
<description>@description@</description>
Expand All @@ -19,9 +19,8 @@
</dependencies>
</metadata>
<files>
<file src="..\bin\FSharp.DataFrame.dll" target="lib/net40" />
<file src="..\bin\FSharp.DataFrame.pdb" target="lib/net40" />
<file src="..\bin\FSharp.DataFrame.xml" target="lib/net40" />
<file src="..\bin\FSharp.DataFrame.fsx" target="." />
<file src="..\bin\Deedle.dll" target="lib/net40" />
<file src="..\bin\Deedle.pdb" target="lib/net40" />
<file src="..\bin\Deedle.xml" target="lib/net40" />
</files>
</package>
6 changes: 3 additions & 3 deletions src/Common/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Deedle")>]
[<assembly: AssemblyProductAttribute("Deedle")>]
[<assembly: AssemblyDescriptionAttribute("Easy to use F# library for data manipulation and scientific programming")>]
[<assembly: AssemblyVersionAttribute("0.9.3")>]
[<assembly: AssemblyFileVersionAttribute("0.9.3")>]
[<assembly: AssemblyDescriptionAttribute("Easy to use .NET library for data manipulation and scientific programming")>]
[<assembly: AssemblyVersionAttribute("0.9.4")>]
[<assembly: AssemblyFileVersionAttribute("0.9.4")>]

()
2 changes: 1 addition & 1 deletion src/Frame.fs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ and FrameUtils =
v.TryGetObject(key) |> OptionalValue.asOption)
let someValue = defaultArg someValue (obj())
columnCreator key someValue
with :? System.InvalidCastException ->
with :? System.InvalidCastException | :? System.FormatException ->
// If that failes, the sequence is heterogeneous
// so we try again and pass object as a witness
columnCreator key (obj()) )
Expand Down
8 changes: 4 additions & 4 deletions tests/Deedle.CSharp.Tests/Deedle.CSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{B0584275-6E9D-4DB8-A35D-4F37B623F97E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FSharp.DataFrame.CSharp.Tests</RootNamespace>
<AssemblyName>FSharp.DataFrame.CSharp.Tests</AssemblyName>
<RootNamespace>Deedle.CSharp.Tests</RootNamespace>
<AssemblyName>Deedle.CSharp.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
Expand Down Expand Up @@ -37,8 +37,8 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="FSharp.DataFrame">
<HintPath>..\..\bin\FSharp.DataFrame.dll</HintPath>
<Reference Include="Deedle">
<HintPath>..\..\bin\Deedle.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions tests/Deedle.CSharp.Tests/Frame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
using System.Threading.Tasks;

using NUnit.Framework;
using FSharp.DataFrame;
using Deedle;
using System.Runtime.CompilerServices;
using System.IO;

namespace FSharp.DataFrame.CSharp.Tests
namespace Deedle.CSharp.Tests
{
/* ----------------------------------------------------------------------------------
* Test calling Frame.Zip from C#
Expand All @@ -18,7 +18,7 @@ public class FrameZipTests
{
public static Frame<int, string> LoadMSFT([CallerFilePath] string source = "")
{
var file = Path.Combine(Path.GetDirectoryName(source), @"..\FSharp.DataFrame.Tests\data\MSFT.csv");
var file = Path.Combine(Path.GetDirectoryName(source), @"..\Deedle.Tests\data\MSFT.csv");
return Frame.ReadCsv(file, inferRows:10);
}

Expand Down
4 changes: 2 additions & 2 deletions tests/Deedle.CSharp.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FSharp.DataFrame.CSharp.Tests")]
[assembly: AssemblyTitle("Deedle.CSharp.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("FSharp.DataFrame.CSharp.Tests")]
[assembly: AssemblyProduct("Deedle.CSharp.Tests")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
6 changes: 3 additions & 3 deletions tests/Deedle.CSharp.Tests/Series.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
using System.Threading.Tasks;

using NUnit.Framework;
using FSharp.DataFrame;
using Deedle;

namespace FSharp.DataFrame.CSharp.Tests
namespace Deedle.CSharp.Tests
{
/* ----------------------------------------------------------------------------------
* Test series builder
Expand Down Expand Up @@ -122,7 +122,7 @@ static void Main(string[] args)
Console.WriteLine(s2.Sum());
var df = Frame.FromColumns(new[] { 1, 2, 3 }, new[] { new KeyValuePair<string, Series<int, double>>("Test", s2) });
Console.WriteLine(((FSharp.DataFrame.Internal.IFsiFormattable)df).Format());
Console.WriteLine(((Deedle.Internal.IFsiFormattable)df).Format());
// Aggregation.WindowSize(0, Boundary.AtBeginning)
Expand Down

0 comments on commit 741771f

Please sign in to comment.