[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
142 lines (91 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

142 lines (91 loc) · 3.74 KB

v2022.08.14

Data

  • Added clues from puzzles published since previous release date.
  • Consolidated html, json and puz tables into a single raw table (with a content_type column). This is in preparation for PDF ingestion.

v2022.02.06

Data

  • Added clues scraped from blog posts published from previous release date.
  • Migrated domain from cryptics.eigenfoo.xyz to cryptics.georgeho.org. All URLs should automatically redirect.

Documentation

  • Updated documentation to reflect new domain and manual update schedule (from v2022.01.16).

v2022.01.16

Data

  • Removed daily "update-deploy" job (from v2021.11.07). The dataset will once again be updated only manually by me.

Documentation

  • Updated contact email.

v2021.11.08

Code

v2021.11.07

Data

  • Added a daily "update-deploy" job to scrape new blog posts, parse their clues and publish the latest dataset.

v2021.10.24

Data

  • Added one-off CSV dump of cru_cryptics three PDF puzzles, courtesy of Michael F. Gill.
  • Added clues scraped from blog posts published from previous release date.

Code

  • Fixed raw_definitions in several parsing functions; re-ran on unparsed blog posts.

v2021.10.16

Data

Code

  • Fixed some minor bugs with review.py

v2021.10.04

Data

  • Added indicators, indicators_by_clue, charades and charades_by_clue tables. All indicators and charades are identified via regexes.

Code

  • Renamed database from clues to data. Added appropriate URL redirects.

v2021.09.29

Data

  • Manually corrected several hundred rows.

Code

  • Added Clicky analytics to Datasette webpages.
  • Improved function docstrings.
  • Refactored main.py to both populate database with new blog posts and also parse new blog posts.

v2021.09.18

Data

  • Added Michael F. Gill's digital archive of The New York Times cryptic crosswords.
  • Added National Post Cryptic Crossword Archive for Cox and Rathvon (a.k.a. Hex) cryptic crosswords.
  • Allowed caching of raw .puz files.
  • Added source column, dropped puzzle_url columns.
  • Added facet over source column.

v2021.09.15

Data

  • Added The Hindu Crossword Corner as a scraped blog, which adds approximately 67,000 clues.
  • Deleted duplicate rows in the clues table.
  • Added clues scraped from blog posts published from previous release date.

v2021.09.12

Data

Code and Documentation

v2021.09.10

Initial release on https://cryptics.eigenfoo.xyz/.