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

Update table unit tests, fix XML comment typos

github.com/fslaborg/FsSpreadsheet - dceac832d0ef8c5656265744fe30c56c07dff8b9 authored almost 2 years ago
Add deep copy methods to all relevant classes

Also finalized ///-comments.

github.com/fslaborg/FsSpreadsheet - 2069ed947aa1dd5c7c7a76a8c7c053b7c408996a authored almost 2 years ago
add path filter for deploying docs action

github.com/fslaborg/Cytoscape.NET - 2dd4ef947713a9949e090045fafc648c648123e0 authored almost 2 years ago
add github actions

github.com/fslaborg/Cytoscape.NET - eb848ed740501c0e7667938554df45502bfac682 authored almost 2 years ago
update to project-based buildchain, target netstandard2.0 only

github.com/fslaborg/Cytoscape.NET - 2629e69ad8d60fca5b1f1343f5709f90d38af1c6 authored almost 2 years ago
Add FsTable unit tests (WIP)

github.com/fslaborg/FsSpreadsheet - af5a98baedff5ff2c385e373b4bdb5ece555e18f authored almost 2 years ago
Finalize FsTable, fix indexing error

github.com/fslaborg/FsSpreadsheet - 5437128d01655a8f26b8d17a16a07e5aeaf26d02 authored almost 2 years ago
Add build.sh to sln

github.com/fslaborg/FsSpreadsheet - 772a3152c8c615b6627d21dad7fa3443fbeee790 authored almost 2 years ago
Update build and deploy actions

github.com/fslaborg/FsSpreadsheet - 811f491c52b72ae5d54370ef0babf1e781b87b5c authored almost 2 years ago
Merge pull request #17 from CSBiology/datamodel

Datamodel: Setup docs, add tons of functions

github.com/fslaborg/FsSpreadsheet - 8291561f147c46bb87928c6754e22e85c4e02fd4 authored almost 2 years ago
Setup docs, add some methods, downgrade to .NET 6, ...

... Update .gitignore, add logo, update BuildChain, add global.json

github.com/fslaborg/FsSpreadsheet - 291d6c816cbb9f8c2eb984402ce20c91654c0293 authored almost 2 years ago
Reformat FsCell structure

github.com/fslaborg/FsSpreadsheet - 6966580264237f37712cf5a5c7fb8ffed1ca2b21 authored almost 2 years ago
Adjust method return for FsAddress

github.com/fslaborg/FsSpreadsheet - 43aad4a4b5f4ffd76cf1d7b64ae669417240637b authored almost 2 years ago
Add method for creating range cols out of addresses

github.com/fslaborg/FsSpreadsheet - df5125ca14a5157c725a29841f1dbff069a000fe authored almost 2 years ago
Add unit tests to FsTable

github.com/fslaborg/FsSpreadsheet - cfb5e4e2c8f5cef44115fc6b3d537e12f79001f2 authored almost 2 years ago
Add method to add several fields at once to table

github.com/fslaborg/FsSpreadsheet - ead700494f39d4dd8d58671f26120b0e70d740a5 authored almost 2 years ago
Play around in playground

github.com/fslaborg/FsSpreadsheet - ee6ef1b9f5d97f71bab26211759c39b081803904 authored almost 2 years ago
Update FsTable functionality (WIP)

github.com/fslaborg/FsSpreadsheet - f443bfb6fd37728a563d50cbdc65101341c46065 authored almost 2 years ago
Finalize FsTableField unit tests

github.com/fslaborg/FsSpreadsheet - 07645029927c7e8d0ebec5a86098ccbd67bad13c authored almost 2 years ago
Update index setter & `DataCells`

github.com/fslaborg/FsSpreadsheet - 0e4c2e48eeec3a6e836ce84af9e87afd872554cf authored almost 2 years ago
Add static methods, update existing methods

github.com/fslaborg/FsSpreadsheet - 31a9cbfc2b9438af05b86e3469c9135332333cff authored almost 2 years ago
Add commented alternative constructor

github.com/fslaborg/FsSpreadsheet - 9b8de2ebff1e9ce63d433b73ca3f125bcdfc5739 authored almost 2 years ago
Add rangeBase annotations

github.com/fslaborg/FsSpreadsheet - 440b213e6c93bebbd130182a9fa2c870f17cb28e authored almost 2 years ago
Add cellsColl deep copy (WIP)

github.com/fslaborg/FsSpreadsheet - ec3aca90abb7806388bf12da049a6c6258ecfec8 authored almost 2 years ago
Add table field unit tests (WIP)

github.com/fslaborg/FsSpreadsheet - c4291fba92d7e01c0feb3e2f2a1b53d266f0c7a3 authored almost 2 years ago
Add and fix table field functionality

github.com/fslaborg/FsSpreadsheet - 448ccda2ae0ff384b218f1a7d558d1d0545ff449 authored almost 2 years ago
Update FsTable tests (WIP)

github.com/fslaborg/FsSpreadsheet - 2a18dd3e203c1b2fcfb4d8bf7de2fb4ff1cad2d2 authored almost 2 years ago
Add ///-description

github.com/fslaborg/FsSpreadsheet - 8bd24c5d9eca64e530492ca68fd1c61f43756681 authored almost 2 years ago
Finalize current FsCellsCollection tests

I.e. `Add` (overload `seq<FsCell>`), `GetCells`, `GetFirstAddress`, and `GetLastAddress`.

github.com/fslaborg/FsSpreadsheet - f90b0dc7fe0ce0731dace8637fd4aab68b37f84a authored almost 2 years ago
Add FsTable tests (WIP)

github.com/fslaborg/FsSpreadsheet - 314790689492f369eafa6d4fd921b8b60613c83f authored almost 2 years ago
Add FsCellsCollection tests (WIP)

github.com/fslaborg/FsSpreadsheet - e5b112c876660c525a9e7b22eef2667272763b7b authored almost 2 years ago
Change exception for 0,0 indices in `GetFirstAddress()`

Now matches with `GetLastAddress()` also returning 0,0 when the FsCellsCollection is empty.

github.com/fslaborg/FsSpreadsheet - 212e97dc74779f412ad0d64f6ac81a6780dcd000 authored almost 2 years ago
Add address returning methods to FsCellsCollection

github.com/fslaborg/FsSpreadsheet - a97d858b0c2528a16aede863696b7aec9441c046 authored almost 2 years ago
Add more FsTable methods

github.com/fslaborg/FsSpreadsheet - 6cf942dd17829bdd6d2f56e53b22f40c70d70d83 authored almost 2 years ago
Add some ///-description

github.com/fslaborg/FsSpreadsheet - 8ec63bc6501ac28cb93256e027a7839388a653bb authored almost 2 years ago
fix a link in scatter graph posts

github.com/fslaborg/blog - ca5f27cf298ed2e107adfd33d9a532ff746c4bba authored almost 2 years ago
remove some old ported posts

github.com/fslaborg/blog - 6659ab28d47d5f9824560c1c22fd9b09fe2cabdf authored almost 2 years ago
sever layout and link fixes

github.com/fslaborg/blog - 36b7977ad0d32189af9f457c7e30236224b11b66 authored almost 2 years ago
spellcheck

github.com/fslaborg/blog - 503dab1bef7295ed99088c5bf10b071cfe92d301 authored almost 2 years ago
update scatter post summary

github.com/fslaborg/blog - f826ae13feb7ebcbed99aaf5a94130f66853688d authored almost 2 years ago
add some site metadata tags for SEO

github.com/fslaborg/blog - 4269bf8e48122d73f5d27901666c2bb5db331acb authored almost 2 years ago
update deploy workflow

github.com/fslaborg/fslaborg.github.io - d3572837e07ef9837728f470933211b573d87f1c authored almost 2 years ago
remove posts, update to forenax tempate

github.com/fslaborg/fslaborg.github.io - b4e88c3edc6fd69b0c434192e5bef42e554565d5 authored almost 2 years ago
add graph gallery category timelines

github.com/fslaborg/blog - 8a4b462724255ca02d418f956ca4f39ada9b26cf authored almost 2 years ago
finish graph gallery landing page, fix graph post links

github.com/fslaborg/blog - 360c23c145444fc7dc7a778ada7f342d97be8dd2 authored almost 2 years ago
wip graph gallery main page

github.com/fslaborg/blog - 258fa944813640b16eb2c1f07e11fc3a04184afe authored almost 2 years ago
Add method to add several FsWorksheets + unit tests

github.com/fslaborg/FsSpreadsheet - 4999caf8949ea8fcb1471fe28bcabe53b38a0b93 authored almost 2 years ago
Add method to get the FsWorksheet of an FsTable

github.com/fslaborg/FsSpreadsheet - 0062c629398e24aaa994fd5acd77ea0f714b1a05 authored almost 2 years ago
wip graph gallery landing page

github.com/fslaborg/blog - 1c3df77a12d1abbfeaf90a36d59e4edf4e76b42f authored almost 2 years ago
fix notebooks being ignored when they do not have to be fixed

github.com/fslaborg/blog - b8e637a09ecaaa4ac3e852f2fab18602e36b3d79 authored almost 2 years ago
fix notebook languages in temporary files instead of modifying source documents

github.com/fslaborg/blog - 44398b10a76873aa641cd4dc66314020ca6af24b authored almost 2 years ago
add mathjax v3

github.com/fslaborg/blog - 118ed1860a08d591ee3ee7e693b3c483b11e003b authored almost 2 years ago
add graph gallery post, improve overall layout

github.com/fslaborg/blog - f88b086c717785b199c968cc0ebeaf553c619438 authored almost 2 years ago
Add unit tests for `GetTables`

github.com/fslaborg/FsSpreadsheet - 085710739aac46b132bffbcb5ff4fab0eb309699 authored almost 2 years ago
Add method for getting FsTables from FsWorkbooks

github.com/fslaborg/FsSpreadsheet - a76e289199b365e5ab270ac3067cce40246f1369 authored almost 2 years ago
wip F# scatter post

github.com/fslaborg/blog - ce81e05a23b67c11fb903f9dfc6b1435668ff0cc authored almost 2 years ago
add graph gallery to front page

github.com/fslaborg/blog - fcf2ba898bf843e0a58e9503926eb92504952cef authored almost 2 years ago
finish graph gallery post generation for csharp and fsharp notebooks

github.com/fslaborg/blog - 30af126dec0f19ecec3b77c40f3506c0d9e42847 authored almost 2 years ago
Add `fromXlsxFile` method

github.com/fslaborg/FsSpreadsheet - 393b02d99d90066bdca7ffcd1d5394d1057339c7 authored almost 2 years ago
wip graph gallery

github.com/fslaborg/blog - 6dd08d67fcbe6f4de3a4c49ba4ddfd1a73ff5730 authored almost 2 years ago
Fix possible error due to hard coding

github.com/fslaborg/FsSpreadsheet - d6abf25c2a1fd8b4711d01c12e853a798d57e4ff authored almost 2 years ago
Play around in playground

github.com/fslaborg/FsSpreadsheet - c531ab76cf3e2b743536635b74be7c1a639e03cb authored almost 2 years ago
Finalize unit tests for `fsWorkbookFromStream` method

github.com/fslaborg/FsSpreadsheet - ba5aa7256cb324ea268b0ef891292ca6f9e0e19d authored almost 2 years ago
Rename incorrectly named source file

github.com/fslaborg/FsSpreadsheet - 3dc6434e90b9ed39e11404f2a4ccf303fb7e2929 authored almost 2 years ago
Play around in playground

github.com/fslaborg/FsSpreadsheet - 68f79c5d6615de403adc75398f468e9895c9795b authored almost 2 years ago
Fix null reference error (+ unit test)

github.com/fslaborg/FsSpreadsheet - 05437d7b66b72d86e51a0cf58b3605f7537e1e0c authored almost 2 years ago
Fix critical XlsxCell error (+ respective unit test)

github.com/fslaborg/FsSpreadsheet - afdab8ec7eddf13e6dc4c1346251959db8b329d2 authored almost 2 years ago
Update test Xlsx file

github.com/fslaborg/FsSpreadsheet - 8e9c768c255498d8ecef7f412d3f8c204e3ff421 authored almost 2 years ago
Precise `ofXlsxCell` method alongside with unit tests

github.com/fslaborg/FsSpreadsheet - 380a08d92318d4a5425446b2a4046df05bcc1514 authored almost 2 years ago
Specify member description

github.com/fslaborg/FsSpreadsheet - 488b249873bbe62470d31ac51b352e36e8606a6b authored almost 2 years ago
Add CellValues to DataType conversion (+ unit tests)

github.com/fslaborg/FsSpreadsheet - 536a1e366fb08a89c8a0a685baafede5d59fea17 authored almost 2 years ago
Add unit tests for `FromXlsxStream` method (WIP)

github.com/fslaborg/FsSpreadsheet - d641f1edf7c86df54ca70e1c57cc1cec45902c0d authored almost 2 years ago
Finalize `FromXlsxStream` method

github.com/fslaborg/FsSpreadsheet - b458922cf0a2492ed1316b60177aa6b1b2ac361a authored almost 2 years ago
Add methods to get FsWorksheet by name + unit tests

github.com/fslaborg/FsSpreadsheet - c6c064f470803d40f53f18497b47127fece438d1 authored almost 2 years ago
Reformat code structure

github.com/fslaborg/FsSpreadsheet - c08383bf333b856a2a1defae97c524d687afa393 authored almost 2 years ago
Fix typo in test file

github.com/fslaborg/FsSpreadsheet - 7bf051d1316e972220f5bd37cb2ae9f4cae1ebfb authored almost 2 years ago
Add `.AddTables` functionality (+ unit tests)

github.com/fslaborg/FsSpreadsheet - 2368b70fe73937b521d8dc535312e5974f559a90 authored almost 2 years ago
Git still does not understand changes in letter case, part II

github.com/fslaborg/FsSpreadsheet - ccf81f009de1d34e704739a56ebcb59b353d0ad2 authored almost 2 years ago
Git still does not understand changes in letter case, part I

github.com/fslaborg/FsSpreadsheet - 80f8aa52676575f3ce32541480296030c0bcb4a5 authored almost 2 years ago
Add FsWorksheet table methods alongside respective tests

`.AddTable`, `tryGetTableByName`, and `getTableByName`.

github.com/fslaborg/FsSpreadsheet - 1a066bc25f60609003d8d5caad705f4b1ce09858 authored almost 2 years ago
Merge pull request #253 from DoganCK/geomspace

github.com/fslaborg/FSharp.Stats - 4ca9b13e9461f10131c3d652854fe73d9983062d authored almost 2 years ago
make num required for linspace and geospace

#253

github.com/fslaborg/FSharp.Stats - ea478c0c924bb2e8e46bb04b306ea40731671d17 authored almost 2 years ago
add geomspace failing tests

github.com/fslaborg/FSharp.Stats - a99dec9f9ba76410db0f1efce3c12c7abcf9c419 authored almost 2 years ago
Add static method for reader method

github.com/fslaborg/FsSpreadsheet - 6480c959287eb47c598b6fa1771ad0547dc8d2de authored almost 2 years ago
Add ///-XML tags

github.com/fslaborg/FsSpreadsheet - 38cec72b6cd0321cfa9c1572564e341956b92ed2 authored almost 2 years ago
Fix error when trying to get colIndex

github.com/fslaborg/FsSpreadsheet - 5fd9bc24a29c6be195cdea24044547aa5a24c5d8 authored almost 2 years ago
Play around in playground

github.com/fslaborg/FsSpreadsheet - bce8df8e5c53881ceaa29214232b15eb09832e4d authored almost 2 years ago
Refactor FsWorkbook

github.com/fslaborg/FsSpreadsheet - 939537aec618ed3528d24c5448300ee8054f5386 authored almost 2 years ago
Add FsWorkbook FromXlsxStream extension

github.com/fslaborg/FsSpreadsheet - 96f5b36ef94c2ad908e5f9b5ddc0122487cad740 authored almost 2 years ago
Update testCells to have their real values instead of SST index

github.com/fslaborg/FsSpreadsheet - c1d54b2811a220c46cee89142d7afec7e376c750 authored almost 2 years ago
Update `tryItem` to be 1-based like the OpenXML implementation

Also some preciser ///-comments for some functions using the sheetIndex.

github.com/fslaborg/FsSpreadsheet - 31bdfa9a8da35a4ffd6ede0a7f6cc618e787c21f authored almost 2 years ago
Add FsCell construtcor IConvertible value

github.com/fslaborg/FsSpreadsheet - f518d9f47d6a8b0a868aa01a6bf3cac383843440 authored almost 2 years ago
Add FsSparseMatrix

github.com/fslaborg/FsSpreadsheet - 31b6789055b31e557c0b80382f8d2a2862cf1c69 authored almost 2 years ago
Add FsWorksheet add FsCell

github.com/fslaborg/FsSpreadsheet - 653a5af88e12e5d4bb9b841a9e3e228a454b0b36 authored almost 2 years ago
FsCell Remove alternatve constructors

github.com/fslaborg/FsSpreadsheet - cd326967f2ab76bdd065cd3293a6ab5c7f646bf1 authored almost 2 years ago
Merge FsCell Testing

github.com/fslaborg/FsSpreadsheet - 79b4e85390c24aa3d6ed1aa61d44536432f32e6d authored almost 2 years ago
Refactoring FsCell

github.com/fslaborg/FsSpreadsheet - f08ba181c4ba2d0b0173f6ee194145168bc9c52d authored almost 2 years ago