You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(12) |
May
(2) |
Jun
(20) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(5) |
2011 |
Jan
(4) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
|
Jul
(12) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(38) |
Dec
(27) |
2012 |
Jan
(46) |
Feb
(182) |
Mar
(83) |
Apr
(22) |
May
(68) |
Jun
(47) |
Jul
(135) |
Aug
(84) |
Sep
(57) |
Oct
(45) |
Nov
(27) |
Dec
(61) |
2013 |
Jan
(59) |
Feb
(78) |
Mar
(66) |
Apr
(107) |
May
(27) |
Jun
(56) |
Jul
(53) |
Aug
(3) |
Sep
(19) |
Oct
(41) |
Nov
(44) |
Dec
(54) |
2014 |
Jan
(49) |
Feb
(72) |
Mar
(22) |
Apr
(41) |
May
(63) |
Jun
(27) |
Jul
(45) |
Aug
(12) |
Sep
(3) |
Oct
(8) |
Nov
(27) |
Dec
(16) |
2015 |
Jan
(3) |
Feb
(20) |
Mar
(6) |
Apr
(4) |
May
(15) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(16) |
May
(9) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <tr...@do...> - 2011-11-29 21:27:03
|
A new comment has been added to the following issue. Title: AVG() needs to support operation over non-numeric expressions Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2011-11-29 09:26 PM Comment: Fixed as of SVN revision 1978 More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=144 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-28 17:35:49
|
The following issue has been added to a project that you are monitoring. Title: TriplePattern.GetTriples() is not as selective as it could be in some cases Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.6.0 Beta Category: Query Priority: High Type: Improvement Description: In TriplePattern.GetTriples() we may not always be as selective as we can, for example consider a query like the following: SELECT * WHERE { ?s a <http://example.org/Person> . FILTER(?s = <http://example.org/Me> ) } With the right optimisers applied that query boils down to IdentityFilter(Bgp()) in which case the Bgp() would still call GetTriplesWithPredicateObject() even though ?s is bound. It would be far more performant to make one/more calls to Contains() based on the bound values for ?s More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=151 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 21:09:34
|
The following issue has been updated by Rob Vesse: Title: AVG() needs to support operation over non-numeric expressions Project: Core Library (dotNetRDF.dll) - Status changed from "Planned" to "In Progress" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=144 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 21:08:58
|
The following issue has been updated by Rob Vesse: Title: Need to support STRBEFORE, STRAFTER and REPLACE in SPARQL 1.1 Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "80%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=149 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 21:08:39
|
A new comment has been added to the following issue. Title: Need to support STRBEFORE, STRAFTER and REPLACE in SPARQL 1.1 Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2011-11-27 09:07 PM Comment: Added and passes SPARQL 1.1 tests as of revision 1976 More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=149 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 21:01:12
|
The following issue has been updated by Rob Vesse: Title: Need to support STRBEFORE, STRAFTER and REPLACE in SPARQL 1.1 Project: Core Library (dotNetRDF.dll) - Status changed from "Planned" to "In Progress" - Percent complete changed from "0%" to "80%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=149 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 19:45:08
|
The following issue has been updated by Rob Vesse: Title: In a VB.Net WinForms environment multi-threaded Triple Store Writers fail Project: Core Library (dotNetRDF.dll) - Status changed from "Confirmed" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "0%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=147 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-27 19:45:03
|
A new comment has been added to the following issue. Title: In a VB.Net WinForms environment multi-threaded Triple Store Writers fail Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2011-11-27 07:44 PM Comment: Changes made as specified as of SVN revision 1975 More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=147 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-26 20:09:23
|
The following issue has been added to a project that you are monitoring. Title: A SPARQL 1.1 EARL report should be generated Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.5.1 Beta Category: Release Process Priority: Low Type: New Feature Description: The DAWG are starting to gather implementation reports for SPARQL 1.1, these are created using the EARL vocabulary. Modify our test harness appropriately so it outputs a report which we can then submit to the DAWG and get Leviathan/dotNetRDF including on the reports list and some more visibility as a SPARQL 1.1 compliant engine. More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=150 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-26 20:05:15
|
The following issue has been updated by Rob Vesse: Title: Support new Stardog Reasoning Modes Project: Core Library (dotNetRDF.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "90%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=143 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-26 20:04:59
|
A new comment has been added to the following issue. Title: Support new Stardog Reasoning Modes Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2011-11-26 08:04 PM Comment: Closed again as completed as SVN revision 1974 adds DL and RDFS support More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=143 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-26 02:22:45
|
A new comment has been added to the following issue. Title: Support new Stardog Reasoning Modes Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2011-11-26 02:21 AM Comment: Reopened as latest Stardog release (0.7.2) has added additional reasoning modes (DL and RDFS) More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=143 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-26 02:22:19
|
The following issue has been updated by Rob Vesse: Title: Support new Stardog Reasoning Modes Project: Core Library (dotNetRDF.dll) - Status changed from "Completed" to "In Progress" - Resolution changed from "Completed" to "-- Select Resolution --" - Percent complete changed from "100%" to "90%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=143 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:49:11
|
The following issue has been updated by Rob Vesse: Title: Support multi-document editing in rdfEditor Project: Toolkit - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Completed" - Percent complete changed from "95%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=59 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:49:02
|
A new comment has been added to the following issue. Title: Support multi-document editing in rdfEditor Project: Toolkit Created By: Rob Vesse Date: 2011-11-25 11:48 PM Comment: SVN revision 1972 fixes the only known remaining issue with the new multi-document editor so closing this issue as complete More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=59 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:45:58
|
The following issue has been updated by Rob Vesse: Title: Support multi-document editing in rdfEditor Project: Toolkit - Percent complete changed from "90%" to "95%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=59 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:45:51
|
A new comment has been added to the following issue. Title: Support multi-document editing in rdfEditor Project: Toolkit Created By: Rob Vesse Date: 2011-11-25 11:44 PM Comment: SVN revision 1971 finishes a series of merge and copy revisions which bring all this from the experimental branch back onto Trunk. Bar some final testing this feature is essentially ready for release More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=59 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:11:10
|
A new comment has been added to the following issue. Title: Create an ISparqlDataset implementation that keeps the index in sync with the data automatically Project: Query.FullText (dotNetRDF.Query.FullText.dll) Created By: Rob Vesse Date: 2011-11-25 11:10 PM Comment: Bumped to next release as is low priority already and havent had chance to properly research whether this feature is actually deliverable in the context of how Lucene.Net works (or at least how our usage of it works) More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=99 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:10:02
|
The following issue has been updated by Rob Vesse: Title: Select handlers for fast conversion in rdfConvert more elegantly Project: Toolkit - Milestone changed from "0.4.0 Beta" to "0.5.0 Beta" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=34 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:08:59
|
The following issue has been updated by Rob Vesse: Title: Connect to a triple store window does not display properly on some systems Project: Toolkit - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Fixed" - Percent complete changed from "90%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=141 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:08:53
|
A new comment has been added to the following issue. Title: Connect to a triple store window does not display properly on some systems Project: Toolkit Created By: Rob Vesse Date: 2011-11-25 11:08 PM Comment: Fixed in SVN revision 1967 More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=141 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 23:01:14
|
The following issue has been added to a project that you are monitoring. Title: Need to support STRBEFORE, STRAFTER and REPLACE in SPARQL 1.1 Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Milestone: 0.5.1 Beta Category: Query Priority: High Type: New Feature Description: Recent revisions to SPARQL 1.1 Query spec have added some additional functions which we now need to support More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=149 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 22:59:34
|
The following issue has been updated by Rob Vesse: Title: Add SqlServerCe support Project: Data.Sql (dotNetRDF.Data.Sql.dll) - Status changed from "In Progress" to "Completed" - Resolution changed from "none" to "Won't Fix" - Percent complete changed from "50%" to "100%" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=138 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 22:59:31
|
A new comment has been added to the following issue. Title: Add SqlServerCe support Project: Data.Sql (dotNetRDF.Data.Sql.dll) Created By: Rob Vesse Date: 2011-11-25 10:58 PM Comment: Wont be fixed and is removed from compilation as of revision 1966 since it does not support stored procedures which are fundamental to the operation of the ADO Store More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=138 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2011-11-25 21:54:48
|
The following issue has been updated by Rob Vesse: Title: Add MySql support for the new ADO Store backend Project: Data.Sql (dotNetRDF.Data.Sql.dll) - Milestone changed from "0.5.1 Beta" to "0.6.0 Beta" - Affected Milestone changed from "0.5.0 Beta" to "0.5.1 Beta" More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=79 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |