Recent Releases of https://github.com/acdh-oeaw/mmp

https://github.com/acdh-oeaw/mmp - v5.2

What's Changed

  • 217 remove geojson layer from stelle serializer by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/218

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v5.1...v5.2

- Python
Published by csae8092 almost 2 years ago

https://github.com/acdh-oeaw/mmp - v5.1

  • chore: bumped GH-Actions
  • feat: added link to frontend app on start page as requested

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v5.0...v5.1

- Python
Published by csae8092 almost 2 years ago

https://github.com/acdh-oeaw/mmp - v5.0

bumped django version - which might break things, lets see closes #216

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v4.2...v5.0

- Python
Published by csae8092 almost 2 years ago

https://github.com/acdh-oeaw/mmp - v4.2

What's Changed

  • fix: author-keyword edges should have key, not id by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/215

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v4.1...v4.2

- Python
Published by csae8092 almost 3 years ago

https://github.com/acdh-oeaw/mmp - v4.1

What's Changed

  • feat: allow sorting passages by date of composition by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/214

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v4.0.1...v4.1

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - v4.0.1

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v4.0...v4.0.1

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - v4.0

What's Changed

  • crispy form update by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/207
  • fix: use "autor" as resource kind for author nodes in graph by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/204
  • django upgrade (and gh-action upgrades) by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/208
  • as_md field added to usecase api serialisation #203 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/209
  • kommentar of spatialcoverage returned by API #200 [skip ci] by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/210

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.8.1...v4.0

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - v3.8.1

avoid edges without matching node objects

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.8...v3.8.1

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - fix for author-keyword endpoint

What's Changed

  • fix: filter author-kw graph by stellen-qs #169 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/197

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.7...v3.8

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - UseCase.published adde, Stelle.ort removed

What's Changed

  • 192 remove stelleort by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/193
  • feat: added UseCase.published field #191 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/194

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.6...v3.7

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - v3.6 better graph data

What's Changed

  • feature: add new api endpoint #183 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/186
  • minor: added changes suggest by @stefanprobst [skip ci] by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/187
  • 188 keyword graph include edge count instead of serializing multiple edges with same source and target nodes by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/189
  • docs: add note about deleting unused views to contributing guideline by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/190

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.5...v3.6

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - filters and cones

What's Changed

  • docs: change field helptext for passage.places by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/182
  • 181 missing search params for apispatialcoverage by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/184
  • fix: omit cones related to texts without place of composition #178 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/185

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.4...v3.5

- Python
Published by csae8092 about 3 years ago

https://github.com/acdh-oeaw/mmp - feat: additional fileds in generic-ac

What's Changed

  • feature: added additional_fields to ac-config by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/174

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.3.1...v3.4

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - renamed limit param into page_size

also added page_size to generic-ac response Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.3...v3.3.1

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - pagination for generic autocomplete

What's Changed

  • feat: add proper pagination for generic autocomplete by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/167
  • feat: added meta_field key by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/168

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.2...v3.3

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - filter text and author by use case

What's Changed

  • 165 add case study filters to authors and texts by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/166

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.1.1...v3.2

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - fix in ac-config

What's Changed

  • fix: allow casestudy autocomplete, allow empty autocomplete search terms by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/163

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.1...v3.1.1

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - generic autocomplete

What's Changed

  • fix: generic ac added #152 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/160

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v3.0...v3.1

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - changes in Data Model and API

What's Changed

  • fix: omit places without coordinates from geojson place endpoints by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/129
  • fix: use null for empty place fields by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/130
  • fix: use geojson pagination for ort-geojson endpoint by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/133
  • fix: include BC texts in keyword/century endpoint by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/136
  • docs: add docs on how to set up development environment by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/135
  • save method of Author normalized gnd-uris #138 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/139
  • fix: include antique name in place response, include place type label in place geojson response by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/140
  • 145 remove stop words from nlp data by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/146
  • added api/events/?use_case=12 endpoint #144 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/147
  • 143 change autocomplete language to english by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/148
  • 142 make filtering by genre possible for more endpoints by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/149
  • docs: add link to sql dump to contributing gruidelines by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/154
  • 141 adjust keywords for graph data using related keywords from passages by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/155
  • 150 provide custom layer config for case studies use cases by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/156
  • * #151 moved show_labels from SpatialCoverage to UseCase by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/157
  • #158 tests for drf-api endpoints by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/159

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v2.0.1...v3.0

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - Hotfix for missing dependency

What's Changed

  • fix: add missing pyyaml dependency by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/131
  • chore: remove legacy_id query param from filterset by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/132

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v2.0...V2.0.1

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - new API output

What's Changed

  • fix: fix typo in ethnonym autocomplete endpoint by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/126
  • build: add openapi schema view by @stefanprobst in https://github.com/acdh-oeaw/mmp/pull/128
  • 115 entity response payloads should include by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/127

New Contributors

  • @stefanprobst made their first contribution in https://github.com/acdh-oeaw/mmp/pull/126

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.41...v2.0

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - spacy and gensim

What's Changed

  • use spacy for nlp things #124 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/125

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.40...v1.41

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - no download for everyone

What's Changed

  • only logged in users can download #122 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/123

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.39...v1.40

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - v1.39

What's Changed

  • 119 put translation above quotation when viewing passages by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/121

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.38...v1.39

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - Bugfix: not before / not after filter fix

What's Changed

  • potential fix for #113 by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/114

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.37.1...v1.38

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - django < 4.1

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - added union filters for Stelle

What's Changed

  • switched from dockerhub to ghcr
  • Bump lxml from 4.7.1 to 4.9.1 by @dependabot in https://github.com/acdh-oeaw/mmp/pull/108
  • 109 union as default when querying multiple authors by @csae8092 in https://github.com/acdh-oeaw/mmp/pull/110

New Contributors

  • @dependabot made their first contribution in https://github.com/acdh-oeaw/mmp/pull/108
  • @csae8092 made their first contribution in https://github.com/acdh-oeaw/mmp/pull/110

Full Changelog: https://github.com/acdh-oeaw/mmp/compare/v1.36.3...v1.37

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - only nlp-process once

105

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - timeout hotfix

105

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - bugfix release

104 #103

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - bugfix and new filters

closes * #102 * #99 * #100 * #101

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - layer field, and mainly filter for Place

  • closes #97 #96
  • some work on #93

- Python
Published by csae8092 over 3 years ago

https://github.com/acdh-oeaw/mmp - filter Stelle by Genre and show_labels field

closes #95 #94

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - AND Filter

working on #93; also reworking of use-case filter * api/stelle/?key_word_and=76&key_word_and=180 filters all passages with keyword-id 76 AND keyword-id 180 * api/stelle/?key_word=76&key_word=180 filters all passage with with keyword-id 76 OR keyword-id 180

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - copy function for Stelle and SpatialCoverage, map view fix

closes #92

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - updated field definitions

closes: * #91 * #90

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - fuzzy geom field for Ort

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - SpatialCoverage Serializler

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - Cones From Text (not authors)

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - point-line field & stelle-ort m2m

86 #88 #87

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - SpatialCoverage Detail View

fixes * #83 * #84 * #85

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - ordering fix

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - django spaghetti and next/prev

- Python
Published by csae8092 almost 4 years ago

https://github.com/acdh-oeaw/mmp - bugfix release

now for real #82?

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - keyword type to network md added

closes #82

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - filter by realtion to use case

fixing #79

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - new Keyword-AC endpoints

  • closes #81; new endpoints end type of keyword is returned in in AC whatever <type>
  • closes #80

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - data model changes

  • dating authors #78
  • typing of keywords #76
  • ids to geojson #71

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - Knightlab Story Map integration

knigthlab story map

75

  • https://mmp.acdh-dev.oeaw.ac.at/story-maps/data/1/
  • https://mmp.acdh-dev.oeaw.ac.at/story-maps/data/1/

new filter/ac endpoints

72 #74 #73

  • https://mmp.acdh-dev.oeaw.ac.at/archiv-ac/schlagwort-autocomplete/
  • https://mmp.acdh-dev.oeaw.ac.at/archiv-ac/eigenname-autocomplete/
  • https://mmp.acdh-dev.oeaw.ac.at/api/stelle/?keyword_art=Schlagwort
  • https://mmp.acdh-dev.oeaw.ac.at/api/stelle/?keyword_art=Eigenname
  • https://mmp.acdh-dev.oeaw.ac.at/api/keyword/?art=Eigenname
  • https://mmp.acdh-dev.oeaw.ac.at/api/keyword/?art=Schlagwort

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - bugfix release

not only named entites were normalized with m{lemma[1:]} but also (some) nouns and adjectives which needed some fixing

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - admin for stop words

implements #70 * better processing of texts * admin-interface to curate stop words * endpoint for stopwords

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - endpoint keyword-stelle `archiv/kw-stelle/`

fix #69

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - enable iframes in ckeditor

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - GeoJson for Places

  • new endpoint returns GeoJSON for class Ort; /api/ort-geojson/?format=json, closes #68
  • ordering parameter for API-Endpoints ended, e.g. api/ort/?format=json&ordering=-name, closes #67

- Python
Published by csae8092 about 4 years ago

https://github.com/acdh-oeaw/mmp - serve media folder via nginx

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - WYSIWYG Editor added to draft user stories

fixing #53

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - API-Endpoints for Topic-Models

65

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - NLP-Data Endpoint

  • /archiv/nlp-data/?use_case=5&Filter=Search
  • retuns (normalized) tokens of all filtered Stellen

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp -

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp -

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp -

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - try to fix deployment

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - text processing of latin stellen

fix #64

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - add additional filters to endpoints

closes #63

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - ids/id filter param for UseCase

  • fixes #61
  • /api/usecase/?ids=2,6

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - fix for keyword-timeline-data endpoint

fixes #59

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - new API filter

filter by ids: ?ids=1,2,3; closing #58

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - XML/TEI Export

Texts are serialized as XML/TEI, #45, done by @linxOD

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - Endpoint for temporal distribution of keywords

fixed #54

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - TEI, Filters, AND not OR

  • added filter for Stelle.start_date and Stelle.end_date #52
  • ModelMultipleChoiceFilter work now with AND #51
  • working TEI-Serialisation #45

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - Filter Texts by Keywords

Filter Texts by Keywords #50

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - removed duplicated route

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - include author and location names in stelle endpoint

implements #49

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - plot cones to map in spatialcoverage list view

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - Cones, not before/after fields

  • added new API-Endpoint for 'Cones' /api/cones #43
  • added not_before and not_after IntegerFields to archiv.Text to enable proper filtering #46
  • added filtering options for Authors to Stelle #44

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - new filters

added some new filters; switched back to default import django_filters to enable crispy form layout in formhelpers

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - fixed node_typ_id

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - fixed link to detail view in netvis

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - improved network

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - some network/keyword experiments

- Python
Published by csae8092 over 4 years ago

https://github.com/acdh-oeaw/mmp - First (alpha) release

- Python
Published by csae8092 over 4 years ago