-
I'd like to be able to have a database/table schema defined in some type of config file.
Then I'd like to use Sql_Schema to compare the existing database schema with the new schema in my config file.…
-
# Workshop Request
## What is the title of your workshop
Problem Solving Workshop
## What are the key topics that will be covered in the workshop?
- Clarify what we mean by "problem solvin…
-
In the following example, I am producing an ECSV table with an Angle column, then re-reading it back using ``Table``:
```python
In [25]: from astropy.table import QTable, Table …
-
cc @gelisam @david-christiansen
I'm a fan of roadmaps because I think it makes organizing work in a general direction much easier and will force us to triage a bit. I think we should have some hig…
-
Looking at the toy example, it's clear that the model converges as well as it can very quickly. We should set up a way to have the SGD algorithm run until convergence, which may take less than a full …
-
**Describe the bug**
scikit-learn's `HistGradientBoostingRegressor` accepts an argument `categorical_features`, instructing it to treat certain columns (in my exogenous data) as categorical. But th…
-
Within execution we have richer information than an `int`. We need to share this information.
Rust and Python’s argParse both use structures here and I think this is essential. I think we can maint…
-
This is a continuation of #44 under an appropriately named issue.
Erlang in the past few years introduced NIFs.
I'm starting to think a better direction is to implement an equivalent of NIFs but for…
-
## Problem
Producers and consumers of software libraries don’t have an easy life. As a consumer of a library I don’t know if new version of the library brings API incompatibilities until I try to u…
-
Here are two examples:
1. creating 100 native richtextlabels
2. creating 100 richertextlabels.
Their average time is
1. native richtextlabels :25ms
2. richertextlabels:680ms
The 27 times…