Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1252 > unrolled thread
| Started by | Josiah Carlson <josiah.carlson@gmail.com> |
|---|---|
| First post | 2014-04-02 23:03 -0700 |
| Last post | 2014-04-02 23:03 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
ANN: rom 0.26.1 - Redis object mapper for Pthon Josiah Carlson <josiah.carlson@gmail.com> - 2014-04-02 23:03 -0700
| From | Josiah Carlson <josiah.carlson@gmail.com> |
|---|---|
| Date | 2014-04-02 23:03 -0700 |
| Subject | ANN: rom 0.26.1 - Redis object mapper for Pthon |
| Message-ID | <mailman.8883.1396596254.18130.python-announce-list@python.org> |
Hey everyone,
The "rom" package is a Redis object mapper for Python. It sports an
interface similar to Django's ORM, SQLAlchemy with the declarative base, or
Appengine's datastore.
The changelog for recent releases can be seen below my signature.
You can find the package at:
https://www.github.com/josiahcarlson/rom
https://pypi.python.org/pypi/rom
And docs can be found at:
http://pythonhosted.org/rom/
Please CC me on any replies if you have any questions or comments.
Thank you,
- Josiah
#---------------------------------- 0.26.1
-----------------------------------
[fixed] issue with deleted entity resurrection, bug report and fix thanks to
Justin Mayfield https://github.com/mayfield
[fixed] issue with deleted entities not being completely cleared out during
delete with Lua writes enabled, bug report and fix also courtesy of
Justin
Mayfield https://github.com/mayfield
#---------------------------------- 0.26.0
-----------------------------------
[added] support for Python 3.3 thanks to the six library and porting effort
from Justin Mayfield https://github.com/mayfield, which also includes
some
additional tests.
[remove] String column from Python 3.3, use the Text column instead.
[changed] Both String and Text columns can use unique columns.
[fixed] rom's behavior with long ints in some situations.
[fixed] rom's behavior with unicode suffixes in Python 2.x.
[added] tests for unicode text indexes, unique indexes, prefix indexes, and
suffix indexes.
[updated] relevant docs regarding the Text column and unique indexes.
[fixed] improperly labeled 0.25.1 release in this changelog.
#---------------------------------- 0.25.1
-----------------------------------
[fixed] an issue where Lua writing wouldn't properly update unique indexes
on
deletion was fixed. Thank you to https://github.com/thedrow for the
report.
[changed] added a link to the full Python docs to the Readme.
#----------------------------- 0.23 (unreleased)
-----------------------------
[changed] reduced number of round trips for single-filter queries by 1,
thanks
to https://github.com/MickeyKim for the report.
Back to top | Article view | comp.lang.python.announce
csiph-web