Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/fslaborg/Deedle
Easy to use .NET library for data and time series manipulation and for scientific programming
https://github.com/fslaborg/Deedle
5196a815c8c2f9cb924f47387c764fccd37191c8 authored over 10 years ago by Tomas Petricek <[email protected]>
Previously, the test was not actually testing anything! Because of the bug fixed
earlier, the sa...
This checkin does not change anything in the implementation (it only
removes obsolete Series.mea...
ToShortDateString is the same thing as calling ToString with "d" as the
argument, but the latter...
The capacity for Deque needs to be x^2, otherwise things (obviously) do not work.
Using the defa...
7982a41f389bbf383c65281e93a492437316ce12 authored over 10 years ago by Gustavo Guerra <[email protected]>
This adds remaining API documentation for the `Series` module and
rearranges functions in the `F...
I introduced one bug in the previous commit (initializing deque with capacity
0 breaks things). ...
The new Deque is slightly slower (say 10%), but there was enough room for
other optimizations el...
4f3b496cb6060c12092cfbcccc52b5ce022c9ef6 authored over 10 years ago by Tomas Petricek <[email protected]>
56fc9da4269ec5f7a6979b37ca18c4305559c317 authored over 10 years ago by Tomas Petricek <[email protected]>
Add more options for the Lookup operation (#201)
16611ba4c42b8f9c79a91ad38c773178c167bd8e authored over 10 years ago by Tomas Petricek <[email protected]>
This is an improved version of the fix in 1331bd3bb8c85c1857d45a07c515244914bea1e1.
The problem ...
e074415200d9d98091ddad011f47876b47adfe30 authored over 10 years ago by Tomas Petricek <[email protected]>
3d1646026db407c8c9916447d051a1aaa1c6425f authored over 10 years ago by Tomas Petricek <[email protected]>
00c055aa8de9f5946ae23e28220eaea23fde4287 authored over 10 years ago by Tomas Petricek <[email protected]>
c79a023070400adcdc353b68544a4ed45397f5a1 authored over 10 years ago by Christoph Ruegg <[email protected]>
This renames `NearestGreater` and `NearestSmaller` enum values for the `Lookup`
option as discus...
1331bd3bb8c85c1857d45a07c515244914bea1e1 authored over 10 years ago by Adam Klein <[email protected]>
333e60560e857d39caabd7e31dfd89503a356bc2 authored over 10 years ago by Adam Klein <[email protected]>
* GH201:
Fix the After extension method (#201)
Added test for After on (non-delayed) Series ...
2d47b29973c55f9de4b99ecc4999f76134d2ad0d authored over 10 years ago by Tomas Petricek <[email protected]>
e523e17466701cd1b96d25a96192b57eabdd76c5 authored over 10 years ago by Adam Klein <[email protected]>
2696f641a0a3b145e6fc3b05d17fe5e7b9723eef authored over 10 years ago by hmansell <[email protected]>
There was a failing statistics test, but this was due to floating point
precision issue, so I up...
7a57f6b4c9b06b048e22fc1eaa9a9ca840954696 authored over 10 years ago by Adam Klein <[email protected]>
* tomas/mainline:
Do more renaming ("series" and "column") (c.f. #189)
WIP: More cleanup - S...
31eba3d70b5b7a5abe1cec5adbe38d64aba8fa47 authored over 10 years ago by Steffen Forkmann <[email protected]>
a30c5c7a550ce7092a53094727634fb314967943 authored over 10 years ago by Steffen Forkmann <[email protected]>
964df551f9b851aab8b8cf2a9c3edcca348c6332 authored over 10 years ago by Steffen Forkmann <[email protected]>
2a60230158c9fa3cdd8b880b82bf1b843d79d37f authored over 10 years ago by Steffen Forkmann <[email protected]>
02e69a252158aca6bb52db64ca4662132aeeb502 authored over 10 years ago by Steffen Forkmann <[email protected]>
ec42fe9c7c3f753a666882faa6c82f216520ed57 authored over 10 years ago by Steffen Forkmann <[email protected]>
925b89facfa1bebb81c0d654be17868e1ccd9950 authored over 10 years ago by Steffen Forkmann <[email protected]>
3a8b3d3093770e8e4dfb8578038e54ae87dae290 authored over 10 years ago by Steffen Forkmann <[email protected]>
Conflicts:
src/Deedle/Stats.fs
27b0cdb05967c222a373b3c2f1eeb0b35175a7a9 authored over 10 years ago by Steffen Forkmann <[email protected]>
a582d9f756508951f073c8fd0ead3007200187fb authored over 10 years ago by Buybackoff <[email protected]>
972fa8cbb0d36063b400e03d7c50b49e74819ab8 authored over 10 years ago by Tomas Petricek <[email protected]>
I found a few more occurrences of "series" and replaced them with
"column" to finish the idea in...
I update F# Formatting and added github source links to the generated documentation &
did variou...
0b6985191a620bbd2691268157a95d05d001a0bd authored over 10 years ago by Tomas Petricek <[email protected]>
The "level" functions are just simple shortcuts for that call `applyLevel` under
the cover, but ...
The bug #192 was caused by the fact that Frame.stack returned values as
a column of type 'obj' a...
5768ccca41cb94449fa0ba00db98a1125acd497d authored almost 11 years ago by Tomas Petricek <[email protected]>
a057405a082d9525c7f8f5ceb07278e5534c6163 authored almost 11 years ago by Tomas Petricek <[email protected]>
6b4271696703d7d406ae97b278b46a0cb79966a7 authored almost 11 years ago by Tomas Petricek <[email protected]>
Merge changes from pull request #186
c44a3b7ff699e302027147ca5cb96681d6286334 authored almost 11 years ago by Tomas Petricek <[email protected]>1dbba9c68ef3d2a77e51ed1bca615b64b0903804 authored almost 11 years ago by Tomas Petricek <[email protected]>
Support merging of N series and speedup alignment functions (cf. #179)
21cb9a7461fdf11fcfefddd0ca25a017c5602e52 authored almost 11 years ago by Tomas Petricek <[email protected]>e61ecaa2efde3468bb8cc0e85be006037be904f5 authored almost 11 years ago by Adam Klein <[email protected]>
719da112ff19505f75ca0045766a5030ffed183e authored almost 11 years ago by Adam Klein <[email protected]>
d3f7c7c89b576d02b6ebae9ab5fd37ec46a20ef0 authored almost 11 years ago by Adam Klein <[email protected]>
6a096576ed1324e02f5a1960cd6b7c2596902c70 authored almost 11 years ago by Adam Klein <[email protected]>
d058320099d68cb313c78459074924969b5b2638 authored almost 11 years ago by Adam Klein <[email protected]>
c0747e907ed12227d01087af93a8988370f0152a authored almost 11 years ago by Adam Klein <[email protected]>
a25fc3962cb46a7252b236880929a6b98c116027 authored almost 11 years ago by Adam Klein <[email protected]>
d38ab944ee0966c15ca031afa03f41eebd971725 authored almost 11 years ago by Adam Klein <[email protected]>
- NumSum vs Sum
- Added ValuesAll and ObservationsAll
- Fixed TryGetObservation semantics
- ...
Also added some tests for other operations on series and renamed poorly named helper.
07a97d9e53b0a242bba1e85ed62eaee06addd76b authored almost 11 years ago by Tomas Petricek <[email protected]>
I also optimized the take and takeLast implementations. Rather than building
a list with new key...
3343d32bdfdd6acf072c45a0103c1efccdd7e977 authored almost 11 years ago by Tomas Petricek <[email protected]>
Aside from the change, I also cleaned up some old code
(removed 'Series.Create' helper and inste...
* Remove dead code in Common.fs and also delete old file Functions.fs
* Implement our own vers...
I did some cleanup in the binomial heap code, but have not changed any logic
(and I added one si...
7fa0cf2608dda665f80ef3d7afea160bcc58703e authored almost 11 years ago by Tomas Petricek <[email protected]>
39f7b6849f1b0f259c2d99b067b9ce9df2298152 authored almost 11 years ago by Tomas Petricek <[email protected]>
Storing min using BinomialHeap instead of linear scan
a7aa595ec0df360c4bab58ab4ebd4c3c96a1f944 authored almost 11 years ago by Tomas Petricek <[email protected]>
This makes a simple example where the series is not used about 25% faster.
(Not necessary a real...
Previously, these were implemented using floating window, which was terribly slow.
I added new b...
23058c7567fd0d84b9ba21b928630d2c0178597d authored almost 11 years ago by Tomas Petricek <[email protected]>
6fbc187f6eba42c66bf10d72ad078960683cfc08 authored almost 11 years ago by Tomas Petricek <[email protected]>
758ab118c5860e8c7dce5b813cff939d0d0e187f authored almost 11 years ago by Adam Klein <[email protected]>
fc67d7ee26ccaeabdf9fa7fb224f6d59593daa23 authored almost 11 years ago by Adam Klein <[email protected]>
74d4470ac37582c3b8cdf3b2e8ba1d1961225150 authored almost 11 years ago by Adam Klein <[email protected]>
2d00c1812b442798948436b15e86f6c795766946 authored almost 11 years ago by Adam Klein <[email protected]>
3d5ef159ceea35fe2302ff6ada0b24d9e4a0c5da authored almost 11 years ago by Adam Klein <[email protected]>
e103d689e7ac0682a2fc1ca782a66b9d3f944af4 authored almost 11 years ago by Adam Klein <[email protected]>
- move statistics functions out of SeriesModule
- remove statLevel
- combine applyLevel, flatten...
abe43cb61153acf3eb1c694c2262830a4f7922bf authored almost 11 years ago by Adam Klein <[email protected]>
* Deprecates statistics functions living on Series
* Adds stats functions for operating on Frame...
I have not done any major changes in the implementation, so this checkin
mainly just adds docume...
f9417f20df847bbf6e5792ce1be4dad855e9d6bd authored almost 11 years ago by Adam Klein <[email protected]>
d8ec1ec48639a9dd8635849efc13d8ef7125add2 authored almost 11 years ago by Adam Klein <[email protected]>
ba23dd864d227093712b6909b44c4a7beefa58bc authored almost 11 years ago by Adam Klein <[email protected]>
3b5427f7554f657bd41b70fabc1c077564fa689c authored almost 11 years ago by Adam Klein <[email protected]>
122f635a2c20a3e31e03681d660069e311338368 authored almost 11 years ago by Adam Klein <[email protected]>
463957719c02f8c1f1da0857f7f21974310c5f13 authored almost 11 years ago by Adam Klein <[email protected]>
e609abdf4bb2f728fa0a194275f1634c8a4260f2 authored almost 11 years ago by Adam Klein <[email protected]>
ad15375a1729232aadfb7737b3b001c7083b8bf9 authored almost 11 years ago by Adam Klein <[email protected]>
ef5b63f46f228fe247cff4c6ca148338b00eaeba authored almost 11 years ago by Adam Klein <[email protected]>
24f5b692b050936e9ff2dde654b912911c4b8fd0 authored almost 11 years ago by Adam Klein <[email protected]>
405072a3d2d74ffcd1cc7ce5ee11518d0933e3a2 authored almost 11 years ago by Adam Klein <[email protected]>
Added new module Stats, moved moving and now expanding window
functions there, wrote tests.
3cb02d158ee222b240a1353b6b3a2eaa834bd613 authored almost 11 years ago by Adam Klein <[email protected]>
8fb6200b2fcde20ff99ffc18e957320287a6b008 authored almost 11 years ago by Adam Klein <[email protected]>
5f87626c317bd0c7fa58571fb5cfdcbd6cf9f51d authored almost 11 years ago by Adam Klein <[email protected]>
9e6f12a9300d914bb6d66b901d1c75f59ffb9b66 authored almost 11 years ago by Adam Klein <[email protected]>
72acb35916c8294a3f3905e5dfd1e920fce5ca45 authored almost 11 years ago by Adam Klein <[email protected]>
2219859782bab5339aaf099bb7daee59ae8c514e authored almost 11 years ago by Adam Klein <[email protected]>