From: <dot...@li...> - 2013-04-12 22:21:33
|
Send dotNetRDF-commits mailing list submissions to dot...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits or, via email, send a message with subject or body 'help' to dot...@li... You can reach the person managing the list at dot...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of dotNetRDF-commits digest..." Today's Topics: 1. commit/dotnetrdf: rvesse: Close the CORE-345 branch now the bug is fixed (Bitbucket) 2. commit/dotnetrdf: rvesse: Tweak to code in GraphMatcher that was causing unecessary recursion (CORE-345) (Bitbucket) 3. commit/dotnetrdf: tpluscode: additional test cases for CORE-345 (Bitbucket) 4. commit/dotnetrdf: 4 new changesets (Bitbucket) 5. commit/dotnetrdf: 3 new changesets (Bitbucket) 6. commit/dotnetrdf: rvesse: Tests and minor fix for GraphMatcher treatment of nulls (CORE-345) (Bitbucket) 7. commit/dotnetrdf: rvesse: Move and update graph equality documentation to GraphMatcher, make GraphMatcher public (CORE-345) (Bitbucket) 8. commit/dotnetrdf: rvesse: Minor doc correction (Bitbucket) 9. commit/dotnetrdf: 2 new changesets (Bitbucket) ---------------------------------------------------------------------- Message: 1 Date: Fri, 12 Apr 2013 18:16:01 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Close the CORE-345 branch now the bug is fixed To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/5e26e9813958/ Changeset: 5e26e9813958 Branch: CORE-345 User: rvesse Date: 2013-04-12 20:15:41 Summary: Close the CORE-345 branch now the bug is fixed Affected #: 0 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 2 Date: Fri, 12 Apr 2013 18:28:00 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Tweak to code in GraphMatcher that was causing unecessary recursion (CORE-345) To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/3c08cefebb3f/ Changeset: 3c08cefebb3f User: rvesse Date: 2013-04-12 20:27:49 Summary: Tweak to code in GraphMatcher that was causing unecessary recursion (CORE-345) Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 3 Date: Fri, 12 Apr 2013 18:57:36 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: tpluscode: additional test cases for CORE-345 To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/13e3e29590d6/ Changeset: 13e3e29590d6 User: tpluscode Date: 2013-04-12 20:54:32 Summary: additional test cases for CORE-345 Affected #: 16 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 4 Date: Fri, 12 Apr 2013 21:14:00 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 4 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 4 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a6a563b7fd73/ Changeset: a6a563b7fd73 User: rvesse Date: 2013-04-12 21:20:04 Summary: Improve debug info in GraphMatcher even further to try and isolate Tom's remaining failing test (CORE-345) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/bcad0408ab16/ Changeset: bcad0408ab16 User: rvesse Date: 2013-04-12 21:26:14 Summary: Have test cases dump differences for failing tests (CORE-345) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/1f0819849b33/ Changeset: 1f0819849b33 User: rvesse Date: 2013-04-12 22:54:52 Summary: Tweak to debug print info Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/fca49a94ab78/ Changeset: fca49a94ab78 User: rvesse Date: 2013-04-12 23:11:23 Summary: Add additional rules based mapping step which vastly improves accurracy of rules based mapping and fixes remaining failing test case (CORE-345) Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 5 Date: Fri, 12 Apr 2013 21:48:00 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 3 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 3 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/6f610ce27e7d/ Changeset: 6f610ce27e7d User: rvesse Date: 2013-04-12 23:19:40 Summary: Simplify method signature of GenerateMappings() and make a public static method (CORE-345) Affected #: 1 file https://bitbucket.org/dotnetrdf/dotnetrdf/commits/d3e9849f0eac/ Changeset: d3e9849f0eac User: rvesse Date: 2013-04-12 23:42:20 Summary: Rewrite GenerateMappings() yet again and add unit tests to check that it does indeed brute force the complete solution space (CORE-345) Affected #: 2 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/e7c003648d07/ Changeset: e7c003648d07 User: rvesse Date: 2013-04-12 23:46:32 Summary: Further logic fixes and tests to GenerateMappings() (CORE-345) Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 6 Date: Fri, 12 Apr 2013 21:55:52 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Tests and minor fix for GraphMatcher treatment of nulls (CORE-345) To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/dfb6d0603c0c/ Changeset: dfb6d0603c0c User: rvesse Date: 2013-04-12 23:55:40 Summary: Tests and minor fix for GraphMatcher treatment of nulls (CORE-345) Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 7 Date: Fri, 12 Apr 2013 22:16:18 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Move and update graph equality documentation to GraphMatcher, make GraphMatcher public (CORE-345) To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/943d811c9813/ Changeset: 943d811c9813 User: rvesse Date: 2013-04-13 00:16:05 Summary: Move and update graph equality documentation to GraphMatcher, make GraphMatcher public (CORE-345) Affected #: 2 files Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 8 Date: Fri, 12 Apr 2013 22:16:55 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: rvesse: Minor doc correction To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 1 new commit in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4d987e60b66a/ Changeset: 4d987e60b66a User: rvesse Date: 2013-04-13 00:16:45 Summary: Minor doc correction Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ Message: 9 Date: Fri, 12 Apr 2013 22:21:24 -0000 From: Bitbucket <com...@bi...> Subject: [dotNetRDF Commits] commit/dotnetrdf: 2 new changesets To: dot...@li... Message-ID: <201...@bi...> Content-Type: text/plain; charset="utf-8" 2 new commits in dotnetrdf: https://bitbucket.org/dotnetrdf/dotnetrdf/commits/4a736e4905dc/ Changeset: 4a736e4905dc Branch: 1.9 User: rvesse Date: 2013-04-13 00:19:13 Summary: Merge latest fixes from default Affected #: 32 files https://bitbucket.org/dotnetrdf/dotnetrdf/commits/a3a1c327964b/ Changeset: a3a1c327964b Branch: 1.9 User: rvesse Date: 2013-04-13 00:20:59 Summary: Minor fix up after merge Affected #: 1 file Repository URL: https://bitbucket.org/dotnetrdf/dotnetrdf/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. ------------------------------ ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter ------------------------------ _______________________________________________ dotNetRDF-commits mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-commits End of dotNetRDF-commits Digest, Vol 7, Issue 2 *********************************************** |