Eevee
149b34b888
When loading Pokédex data, commit every 1000 rows.
...
Mostly done to fix RAM usage issues, but seems to have increased speed slightly.
2009-09-13 20:10:20 -07:00
Eevee
5deb9b2d16
Fixed use of split() in lookup. Now strips whitespace. #94
2009-09-13 20:09:31 -07:00
Eevee
b409a0cadf
Re-ripped Diamond/Pearl level-up moves.
...
No errors in my old data, but some orders are different from Pt.
2009-09-12 23:15:57 -07:00
Eevee
aa8a33e45c
Re-ripped Platinum moves directly.
...
This gives the correct ordering to level-up moves that have the same
level.
It also fixes move errors with Wartortle, Blastoise, Persian, Golduck,
Rapidash, Kabutops, Croconaw, Feraligatr, Noctowl, Sharpedo, Piplup's
family, Shinx's family, and Yanmega. Yikes.
2009-09-12 23:02:01 -07:00
Eevee
1d4425bcb8
Raichuu, not Raichyuu
2009-09-12 14:49:02 -07:00
Eevee
e5a692b2ac
Added HG/SS egg and level moves. (Thanks, Arty2)
2009-09-10 23:32:41 -07:00
Eevee
3305fce3cc
Clarified some move target descriptions.
2009-09-10 10:21:09 -07:00
Eevee
774b69f5bd
Made short_effect also an rST column, so effect chance works.
...
Added support for types in move effects.
2009-09-10 10:20:48 -07:00
Eevee
fc18219158
Added __singlename__ property to tables that have corresponding dex pages.
2009-09-10 10:17:59 -07:00
Eevee
c4b2d8fee3
Rewrote every single move effect. #55
2009-09-10 10:17:14 -07:00
Eevee
71b5359d57
setup.py needs a list for package_data, not a string
2009-09-02 23:42:46 -07:00
Eevee
585cb31c0a
Added semi-magical reST parsing for move effects.
2009-08-31 21:37:29 -07:00
Eevee
c545fbf764
Moved damage classes to a separate table. #76
2009-08-26 22:30:07 -07:00
Eevee
2853c3a42b
Added alt Shaymin/Giratina/Rotom moves for Platinum. #5
2009-08-25 23:16:17 -07:00
Eevee
e2bd074146
Fix crash when stdin has no encoding.
2009-08-25 08:07:54 -07:00
Eevee
f5853c0a0b
Added random lookup. #57
2009-08-24 22:59:39 -07:00
Eevee
9e3d8b317d
Wildcard lookup! #89
...
Test suite no longer reloads the entire database. Takes too long.
Factored out some magic numbers in lookup().
2009-08-24 22:04:55 -07:00
Eevee
11989d0db2
Some minor lookup refactoring.
...
Wrote a little add() function to clean up the duplication of
add_document().
Delete the index directory if it exists and we're being forced to
recreate it.
2009-08-24 21:50:19 -07:00
Eevee
25577a3397
Revert "Renamed de-accented item names in the db."
...
Somehow that worked.. backwards, and removed the accents.
This reverts commit 204a43b3b15946a64b971966706fba713065b7ea.
2009-08-24 21:27:21 -07:00
Eevee
69ffe01a46
Filled in missing Pokédex flavor text, even when duplicated.
2009-08-24 00:22:15 -07:00
Eevee
19152deb64
Renamed de-accented item names in the db.
2009-08-23 22:07:28 -07:00
Eevee
293bcaf724
Added whoosh and sqlite files to .gitignore.
2009-08-23 20:46:21 -07:00
Eevee
c0d6828f19
Added lookup tests. #15
2009-08-23 20:43:39 -07:00
Eevee
d00357a1ae
Restored accents on Poke * items.
2009-08-23 19:18:17 -07:00
Eevee
909e61cc97
Added support for type: prefix and forme lookup. #15
2009-08-23 16:27:13 -07:00
Eevee
238022485a
Fix whoosh version so Nidoran search works.
2009-08-22 21:50:33 -07:00
Eevee
a7c0830e48
Return correctly-cased foreign names from lookup. #15
2009-08-22 20:49:07 -07:00
Eevee
a9a88ec3e4
Finally weight lookup results by language. #15
2009-08-22 19:44:57 -07:00
Eevee
9a20969336
Flesh out lookup by number. #15
...
Note that, unlike SVN veekun, entering "133" will return ANYTHING with an id of 133.
2009-08-22 18:56:02 -07:00
Eevee
2bc41e2c62
Added support for lookup by other language name. #15
...
English fuzzy matches are preferred, followed by Roomaji and then
everything else.
The return tuple from lookup() now has a `name` parameter for the actual
name that was matched.
2009-08-22 01:13:34 -07:00
Eevee
4e51867e95
Added lookup support for foreign language names. #15
...
Changed lookup()'s return value to be a list of named tuples so the
caller can know which language each result is in.
2009-08-21 00:30:01 -07:00
Eevee
0b5eba6620
open_index was returning an index instead of a SpellChecker. #15
2009-08-20 21:07:06 -07:00
Eevee
0a893be01d
Allow lookup() callers to pass in their own whoosh indices.
2009-08-20 17:36:31 -07:00
Eevee
0946db6b8b
Fixed some weirdness using version_group as a one-to-many.
2009-08-18 23:50:36 -07:00
Eevee
0300e01cff
Removed whoosh hacks; 0.3 obviates them. #15
2009-08-18 23:50:35 -07:00
Eevee
16072ceb44
Added setup command and made lookup work sanely. #15
...
The setup command loads the default data into a default location, then
creates a whoosh index in a default location.
get_index is now open_index and can be made to explicitly recreate the
index. It also actually opens the index if it already existed, even
across processes, now that FileStorage is working.
The lookup command takes no switches for aiming at a different database;
it only uses the default data stores.
2009-08-18 23:50:13 -07:00
Eevee
fd5e863eed
Added --quiet switch to dump/load.
2009-08-18 18:36:45 -07:00
Eevee
1a7d046fbc
Vastly improved the pokedex import/export UI.
...
csvimport is now load; csvexport is now dump.
Both take an optional -e switch to specify an engine, but will happily
use a default SQLite database in the pokedex package directory.
Additionally, the CSV directory is now controlled by the optional -d
switch, and defaults to Doing The Right Thing.
So `pokedex load` now does exactly what you'd expect: loads the data
from the right files into a consistently-located database.
2009-08-18 18:02:53 -07:00
Eevee
238487c908
Fixed whoosh index creation to work with 0.2.x. #15
2009-08-16 21:03:49 -07:00
Eevee
ba08a41f2f
Fixed romanization of herakurosu and herugaa.
...
The "he" characters were erroneously hiragana instead of katakana.
2009-08-13 17:40:47 -07:00
Eevee
545cbc8928
Added generation_id to moves.
2009-08-12 17:24:35 -07:00
Eevee
a89e00acc3
Added Surfing Pikachu and Volt Tackle Pichu. #14
2009-08-09 23:08:18 -07:00
Eevee
a253df0280
Added machines table.
2009-08-09 23:07:23 -07:00
Eevee
9f9c29a398
Egg moves are passed down by the father, not the mother.
2009-08-04 16:11:53 -04:00
Eevee
ce23a82e50
Added Move.effect and VersionGroup.generation relations.
2009-08-03 22:59:39 -04:00
Eevee
e8ed55c297
Improved CSV import speed by several orders of magnitude.
2009-07-31 00:03:02 -07:00
Eevee
7566351ce1
Added growth rate formulas in LaTeX format.
2009-07-28 22:45:55 -07:00
Eevee
398545a77f
Make help message readable for people without a UTF-8 terminal.
2009-07-28 18:31:06 -07:00
Eevee
6a8569b722
pokemon_moves table no longer tries to have an autoinc column.
2009-07-28 11:22:57 -07:00
Eevee
d997e27112
Changed exception syntax to work with Python 2.5.
2009-07-28 08:25:11 -07:00