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

Add missing links

github.com/fslaborg/XPlot - b2178d8ed7e79da8c16bb6cf3904bbede6d9c7b6 authored over 10 years ago
Version 0.3.0 docs

github.com/fslaborg/XPlot - 7e1edef8b55f0037ff4fc328a43a000f7ea315d1 authored over 10 years ago
Google bubble chart

github.com/fslaborg/XPlot - 458adce76c5dba12ffbf8b4dda52a17efed66054 authored over 10 years ago
Stacked bar chart test

github.com/fslaborg/XPlot - e8827890338ce0f3922103aa3055b5b7c34bf0ed authored over 10 years ago
Google bar chart support

github.com/fslaborg/XPlot - 778f444d7dea9322931f5afed84291d01522c6ee authored over 10 years ago
Update readme

github.com/fslaborg/XPlot - 0a0ac7d35d8d9b0cccf4f32582affc3e1da105f8 authored over 10 years ago
Version 0.2 docs

github.com/fslaborg/XPlot - 9626b3e02341f0e851be1c663b5f1cc034532b8b authored over 10 years ago
Annotation chart support

github.com/fslaborg/XPlot - 53e5274c25abfd2bd774109061243e021f647a3f authored over 10 years ago
Data columns labels

github.com/fslaborg/XPlot - 010ee48e615d61f1518a6b0b1e7328a00c660a2e authored over 10 years ago
Merge pull request #54 from ReedCopsey/master

Updated logo

github.com/fslaborg/FSharp.Charting - e969e5b56599579aeac159c0087d9b14e8b07bd5 authored over 10 years ago
Support data points with multiple y values

github.com/fslaborg/XPlot - f25a60b540519ea31aa04886dd691d7c7a935a3a authored over 10 years ago
Updated logo

This updates the logo to use the new F# Software Foundation logo for F#
instead of the # sign. F...

github.com/fslaborg/zzarchive-FsLab - a31c1c51478a5d0730e7e4198dc9ba6083679bc9 authored over 10 years ago
Updated logo

This updates the logo to use the new F# Software Foundation logo for F#
instead of the # sign. F...

github.com/fslaborg/FSharp.Charting - 7ee2067f18a2e3dae341e455680d80b23fb8189f authored over 10 years ago
Updated Logo

This updates the logo to use the new F# Software Foundation logo for F#
instead of the # sign. F...

github.com/fslaborg/RProvider - a91d8f9bdf58f8fd899558f06abd8642fe9cd8ac authored over 10 years ago
Updated logo

This updates the logo to use the new F# Software Foundation logo for F#
instead of the # sign. F...

github.com/fslaborg/Deedle - 282d13547767e8fd46a20136e2e3a9486dd8148b authored over 10 years ago
Update html template

github.com/fslaborg/XPlot - c936c1e1ed45427106e4a4b8ecf8d8bf249106f9 authored over 10 years ago
Start working on the documentation

github.com/fslaborg/XPlot - cd37761663c18a51b3b6089a8104cfeb2e4125dc authored over 10 years ago
Fix html template

github.com/fslaborg/XPlot - d5e832913b92e3021b95b54b8b25a67c6d0a0b19 authored over 10 years ago
Full Google area chart support

github.com/fslaborg/XPlot - 2b768aa2916ba7c06cba35b25d188dea310b4959 authored over 10 years ago
Fix options serialization

github.com/fslaborg/XPlot - 58529e26613a6a09edad2030117ee5530cc26e59 authored over 10 years ago
Support all area chart options

github.com/fslaborg/XPlot - aede12444dc15f969e3bd05a46af868f96b3ad49 authored over 10 years ago
Basic area chart support

github.com/fslaborg/XPlot - 6db53f1b23995e67d0465cc23d3f436af4bf41d8 authored over 10 years ago
:neckbeard: Added .gitattributes & .gitignore files

github.com/fslaborg/XPlot - e0b0e5a0461b25878a544c55ddbd62f2d0e14e9f authored over 10 years ago
Rinit was failing to find the location of the R (in version 3.1.1 of R) since the location of the InstallPath value appears to have changed. This fix searches the entire registry hierarchy under R-core to find the InstallPath value.

github.com/fslaborg/RProvider - 31e65cb317a7f92e9a8ddbbd12f269b0f21d07b9 authored over 10 years ago
Merge pull request #268 from tpetricek/master

Improve performance of series construction

github.com/fslaborg/Deedle - 8f8f5263d398dcae1e26739c9f766014811966f4 authored over 10 years ago
Update version information

github.com/fslaborg/Deedle - 35d7118e42b23fd7ce436b3c57b61798e7eb99b7 authored over 10 years ago
Merge changes

github.com/fslaborg/Deedle - 71d3ee890191dfc60d0c6e83fe2febd56af83bd3 authored over 10 years ago
Merge pull request #272 from tpetricek/emptyframe

Test case and fix for empty frames using `frame []`

github.com/fslaborg/Deedle - 9ca98e78ad6431b9957536ee64783b61bd4188ef authored over 10 years ago
Fix build error in test (simplified design earlier)

github.com/fslaborg/Deedle - a1bf6db8c7963a8a4b7019ef6a7d0426f7d0413e authored over 10 years ago
Change "Combine" so that it takes the expected length

This means that the operation works when combining zero data sources (e.g.
getting rows of an em...

github.com/fslaborg/Deedle - 6b00298299c8154c51c149bde901825cdf64e6c2 authored over 10 years ago
Change "Combine" so that it takes the expected length

This means that the operation works when combining zero data sources (e.g.
getting rows of an em...

github.com/fslaborg/Deedle - c7abeea177ccc5f15d3c318af90024d3d0113215 authored over 10 years ago
Avoid using FSharp.Core types in BigDeedle public API

Using F#-specific types like lists in public API is a bad practice.

Also, this should resolve `...

github.com/fslaborg/Deedle - cbaf5155386fe40209865e61c8068938b1a56845 authored over 10 years ago
Avoid using FSharp.Core types in BigDeedle public API

Using F#-specific types like lists in public API is a bad practice.

Also, this should resolve `...

github.com/fslaborg/Deedle - 28ac21cf236d2ac28c6a3abaf42e009b15a7c05a authored over 10 years ago
Test case and fix for empty frames using `frame []`

This adds a test checking that it is possible to create an empty frame
and adds a simple fix for...

github.com/fslaborg/Deedle - 48a3ab82281ffc269ffd52e1b50f2287a14f8b4f authored over 10 years ago
Test case and fix for empty frames using `frame []`

This adds a test checking that it is possible to create an empty frame
and adds a simple fix for...

github.com/fslaborg/Deedle - 05d2750fc643a797bfa746ee04e005a0546e60a0 authored over 10 years ago
Some comments for BigDeedle & remove unused Scan search

github.com/fslaborg/Deedle - 9c4a16ca54cc119a69d6be423470f7abc6af4964 authored over 10 years ago
Fix build break and add performance tests

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

github.com/fslaborg/Deedle - 7c1bbd8567d36375ea11e69f3083beabd2c708b6 authored over 10 years ago
Performance optimizations - make series construction faster

github.com/fslaborg/Deedle - c38e85684fef0e55400791302c856fb6c9b13daf authored over 10 years ago
Fix appveyor build

github.com/fslaborg/FSharp.Charting - 177abc083215c404166ee782eda684797938ec6f authored over 10 years ago
Update R provider reference (fix shadow copy)

github.com/fslaborg/Deedle - b959f2bef00cef491e866c8501f7309cb1ab2bec authored over 10 years ago
Finish fixing shadow-copying issue #122

The previous fix missed one place where the assembly location is used
(when searching for probin...

github.com/fslaborg/RProvider - 16ade6a9f1deb2129d8eda58b73c6d8281489f88 authored over 10 years ago
Merge pull request #266 from tpetricek/master

Adding support for merging on virtual frames

github.com/fslaborg/Deedle - 76e5d07add237bbecc0e74bcbf293a94d1a4c5f6 authored over 10 years ago
Update F# Data and RProvider dependencies

This updates the references to the latest version and also changes the NuGet
dependency to requi...

github.com/fslaborg/Deedle - dc9f010dbf60af3e579850521ef439ee84525256 authored over 10 years ago
Make build compatible with cygwin/git shell

github.com/fslaborg/Deedle - 866899b423705538aba8f3a96749bea2541f442f authored over 10 years ago
Update RProvider reference and Require specific versions

github.com/fslaborg/Deedle - da773fff4300d4d03d74a4dfa1fa3450dfecf938 authored over 10 years ago
Release fix for F# 3.1.2 (shadow copying)

This also changes R.NET reference to require a specific version. This
is more correct, because o...

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

github.com/fslaborg/RProvider - bf930e5a050c59c61e5538cc3787c7eb76b4f27f authored over 10 years ago
Merge pull request #124 from damageboy/master

Fix for #122

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

github.com/fslaborg/RProvider - 3ec315334ed987b42c7d9b9d2a3ef0d389b75716 authored over 10 years ago
Merge branch 'master' of github.com:BlueMountainCapital/Deedle

github.com/fslaborg/Deedle - 5507cc2f700927e829061bfbae76bcda9d32d9b2 authored over 10 years ago
Merge pull request #260 from tpetricek/tpetricek.PerfTests

Infrastructure improvements (documentation tests & performance)

github.com/fslaborg/Deedle - 16aff5c1b2de1f6ec9022e8653a4f5480068d7fb authored over 10 years ago
Merge pull request #262 from devjuice/master

Fix a bug in Stats.minBy.

github.com/fslaborg/Deedle - 92023c3b781989fc72b739009f5321fbecf7b912 authored over 10 years ago
fix the test: result type mismatched.

okay this time it should work.

github.com/fslaborg/Deedle - 04adf88caa205bec25e2d72f598e023dacf93c6e authored over 10 years ago
revert the temporary changes which don't compile.

github.com/fslaborg/Deedle - 1e5136a60f3234fd3d13792e4750967057d3cdff authored over 10 years ago
Add tests for Stats.maxBy and Stats.minBy

github.com/fslaborg/Deedle - 4669932b3d479969381e45cc2675d01638d6b38f authored over 10 years ago
Fix tests (recent optimization)

github.com/fslaborg/Deedle - b07a1eb4d933729efbe2ee2a397e73761ce53549 authored over 10 years ago
Merge branch 'tpetricek.PerfTests'

github.com/fslaborg/Deedle - e837e17ced393125923ed61098751037d697a8ed authored over 10 years ago
Support merging on virtual data frames and series

github.com/fslaborg/Deedle - 270f55248ce89221e505b05ef6d8088fb0dcbd9b authored over 10 years ago
Merge pull request #50 from jwood803/master

Update LiveChartSamples.fsx

github.com/fslaborg/FSharp.Charting - 9936a6d73bfc156a17887c9a631e8484b15ff448 authored over 10 years ago
Merge pull request #51 from MattButton/master

Ignore the output of ch.ShowChart() in the fsx helper files

github.com/fslaborg/FSharp.Charting - 28c7db306070dbea50e9f79c66b0f802554b67ff authored over 10 years ago
temporarily adding some tests

github.com/fslaborg/Deedle - 7b307c2568ef2ffb2759d36852f7e2d3bf51a82f authored over 10 years ago
Fix a bug in Stats.minBy.

github.com/fslaborg/Deedle - 3ca6f3189c453c3b7a20985b3743770cc03d9f7d authored over 10 years ago
Ignore the output of ch.ShowChart() in the fsx helper files

This is to avoid the following error:

warning FS0020: This expression should have type 'unit', ...

github.com/fslaborg/FSharp.Charting - f5f133cbc8548d474007abe3cd7e4c00f8084e50 authored over 10 years ago
Update LiveChartSamples.fsx

Fixed link for the EventEx script file location.

github.com/fslaborg/FSharp.Charting - 668af64c4884a79491d127ae70524c106f58f43a authored over 10 years ago
Always use original location instead of shadow-copied location when loading RProvider plugins.

github.com/fslaborg/RProvider - 7abd685733312dd7a075855a34940b10131c58ac authored over 10 years ago
Try fixing path

github.com/fslaborg/Deedle - 5719c8ee22646e303bfec0e5a0dafce337762b44 authored over 10 years ago
Create lazy row reader for virtual vectors, split VirtualFrame implementation

github.com/fslaborg/Deedle - 108cce073ff58c04ce027b6646c0dd13d1350e4e authored over 10 years ago
Also ignore FSharp.Charting errors in tutorial.fsx

github.com/fslaborg/Deedle - 77a84dd53dde901906f6d7d2708664e0e459b1aa authored over 10 years ago
Workaround evaluation errors due to FSharp.Charting

github.com/fslaborg/Deedle - ce7dccd39b66b955297472e8b4e089ec719d2df1 authored over 10 years ago
Ignore RProvider related errors

github.com/fslaborg/Deedle - 573ca12733c407e8794faa7630b84edf3e8c4c59 authored over 10 years ago
Make evaluation tests work in NUnit

github.com/fslaborg/Deedle - d44ad52eaf5912b11364a57c2a1672933615feda authored over 10 years ago
Add missing change in project file

github.com/fslaborg/Deedle - 184b0608f5d014d8b345776de835208a76196881 authored over 10 years ago
Fix path in perf tests

github.com/fslaborg/Deedle - 61cf71bbf72873819350027b40dafff00cc6569b authored over 10 years ago
Compile tests with F# 3.0

github.com/fslaborg/Deedle - e0dd97ceb408f70dab69245295024fe387b2949e authored over 10 years ago
Make perf tool projects mono friendly

github.com/fslaborg/Deedle - 0e45cf55774cbcaa477e99a2d6c46a483d516a1b authored over 10 years ago
Recover documentation tests

github.com/fslaborg/Deedle - b7e0c47902e2473c20f350441549cce169ef914b authored over 10 years ago
Update F# Data and include perftests in Travis build

github.com/fslaborg/Deedle - 21f2c215a6be49501107c077cae7e602af0339a9 authored over 10 years ago
Merge from master

github.com/fslaborg/Deedle - d8c16b813a50fb10c9ecd014780e3e340d921757 authored over 10 years ago
Add Release Notes

github.com/fslaborg/Deedle - 2599aed54887447dae810e9114f27c05f6b58c98 authored over 10 years ago
Add newline in the documentation

github.com/fslaborg/Deedle - f00d6ba4cdfcd96591b43ca98ff309e762d4a9f7 authored over 10 years ago
Merge pull request #251 from BlueMountainCapital/GH248

Fixed #248, also fixed docs generation error

github.com/fslaborg/Deedle - 80bc3be89d29865cb524302498cbf0d75723f7dc authored over 10 years ago
Merge changes

github.com/fslaborg/Deedle - c730ec005b4632e3300438338cad445bef9c0b4e authored over 10 years ago
Inline one object expression to fix type inference error

github.com/fslaborg/Deedle - 0fe52381f4df4ba78cedd900141c574e9f7144a5 authored over 10 years ago
Address comments from @adamklein

- The lazy value was not needed.

- I figured out how to reused the same `RowSeries` type for ...

github.com/fslaborg/Deedle - 7501d0ea7b4f434a3e6a2d840f3256efd488ee30 authored over 10 years ago
Finish unit test for filterRowsBy

github.com/fslaborg/Deedle - 09174115ce2163bf737bf8e1ffb98f40c9d8b777 authored over 10 years ago
Finish renaming transform to convert

github.com/fslaborg/Deedle - 72e4db2ceab61c8026c8d2cf02234f0ea1345693 authored over 10 years ago
Support unwrapping and make virtualized Rows work again

github.com/fslaborg/Deedle - 447eca72d5d94013a6f9ed3ac3032eaae7a680cc authored over 10 years ago
Cleanup Deedle changes after integrating BigDeedle

github.com/fslaborg/Deedle - 202672a294bcb5fe020e74d9a72458217198a8d6 authored over 10 years ago
Remove unnecessary change

github.com/fslaborg/Deedle - 69412b03526b9600f987e7479381c137007be75f authored over 10 years ago
Use Seq.range when appropriate and tweak Rows

github.com/fslaborg/Deedle - a7b19c0c49359ed87135b8893db0a199001167c4 authored over 10 years ago
Merge branch 'bigdeedle' into tpetricek.PerfTests

github.com/fslaborg/Deedle - 850f1bcb2e4502657b77e04e1e2abc76f1fac044 authored over 10 years ago
Optimize merging and frame.Rows accessor

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

github.com/fslaborg/Deedle - f04aad496887f236cc5f88cb5a42a53a2f021ac1 authored over 10 years ago
Fix #252 and remove binary optimization

github.com/fslaborg/Deedle - e17f4f6e857a39cef82df45c94f0e1b6c34eb97a authored over 10 years ago
Optimize merging - use CombinedRelocations

github.com/fslaborg/Deedle - bc032344b811fb549da5ae0a3cb3f679511f8844 authored over 10 years ago
Tweak project files for testing

github.com/fslaborg/Deedle - 30023893da3f91713e331de700458e8f2df5ef87 authored over 10 years ago
Optimize merging - use CombinedRelocations

github.com/fslaborg/Deedle - 03449892956cc41f4040cc65152872f105733e7b authored over 10 years ago
Fix perftests build

github.com/fslaborg/Deedle - d11b4c6afd0e7d05cbbc268ff2338dd786d737ac authored over 10 years ago