Skip to content

Commit d59b25d

Browse files
committed
This and that
1 parent 3d8f3ab commit d59b25d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ build:
4949
@$(python) -m build
5050

5151
pypi-upload: install-releasetools
52-
@$(twine) upload --skip-existing dist/*.tar.gz
52+
@$(twine) upload --skip-existing --verbose dist/{*.tar.gz,*.whl}
5353

5454

5555
# =================

doc/backlog.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ By topic
99

1010
Bugs
1111
====
12-
- [o] Croaks when acquiring "forecast" data with "--humanize" and "--show-ids" options
13-
https://github.com/earthobservations/phenodata/issues/6
1412
- [o] tqdm + logger improvements
13+
- [o] Improve input data validation. Currently, the program croaks when
14+
15+
- using ``--species-preset`` w/o ``--humanize``. Maybe implicitly select it?
16+
- acquiring "forecast" data with "--humanize" and "--show-ids" options
17+
https://github.com/earthobservations/phenodata/issues/6
1518

1619
Documentation
1720
=============
@@ -24,6 +27,7 @@ Documentation
2427
Code & refactoring
2528
==================
2629
- [o] Type annotations
30+
- [o] Code formatting
2731
- [o] Why are the ``dataset`` and ``partition`` on different levels of the API?
2832

2933
Features
@@ -33,10 +37,13 @@ Features
3337
- tabular:pipe => markdown, md
3438
- tabular:rst => restructuredtext, rst
3539
- [o] Produce condensed example like outlined within README » Output example
40+
=> The ``forecast`` examples do that!
3641
- [o] How long is data being cached?
3742
- [o] Switch from FTP to HTTP
3843
- [o] Get rid of ``sql`` extra?
3944
- [o] License: LGPL?
45+
- [o] Probably acquire data from CDC portal instead?
46+
- [o] Specify output order of columns
4047

4148
Infrastructure
4249
==============

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"License :: OSI Approved :: GNU Affero General Public License v3",
4848
"Natural Language :: English",
4949
"Natural Language :: German",
50+
"Natural Language :: Latin",
5051
"Operating System :: MacOS :: MacOS X",
5152
"Operating System :: POSIX :: Linux",
5253
"Topic :: Database",

tests/test_forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_cli_forecast_annual_recent(capsys):
3333
3434
Event sequence for each species
3535
-------------------------------
36-
Forecast of all events at station "Berlin-Dahlem".
36+
Forecast of all observations at station "Berlin-Dahlem".
3737
Use all species of the "primary group" (dito).
3838
Sort by species and date, ascending.
3939

0 commit comments

Comments
 (0)