Difference between revisions of "PyLoDStorage/Tickets"

From BITPlan Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Ticket
+
# {{Ticket
 
|number=1
 
|number=1
 
|title=Make available via pypi
 
|title=Make available via pypi

Revision as of 10:36, 29 January 2022

  1. Issue 1 - Make available via pypi
  2. Issue 2 - add improved UML support from Proceedings Title Parser
  3. Issue 3 - Refactor JSON support from DgraphAndWeaviateTest
  4. Issue 4 - sqlite3.IntegrityError: UNIQUE constraint failed: ... show debug info
  5. Issue 5 - Allow use of params in queries
  6. Issue 6 - add SPARQL support
  7. Issue 7 - support date values in format supplied e.g. by wikidata 2020-01-01T00:00:00Z
  8. Issue 8 - strToDatetime fails on invalid datetime strings e.g. with year out of range
  9. Issue 9 - Avoid wikidata 403
  10. Issue 10 - need to fix round-trip json behavior
  11. Issue 11 - make Types JSONAble to allow to store type information along side json data files
  12. Issue 12 - transitive dependency for SPARQLWrapper missing
  13. Issue 13 - set None value for undefined LoD entries
  14. Issue 14 - offer execute wrapper directly via sqlDB
  15. Issue 15 - auto create generalization view ddl for tablelist
  16. Issue 16 - allow to only warn if samplerecordcount is higher than number of available records
  17. Issue 17 - add check_same_thread to be able to set it to False
  18. Issue 18 - add getTableDict convenience function
  19. Issue 19 - migrate query manager from ptp here
  20. Issue 20 - add fixNone option to SPARQL results (same functionality as in SQL)
  21. Issue 21 - FromJson with taking type information from getSamples
  22. Issue 22 - Regression: storeToJsonFile and restoreFromJsonFile missing in JSONAble
  23. Issue 23 - date type handling should be more robust - list handling should return a list of problems instead of failing
  24. Issue 24 - integrate tabulate
  25. Issue 25 - integrate pandas dataframes
  26. Issue 26 - add intersect methods
  27. Issue 27 - add Lookup map option
  28. Issue 28 - add plot option
  29. Issue 29 - Functionality to convert between LoD and CSV
  30. Issue 30 - Limit stored attributes of JSONAble to attributes of the samples
  31. Issue 31 - getLookup fails if value is list
  32. Issue 32 - getLookup fails on duplicates
  33. Issue 33 - SQL handling of Lists
  34. Issue 34 - refactor EntityManager from ProceedingTitleParser here for reuse
  35. Issue 35 - support pydantic as a schema support
  36. Issue 36 - regression return of lists needed for restoreFromJsonFile and restoreFromJsonStr for backward compatiblity
  37. Issue 37 - regression - getListOfDicts callback not handled as function
  38. Issue 38 - fix getCacheFile to use self.config if config is None
  39. Issue 39 - set sampleRecordCount to -1 / all as a default for fromCache handling
  40. Issue 40 - make limit and batchSize available again for store
  41. Issue 41 - improve error message when create table command fails
  42. Issue 42 - fix behavior for invalid json
  43. Issue 43 - offer warnOnNone and warnOnUnsupportedTypes for Type handling
  44. Issue 44 - use setAttr instead of assigning __dict__
  45. Issue 45 - Add option to specify cacheDir location in StorageConfig
  46. Issue 46 - add try it! button to Query documentation
  47. Issue 47 - queryDocumentation: Fix tryItMarkup if lang is not SPARQL and fix links with special chars
  48. Issue 48 - isCached should be True even if count is less than 100
  49. Issue 49 - add append option to store API
  50. Issue 50 - add initSqlDB
  51. Issue 51 - datetime handling sqlite error should lead to warning and not raise an exception
  52. Issue 52 - add pewee adaption
  53. Issue 53 - add limit for query.documentQueryResult
  54. Issue 54 - addQueryDocumentation
  55. Issue 55 - need to export pylatexenc dependency
  56. Issue 56 - addWikiData Linker to QueryResultDocumentation and callback for further such handlers while at it
  57. Issue 57 - Support conversion to rdf triples