Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

FsLab

FsLab is a center of gravity for data science projects written in and/or for F#. Perform the whole data science cycle in F#!
Collective - Host: opensource - https://opencollective.com/fslab - Website: https://fslab.org - Code: https://github.com/fslaborg

Merge branch 'bigdeedle' into tpetricek.PerfTests

github.com/fslaborg/Deedle - f590f38f88e8f13cd4fee22b04275f3a84ccc425 authored over 10 years ago
Bump up version to release candidate and make sure that the Excel.fsx is

copied into the Excel nupkg.

github.com/fslaborg/Deedle - 738601068d842ee134be93a9ec9dd21d954bb0c3 authored over 10 years ago
Initial Foogle Charts support

github.com/fslaborg/zzarchive-FsLab - bb30f75b642c8fd3c5b043208b88f1a955a222b6 authored over 10 years ago
Add DeedleToExcel which will keep all Deedle Series and Frames in sync

with Excel sheets.

github.com/fslaborg/Deedle - 1b396e8b457523d78b8315d10ceb08ca3259a2b3 authored over 10 years ago
Add capability to send all Series and Frames in interactive session to

Excel.

github.com/fslaborg/Deedle - 8af5e1a8e0d81b48eeac68ecab35527f857a9811 authored over 10 years ago
Use a flag instead of a wrapper for excel synchronization.

github.com/fslaborg/Deedle - 0da47b5384f04ecb0c7cac233406e5b6525d3b09 authored over 10 years ago
Add support for Excel integration.

A Deedle Frame can be sent to a range in an Excel spreadsheet. Further,
the Frame may optionally ...

github.com/fslaborg/Deedle - 4d92ebce8276f3370b4fa12874ec5e25201b3f29 authored over 10 years ago
Merge remote-tracking branch 'Deedle/master'

Conflicts:
tests/Deedle.Tests/Frame.fs

github.com/fslaborg/Deedle - c348f13891d32e5eee31b022fdbcdb148adcd9ae authored over 10 years ago
Add FilterRowsBy extension method

github.com/fslaborg/Deedle - 645056f9379a00e6654b1b9e771820a9c2919b0b authored over 10 years ago
Fix tests, do not use CombinedRelocations for binary operators (workaround for #252)

github.com/fslaborg/Deedle - 25d9513a02b365c225f687f7e1876bfec6f6447b authored over 10 years ago
Fix compile error in tests

github.com/fslaborg/Deedle - 8f8675fe9194481912ae150dbb6e1b5c28603bd1 authored over 10 years ago
Fixed #248, also fixed docs generation error

github.com/fslaborg/Deedle - 11e13c7c9ec309909085399285d053cb2dcf22cf authored over 10 years ago
Simplify vector combine behaviour (#205) and hange how Rows work

To make big deedle work correctly, I had to change how `frame.Rows` work
- the result has to be ...

github.com/fslaborg/Deedle - 73a8821c3b3518f3f621e4a2e9ba9eb2c08faadd authored over 10 years ago
Merge pull request #249 from tpetricek/master

Adding min & max on a frame, update NuGet

github.com/fslaborg/Deedle - 56f91f9b4644aff717b7683abba4b0960964e3cf authored over 10 years ago
Merge pull request #119 from dcharbon/master

Fix bad upload to NuGet.

github.com/fslaborg/RProvider - 6b30d0a76ca34033efb9729121ef72bc98fa38c7 authored over 10 years ago
Fix bad upload to NuGet.

This requires bumping the revision number.

github.com/fslaborg/RProvider - d4e3bdee3a6e2050579b35e003150413c9d40bf3 authored over 10 years ago
Merge pull request #114 from tpetricek/master

Fix module name clash by updating ProvidedTypes

github.com/fslaborg/RProvider - c5a364944716d244a63d278510d994a9b611f19e authored over 10 years ago
Merge pull request #117 from BlueMountainCapital/hmansell.multiVersionAssemResolve

Fix bug that when multiple versions of some nuget dependency exist in your packages directory

github.com/fslaborg/RProvider - 95c10fd381b4f831874ed9f67a476cefe10f3ef2 authored over 10 years ago
Fix bug that happens when multiple versions of some nuget dependency exist in your packages directory.

Use ReflectionOnlyLoad to load the reference and check its FullName, rather than LoadFrom, as Loa...

github.com/fslaborg/RProvider - 69065447a7c31e379875f6140d277b22800dfa91 authored over 10 years ago
Adding Stats.min and Stats.max operations on a frame

I do not see how we could forget these in version 1.0 :-)

github.com/fslaborg/Deedle - 022aa816212ee67ec0f7a75c70d5f9819d9879f1 authored over 10 years ago
Merge pull request #116 from tpetricek/fake

Update NuGet and automatically update FAKE

github.com/fslaborg/RProvider - 3d4137faf9099abcdd13c18d5dec6731c41c7c0d authored over 10 years ago
Update NuGet and auto-update FAKE

github.com/fslaborg/Deedle - d87959472b881095fd10e18f64dff3bb01e76807 authored over 10 years ago
Update NuGet and automatically update FAKE

github.com/fslaborg/RProvider - b222cdbde03c93463fafa2dd2665a09da226f4cc authored over 10 years ago
Merge branch 'master' of github.com:BlueMountainCapital/FSharpRProvider

github.com/fslaborg/RProvider - 999d758679af04d282e7f471de19dbb5fc4dec52 authored over 10 years ago
Revert unnecessary changes in DelayedSeries and project

github.com/fslaborg/Deedle - aa95db47bea45f58786c5f376666e36820d44eea authored over 10 years ago
Remove obsolete abstractions

github.com/fslaborg/Deedle - d90ae6b6858818e53f90100bd67079ff191acfe0 authored over 10 years ago
Merge branch 'bigdeedle' of github.com:tpetricek/Deedle into bigdeedle

github.com/fslaborg/Deedle - 5570b9594491b5fa8841aa4a9d3e40a44531c3e6 authored over 10 years ago
FilterRowsBy works on series projected from Rows

github.com/fslaborg/Deedle - 461453d21baf98b527b943c7ff062b487690f24a authored over 10 years ago
Merge pull request #245 from BlueMountainCapital/GH244

Change semantics of firstKey, lastKey per #244

github.com/fslaborg/Deedle - 29a1c4d331e1fdc3f5f5bf95cca578a6019ae6fe authored over 10 years ago
Fix off-by-one error

github.com/fslaborg/Deedle - ff4f0a39a55dfa69706896d5cf830e105eb8fbd7 authored over 10 years ago
Add failing test

github.com/fslaborg/Deedle - 7d438d7fbd237051fb19382317f5a4b8bdb8e9f6 authored over 10 years ago
Merge changes

github.com/fslaborg/Deedle - 9539f07bdb7262c5edde57727ccc3c33d2777ced authored over 10 years ago
Fix naming, make test compile

github.com/fslaborg/Deedle - 7cfef038fcf6d6d74f3d172a16f7041578c31e2c authored over 10 years ago
fix project files for CI build

github.com/fslaborg/FSharp.Charting - 1a496ab663fc916824916564c514f289d4fd62be authored over 10 years ago
fix project files for CI build

github.com/fslaborg/FSharp.Charting - a373f027be496215e53b04432dbeb236da5885a8 authored over 10 years ago
missing nuget file

github.com/fslaborg/FSharp.Charting - 30deb72832abd79810c0065b06afcd657910e3aa authored over 10 years ago
Merge branch 'master' of https://github.com/fsharp/FSharp.Charting

github.com/fslaborg/FSharp.Charting - f37805141c20407fc13e2bdca79041ca558ef6ae authored over 10 years ago
Updates for 0.90.7

github.com/fslaborg/FSharp.Charting - 720de7c873784fb31b9ccc8cd1648d97d029aaf7 authored over 10 years ago
Create appveyor.yml

github.com/fslaborg/FSharp.Charting - 12a8cc2258f9e939b08430040971d40c37ce2aba authored over 10 years ago
Change semantics of firstKey, lastKey per #244

github.com/fslaborg/Deedle - eb2b90018763cfc2a723f25e020a4b6c6eb861f2 authored over 10 years ago
Fix module name clash by updating ProvidedTypes

github.com/fslaborg/RProvider - 360e14a4610d6062324c0e9130b1cfa5e7aa624e authored over 10 years ago
Merge pull request #243 from BlueMountainCapital/GH210

Fixed ResampleUniform to work with Lookup.Exact for #210

github.com/fslaborg/Deedle - cbb7cd642072673990c651a01b2c887a696905ad authored over 10 years ago
Merge pull request #240 from BlueMountainCapital/GH172

Added Select and SelectValues to Frame and the latter to Series, in serv...

github.com/fslaborg/Deedle - c9a85a30765d4894110a37b7beff12647fedeac1 authored over 10 years ago
Fixed ResampleUniform to work with Lookup.Exact for #210

github.com/fslaborg/Deedle - 418fe10e99973f6fc60a074c777252d002c0e7d6 authored over 10 years ago
Merge pull request #47 from ImaginaryDevelopment/patch-1

Update FSharp.Charting.fs

github.com/fslaborg/FSharp.Charting - efacf9cb1431abd1fd6a472896004509b6d52ea5 authored over 10 years ago
Update FSharp.Charting.fs

return back the form so that Application.Run has something to hook into, and you can dispose the...

github.com/fslaborg/FSharp.Charting - c9df32e65ffa61dbc1a572d7a2366cad62082782 authored over 10 years ago
WIP: Scan based filtering

github.com/fslaborg/Deedle - 7d3836d247d13168dc271f29f79dae3f8528682d authored over 10 years ago
Add TextWriter overloads to SaveCSV

(also mark Stream versions as obsolete and adjust ReadCSV to take corresponding TextWriter)

github.com/fslaborg/Deedle - de15315047bda2cc43168665f1c5175caa46eabf authored over 10 years ago
Use standard folder structure; automatically embed charts

github.com/fslaborg/FSharp.Charting - 46d6230375a9ad909a5409be7cc44addbb070d9e authored over 10 years ago
Merge pull request #46 from lasandell/CleanupDocs

Documentation Cleanup

github.com/fslaborg/FSharp.Charting - acb87be5f511b2adc59128a0f3e92746fed3931e authored over 10 years ago
Merge pull request #43 from ovatsus/temp

Fix for #2

github.com/fslaborg/FSharp.Charting - 0ddc1c61ac55bf7c3f59475b138c194307a21476 authored over 10 years ago
Generalize ranges and support search by value on virtual vectors

github.com/fslaborg/Deedle - ec90be80a635ebe46a0092a58be7588291c28022 authored over 10 years ago
Refer to project as "F# Charting" in documentation

This commit modifies the headers as well as the text of the
documentation to refer to the projec...

github.com/fslaborg/FSharp.Charting - 3a430dff48b05e3c04e6a1947cf2d6fceadbaa42 authored over 10 years ago
Various cleanup to the documentation

-Use backticks to call out identifiers.
-Don't refer to methods as "functions."
-Fix some gramma...

github.com/fslaborg/FSharp.Charting - 5da2b948acd1b2f666ecc418771357687667fec0 authored over 10 years ago
Use style.css from FSharp.Data for consistency

github.com/fslaborg/FSharp.Charting - 1944be4ad50353ef79bf61f1e9db60bb3f02eedf authored over 10 years ago
Normalize documentation template

Change template.html so that it includes te link header to the
related fsharp.org projects. Chan...

github.com/fslaborg/FSharp.Charting - 7c0a1aa033ddd4cf64084e6885f1b0e47cf02da0 authored over 10 years ago
Ensure StreamWriter is disposed before passed-in-Stream is disposed to prevent data loss (#241)

github.com/fslaborg/Deedle - 4fa132e28f032bee986052443d1828148d9e18c4 authored over 10 years ago
Two-way map operation, work on search in vector, support more virtual operations

github.com/fslaborg/Deedle - b56f19828addba533eb3dac8f69f92e12e10a091 authored over 10 years ago
Fixed type inference error for F# 3.0

github.com/fslaborg/Deedle - 90477546865707d53ff54ece4f431a17393f5b07 authored over 10 years ago
Trying to fix the type inference error on Travis CI

github.com/fslaborg/Deedle - 72c7f35813e184274895def9dae45bf3a23d1fb7 authored over 10 years ago
Simplify FrameModule map / mapValues

github.com/fslaborg/Deedle - 0720b4000b819938dba9645b890089c99410527f authored over 10 years ago
Added Select and SelectValues to Frame and the latter to Series, in service of #172

github.com/fslaborg/Deedle - 6c53b070cdce0ab558073892652e24454610923c authored over 10 years ago
Merge pull request #237 from tpetricek/master

Revisit type conversions, fix documentation and filling bug

github.com/fslaborg/Deedle - 275afc722d35f43bac979e0835ead1dfd91bc7dc authored over 10 years ago
Merge pull request #113 from dcharbon/revertAssemblyRedirect

Don't redirect FSharp.Core - it's unnecessary and undesired.

github.com/fslaborg/RProvider - f9c2f5d773a6271044cf22bc425e1807b5bcbfb1 authored over 10 years ago
Don't redirect FSharp.Core - it's unnecessary and undesired. The real

issue had been the incorrect probing path.

github.com/fslaborg/RProvider - b8971d34b3bed8cfaf7ae0eb34a82b8a51d3c365 authored over 10 years ago
Merge pull request #50 from forki/Build

Build

github.com/fslaborg/zzarchive-FsLab - 842cd2be470c3a529b8009e2091c4f88826fbdec authored over 10 years ago
Merge pull request #49 from forki/patch-2

Remove strange """

github.com/fslaborg/zzarchive-FsLab - 920d0f4c6049810e8196a44ac24cc55f0c4596f3 authored over 10 years ago
Add virtual ordered index

This lets us create a series that is indexed by DateTimeOffset, but
uses a virtual vector storin...

github.com/fslaborg/Deedle - 420127c11fba383dd302eaa48369daec13cbbec7 authored over 10 years ago
Virtual frame extensions and optimizations

* Change parameters of GetRange (to match common pattern)
* Add 'Init' operation to vector bui...

github.com/fslaborg/Deedle - fe93cfca44a39b51dceb2cf5e986a748e7e69183 authored over 10 years ago
Return mappings as KVP (struct) and optimize sorting

github.com/fslaborg/Deedle - a52565bbe0ef39e8b0d5e03e937013bedfd6e6f3 authored over 10 years ago
Add virtual frame, fix printing

github.com/fslaborg/Deedle - 5a0dbabaecb25bfff3519e0e1a7e20a56cc73b22 authored over 10 years ago
Propagate builders in frame operations, print frame using address sub-range

github.com/fslaborg/Deedle - caf0fa064ff9166dfaed8dc3c7da7eb10883edef authored over 10 years ago
ReleaseNotes are usually in lines.

github.com/fslaborg/zzarchive-FsLab - 5b24a378282239ee3393be005ff79099fa8d3858 authored over 10 years ago
NuGet package description will be trimmed automatically in FAKE 3.0

github.com/fslaborg/zzarchive-FsLab - 414a87df397abb0598d45ef6ceaaec4266432f74 authored over 10 years ago
RestorePackages can automatically detect the paths

github.com/fslaborg/zzarchive-FsLab - 2acf912cc911762cf8f150e920b2776ecb4c444b authored over 10 years ago
Use LoadReleaseNotes

github.com/fslaborg/zzarchive-FsLab - ecde99946ed5afdb9b00155f6f754626abcead02 authored over 10 years ago
CurrentDirectory is always set

github.com/fslaborg/zzarchive-FsLab - 86080961dfd31a1339006950095cc2e4ba5bdca2 authored over 10 years ago
MSBuild 12.0 is supported in FAKE

github.com/fslaborg/zzarchive-FsLab - adba75deb6432e206bc2acc3841d1cbb1d14ee07 authored over 10 years ago
Always use latest released FAKE

github.com/fslaborg/zzarchive-FsLab - c6ca775bc198c56d41bc367a98733f52e0649c5a authored over 10 years ago
Remove strange """

github.com/fslaborg/zzarchive-FsLab - c4819209520858da08d58fc4551eed10149ce1da authored over 10 years ago
Documentation fixes (#221, #226), update formatters from FsLab and update Math.NET

The formatters script is now a direct copy from FsLab, which has various other nice
features (em...

github.com/fslaborg/Deedle - 454d300be3398b86efaef47bcbbf5ea61b89650b authored over 10 years ago
Merge pull request #48 from cdrnet/nicer-matrix-rendering

Proper symbol rendering in matrices

github.com/fslaborg/zzarchive-FsLab - cf0856ca328d542015ecc0a7adb385d116e66133 authored over 10 years ago
Add perf test for filling missing values

github.com/fslaborg/Deedle - cff7d174fde7210c83518d7e6641fe733ba9b7cb authored over 10 years ago
Fix filling missing values (#222)

Use low-level vector operations rather than mappin over columns
(this also makes the operation a...

github.com/fslaborg/Deedle - 21823bfbb0bd2db45d0a6b11517841e0e89801bc authored over 10 years ago
Revisit how type conversions are implemented

This change was triggered by my surprise that `fillMissingWith 0.0` did not work on frame I load...

github.com/fslaborg/Deedle - 57dd86e45e1a3d9ae58e39ca541addfc7b51cd05 authored over 10 years ago
Increase total number of displayed matrix/vector columns from 7 to 9

github.com/fslaborg/zzarchive-FsLab - 9efbefd60f98ce2b181b5d751a1f7446b9cebd9e authored over 10 years ago
Custom rendering of NaN and infinity in matrices and vectors #43

github.com/fslaborg/zzarchive-FsLab - 7d2e872ca45c0946c66abf91ae13b87cbff57a3d authored over 10 years ago
Fix bug in Math.NET formatters to cover both float and float32

github.com/fslaborg/zzarchive-FsLab - 642951e10f06cded3cb6675c9a6eff1940fd0c65 authored over 10 years ago
Update RProvider, improve Math.NET integration

github.com/fslaborg/zzarchive-FsLab - bbdbc9c9019e49db13a20c72d4a01cdd6c4b40ff authored over 10 years ago
Merge branch 'master' of github.com:tpetricek/FsLab

github.com/fslaborg/zzarchive-FsLab - 24e3b44442e737053f788acda000e005af4f442b authored over 10 years ago
Handle exceptions when saving Bitmap

github.com/fslaborg/zzarchive-FsLab - c132dca6614c322b1c9b22baa4e115a61f986e5a authored over 10 years ago
Merge pull request #43 from cdrnet/matrix-formatting

Math.NET Numerics Matrix formatting (implements #20)

github.com/fslaborg/zzarchive-FsLab - 7fd202c14c730c183bb16932522c3726a2199405 authored over 10 years ago
Merge pull request #45 from cdrnet/matrix-frame-convert

Convert Deedle frames/series <-> Math.NET Numerics matrices/vectors (implements #22)

github.com/fslaborg/zzarchive-FsLab - 9df50fe49a2ba4dd76c7099e74ddf428bea94f7a authored over 10 years ago
Fix (#233) and update RProvider reference for updated release

github.com/fslaborg/Deedle - af7b48f8e5c0336cc7d01162b6b3d80cef6f0221 authored over 10 years ago
Merge pull request #111 from dcharbon/master

Assembly reference fixes

github.com/fslaborg/RProvider - fffc03caaa8a78378876a17b2ed0b4f88ebc094a authored over 10 years ago
Assembly reference fixes

Don't reference a specific version of FSharp.Core for FSharp.Server.exe
and fix probing locations...

github.com/fslaborg/RProvider - 7eeab9f20d419bafa856a496fb83a0b816c37210 authored over 10 years ago